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

Tutorials updated, all tested with revision 4402

Location:
palm/trunk/TUTORIALS/cases/flow_around_cube_precursor
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/flow_around_cube_precursor/INPUT/flow_around_cube_precursor_p3d

    r4222 r4409  
    2626    vg_surface                 = 0.0, ! v-comp of geostrophic wind at surface
    2727
    28     neutral                    = .T., ! strictly neutral flow
     28    neutral                    = .TRUE., ! strictly neutral flow
    2929!
    3030!-- mode
    3131!-------------------------------------------------------------------------------
    32     dp_external                = .T.,         ! use horizontal pressure gradient
     32    dp_external                = .TRUE.,         ! use horizontal pressure gradient
    3333    dpdxy                      = -0.00003, 0.0, ! set pressure gradient along x
    3434!
     
    5757!-------------------------------------------------------------------------------
    5858    end_time                   = 3600.0, ! simulation time of the 3D model
    59     create_disturbances        = .T.,    ! randomly perturbate horiz. velocity
     59    create_disturbances        = .TRUE., ! randomly perturbate horiz. velocity
    6060!
    6161!-- data output
     
    6666    dt_dopr                    = 1800.0, ! output interval for profile data
    6767
    68     data_output                = 'u', 'u_av',
    69                                  'v', 'v_av',
    70                                  'w', 'w_av',  ! 2d and/
    71                                                ! or 3d
    72                                                ! output
     68    data_output                = 'u', 'u_av', 'v', 'v_av', 'w', 'w_av',
    7369
    74     data_output_pr             = '#u', 'u*2', 'wu', 'w*u*', 'w"u"',
    75                                  '#v', 'v*2', 'wv', 'w*v*', 'w"v"',
    76                                  'w', 'w*2',
    77                                  'e', 'e*',
    78                                  '#km',
    79                                  '#l',      ! Profile
    80                                             ! output
     70    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',
    8171
    8272    averaging_interval         = 1800.0, ! averaging interval general data
  • palm/trunk/TUTORIALS/cases/flow_around_cube_precursor/MONITORING/flow_around_cube_precursor_rc

    r4398 r4409  
    3434
    3535 ******************************    --------------------------------------------
    36  * PALM 6.0  Rev: 4397        *    atmosphere - run with 1D - prerun
     36 * PALM 6.0  Rev: 4402        *    atmosphere - run with 1D - prerun
    3737 ******************************    --------------------------------------------
    3838
    39  Date:               2020-02-08    Run:       flow_around_cube_precursor       
    40  Time:                 12:53:43    Run-No.:   00
    41  Run on host:           default
     39 Date:               2020-02-12    Run:       flow_around_cube_precursor__gfortr
     40 Time:                 09:09:44    Run-No.:   00
     41 Run on host:        gfortran_d
    4242 Number of PEs:               4    Processor grid (x,y): (   2,   2) calculated
    4343 ------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.