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_long/INPUT/lsm_long_p3d

    r4409 r4765  
    77!-- grid parameters
    88!-------------------------------------------------------------------------------
    9     nx                         = 19,
    10     ny                         = 19,
    11     nz                         = 50,
     9    nx                         = 19, ! Number of gridboxes in x-direction (nx+1)
     10    ny                         = 19, ! Number of gridboxes in y-direction (ny+1)
     11    nz                         = 50, ! Number of gridboxes in z-direction (nz)
    1212
    13     dx                         = 100.0,
    14     dy                         = 100.0,
    15     dz                         = 25.0,
     13    dx                         = 100.0, ! Size of single gridbox in x-direction
     14    dy                         = 100.0, ! Size of single gridbox in y-direction
     15    dz                         = 25.0,  ! Size of single gridbox in z-direction
    1616
    1717    dz_stretch_level           = 100.0,
     
    3131 
    3232    q_surface                  = 0.01,   ! mixing ratio --> rel. hum. = ?
    33 
    34     surface_pressure           = 1000.0, ! in hPa
    3533
    3634    origin_date_time           = '2019-06-21 12:00:00 +00', ! does the year matter?
     
    8886
    8987    averaging_interval         = 1800.0,
    90 
    91     data_output_pr             = '#u', '#v', '#theta', '#q', '#thetav', '#km', '#kh', '#l', 'w', 'e', 'e*', 'p', 'w"u"', 'w*u*', 'w"v"', 'w*v*', 'w"theta"', 'w*theta*', 'w"thetav"', 'w*thetav*', 'w"q"', 'w*q*', 'w*e*', 'theta*2', 'q*2', 'u*2', 'v*2', 'w*2', '#t_soil', '#m_soil',
     88!
     89!-- profile output
     90!-------------------------------------------------------------------------------
     91    data_output_pr             = '#u',
     92                                 '#v',
     93                                 '#theta',
     94                                 '#q',
     95                                 '#thetav',
     96                                 '#km',
     97                                 '#kh',
     98                                 '#l',
     99                                 'w',
     100                                 'e',
     101                                 'e*',
     102                                 'p',
     103                                 'wu',
     104                                 'w"u"',
     105                                 'w*u*',
     106                                 'w"v"',
     107                                 'w*v*',
     108                                 'w"theta"',
     109                                 'w*theta*',
     110                                 'w"thetav"',
     111                                 'w*thetav*',
     112                                 'w"q"',
     113                                 'w*q*',
     114                                 'w*e*',
     115                                 'theta*2',
     116                                 'q*2',
     117                                 'u*2',
     118                                 'v*2',
     119                                 'w*2',
     120                                 '#t_soil',
     121                                 '#m_soil',
    92122
    93123    section_xy                 = 0,
    94 
    95     data_output                = 'theta', 'theta_av', 'thetav', 'thetav_av', 'q', 'q_av', 'u', 'u_av', 'v', 'v_av', 't_soil', 't_soil_av', 'm_soil', 'm_soil_av', 'us*_xy', 'us*_xy_av', 't*_xy', 't*_xy_av', 'r_a*_xy', 'r_a*_xy_av', 'r_s*_xy', 'r_s*_xy_av', 'tsurf*_xy', 'tsurf*_xy_av', 'ghf*_xy', 'ghf*_xy_av', 'shf*_xy', 'shf*_xy_av', 'qsws_liq*_xy', 'qsws_liq*_xy_av', 'qsws_soil*_xy', 'qsws_soil*_xy_av', 'qsws_veg*_xy', 'qsws_veg*_xy_av', 'c_liq*_xy', 'c_liq*_xy_av', 'c_soil*_xy', 'c_soil*_xy_av', 'c_veg*_xy', 'c_veg*_xy_av',
    96 
     124!
     125!-- 2d and/or 3d data output
     126!-------------------------------------------------------------------------------
     127    data_output                = 'theta',
     128                                 'theta_av',
     129                                 'thetav',
     130                                 'thetav_av',
     131                                 'q',
     132                                 'q_av',
     133                                 'u',
     134                                 'u_av',
     135                                 'v',
     136                                 'v_av',
     137                                 't_soil',
     138                                 't_soil_av',
     139                                 'm_soil',
     140                                 'm_soil_av',
     141                                 'us*_xy',
     142                                 'us*_xy_av',
     143                                 't*_xy',
     144                                 't*_xy_av',
     145                                 'r_a*_xy',
     146                                 'r_a*_xy_av',
     147                                 'r_s*_xy',
     148                                 'r_s*_xy_av',
     149                                 'tsurf*_xy',
     150                                 'tsurf*_xy_av',
     151                                 'ghf*_xy',
     152                                 'ghf*_xy_av',
     153                                 'shf*_xy',
     154                                 'shf*_xy_av',
     155                                 'qsws_liq*_xy',
     156                                 'qsws_liq*_xy_av',
     157                                 'qsws_soil*_xy',
     158                                 'qsws_soil*_xy_av',
     159                                 'qsws_veg*_xy',
     160                                 'qsws_veg*_xy_av',
     161                                 'c_liq*_xy',
     162                                 'c_liq*_xy_av',
     163                                 'c_soil*_xy',
     164                                 'c_soil*_xy_av',
     165                                 'c_veg*_xy',
     166                                 'c_veg*_xy_av',
    97167/
    98168
     
    102172!-------------------------------------------------------------------------------
    103173&land_surface_parameters
     174!
     175!-- define soil type and tempature
     176!-------------------------------------------------------------------------------
    104177    soil_type                  = 3,  ! medium-fine
    105178    soil_moisture              = 0.35,  0.35,  0.35,  0.35, 0.35,  0.35,  0.35,  0.35,
Note: See TracChangeset for help on using the changeset viewer.