Changeset 4765 for palm/trunk/TUTORIALS/cases/lsm_short/INPUT
- Timestamp:
- Nov 2, 2020 10:31:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/lsm_short/INPUT/lsm_short_p3d
r4409 r4765 27 27 pt_vertical_gradient_level = 0.0, 800.0, ! height level of temp gradients 28 28 29 origin_date_time = '2019-08-20 11:00:00 +00'30 29 ! 31 30 !-- boundary conditions … … 67 66 dt_do3d = 60.0, ! output interval for 3d data 68 67 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', 73 103 74 104 section_xy = 0, ! grid index for 2D XY cross sections … … 87 117 !------------------------------------------------------------------------------- 88 118 &land_surface_parameters 119 ! 120 !-- define soil type and tempature 121 !------------------------------------------------------------------------------- 89 122 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 level92 deep_soil_temperature = 293 , ! temperature of deep soil123 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 93 126 94 127 surface_type = 'vegetation', ! surface classification
Note: See TracChangeset
for help on using the changeset viewer.