Ignore:
Timestamp:
Feb 14, 2020 1:39:31 PM (4 years ago)
Author:
Giersch
Message:

Tutorials updated, all tested with revision 4402

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/flow_around_cube_cyclic/INPUT/flow_around_cube_cyclic_p3d

    r4222 r4409  
    2222    vg_surface                 = 0.0, ! v-comp of geostrophic wind at surface
    2323
    24     neutral                    = .T., ! strictly neutral flow
     24    neutral                    = .TRUE., ! strictly neutral flow
    2525!
    2626!-- mode
    2727!-------------------------------------------------------------------------------
    28     dp_external                = .T.,         ! use horizontal pressure gradient
     28    dp_external                = .TRUE.,         ! use horizontal pressure gradient
    2929    dpdxy                      = -0.0002, 0.0, ! set pressure gradient along x
    3030!
     
    5858!-------------------------------------------------------------------------------
    5959    end_time                   = 3600.0, ! simulation time of the 3D model
    60     create_disturbances        = .T.,    ! randomly perturbate horiz. velocity
     60    create_disturbances        = .TRUE.,    ! randomly perturbate horiz. velocity
    6161!
    6262!-- data output
     
    6767    dt_dopr                    = 1800.0, ! output interval for profile data
    6868
    69     data_output                = 'u', 'u_av',
    70                                  'v', 'v_av',
    71                                  'w', 'w_av',  ! 2d and/
    72                                                ! or 3d
    73                                                ! output
     69    data_output                = 'u', 'u_av', 'v', 'v_av', 'w', 'w_av',
    7470
    75     data_output_pr             = '#u', 'u*2', 'wu', 'w*u*', 'w"u"',
    76                                  '#v', 'v*2', 'wv', 'w*v*', 'w"v"',
    77                                  'w', 'w*2',
    78                                  'e', 'e*',
    79                                  '#km',
    80                                  '#l',      ! Profile
    81                                             ! output
     71    data_output_pr             = '#u', 'u*2', 'wu', 'w*u*', 'w"u"', '#v', 'v*2', 'wv', 'w*v*', 'w"v"', 'w', 'w*2', 'e', 'e*', '#km', '#l',
    8272
    8373    averaging_interval         = 1800.0, ! averaging interval general data
Note: See TracChangeset for help on using the changeset viewer.