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/lsm_short/INPUT/lsm_short_p3d

    r4397 r4409  
    2424    pt_surface                 = 293.0, ! initial surface potential temp
    2525
    26     pt_vertical_gradient       = 0.0,
    27                                  2.0, ! piecewise temp gradients
    28     pt_vertical_gradient_level = 0.0,
    29                                  800.0, ! height level of temp gradients
     26    pt_vertical_gradient       = 0.0, 2.0, ! piecewise temp gradients
     27    pt_vertical_gradient_level = 0.0, 800.0, ! height level of temp gradients
    3028
    3129    origin_date_time           = '2019-08-20 11:00:00 +00'
     
    7068    dt_do2d_xy                 = 60.0,   ! output interval for 2d-xy data
    7169
    72     data_output                = 'theta', 'w', 'u', 'v',
    73                                  'us*_xy',
    74                                  'ghf*_xy', 'shf*_xy',
    75                                  'tsurf*_xy',
    76                                  't_soil',    ! 2d and/or 3d output
     70    data_output                = 'theta', 'w', 'u', 'v', 'us*_xy', 'ghf*_xy', 'shf*_xy', 'tsurf*_xy', 't_soil',    ! 2d and/or 3d output
    7771
    78     data_output_pr             = '#u', '#v', '#theta',
    79                                  '#km', '#kh', '#l',
    80                                  'w', 'e', 'e*', 'p',
    81                                  'w"theta"', 'w*theta*', 'wtheta', 'w*e*',
    82                                  'theta*2','u*2', 'v*2', 'w*2',
    83                                  '#t_soil',   ! Profile output
     72    data_output_pr             = '#u', '#v', '#theta', '#km', '#kh', '#l', 'w', 'e', 'e*', 'p', 'w"theta"', 'w*theta*', 'wtheta', 'w*e*', 'theta*2','u*2', 'v*2', 'w*2', '#t_soil',   ! Profile output
    8473
    8574    section_xy                 = 0, ! grid index for 2D XY cross sections
     
    9988&land_surface_parameters
    10089    soil_type                  = 3,  ! type to be used in soil model
    101     soil_moisture              = 0.0,   0.0,   0.0,   0.0, ! moisture at every
    102                                  0.0,   0.0,   0.0,   0.0, ! soil level
    103     soil_temperature           = 293,   293,   293,   293, ! temperature at
    104                                  293,   293,   293,   293, ! every soil level
     90    soil_moisture              = 0.0,   0.0,   0.0,   0.0, 0.0,   0.0,   0.0,   0.0,
     91    soil_temperature           = 293,   293,   293,   293, 293,   293,   293,   293, ! every soil level
    10592    deep_soil_temperature      = 293,  ! temperature of deep soil
    10693
Note: See TracChangeset for help on using the changeset viewer.