Ignore:
Timestamp:
Nov 2, 2020 10:31:45 AM (3 years ago)
Author:
Giersch
Message:

Tutorials updated for r4761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/lsm_short/INPUT/lsm_short_p3d

    r4409 r4765  
    2727    pt_vertical_gradient_level = 0.0, 800.0, ! height level of temp gradients
    2828
    29     origin_date_time           = '2019-08-20 11:00:00 +00'
    3029!
    3130!-- boundary conditions
     
    6766    dt_do3d                    = 60.0,   ! output interval for 3d data
    6867    dt_do2d_xy                 = 60.0,   ! output interval for 2d-xy data
    69 
    70     data_output                = 'theta', 'w', 'u', 'v', 'us*_xy', 'ghf*_xy', 'shf*_xy', 'tsurf*_xy', 't_soil',    ! 2d and/or 3d output
    71 
    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
     68!
     69!-- 2d and/or 3d data output
     70!-------------------------------------------------------------------------------
     71    data_output                = 'theta',
     72                                 'w',
     73                                 'u',
     74                                 'v',
     75                                 'us*_xy',
     76                                 'ghf*_xy',
     77                                 'shf*_xy',
     78                                 'tsurf*_xy',
     79                                 'theta_xy',
     80                                 't_soil',
     81!
     82!-- profile output
     83!-------------------------------------------------------------------------------
     84    data_output_pr             = '#u',
     85                                 '#v',
     86                                 '#theta',
     87                                 '#km',
     88                                 '#kh',
     89                                 '#l',
     90                                 'w',
     91                                 'e',
     92                                 'e*',
     93                                 'p',
     94                                 'w"theta"',
     95                                 'w*theta*',
     96                                 'wtheta',
     97                                 'w*e*',
     98                                 'theta*2',
     99                                 'u*2',
     100                                 'v*2',
     101                                 'w*2',
     102                                 '#t_soil',
    73103
    74104    section_xy                 = 0, ! grid index for 2D XY cross sections
     
    87117!-------------------------------------------------------------------------------
    88118&land_surface_parameters
     119!
     120!-- define soil type and tempature
     121!-------------------------------------------------------------------------------
    89122    soil_type                  = 3,  ! type to be used in soil model
    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
    92     deep_soil_temperature      = 293,  ! temperature of deep soil
     123    soil_moisture              = 0.0,   0.0,   0.0,   0.0,   0.0,   0.0,   0.0,   0.0,
     124    soil_temperature           = 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0,
     125    deep_soil_temperature      = 293.0,  ! temperature of deep soil
    93126
    94127    surface_type               = 'vegetation',  ! surface classification
Note: See TracChangeset for help on using the changeset viewer.