Changeset 4397 for palm/trunk/TUTORIALS/cases/lsm_short/INPUT
- Timestamp:
- Feb 7, 2020 5:02:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/lsm_short/INPUT/lsm_short_p3d
r4222 r4397 1 1 !------------------------------------------------------------------------------- 2 2 !-- INITIALIZATION PARAMETER NAMELIST 3 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/inipar3 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/initialization_parameters 4 4 !------------------------------------------------------------------------------- 5 5 &initialization_parameters … … 29 29 800.0, ! height level of temp gradients 30 30 31 day_of_year_init = 232, ! Aug 20 32 time_utc_init = 39600.0, ! 11:00 UTC 31 origin_date_time = '2019-08-20 11:00:00 +00' 33 32 ! 34 33 !-- boundary conditions … … 43 42 fft_method = 'temperton-algorithm', ! build-in fft method 44 43 45 / ! end of initialization parameter namelist44 / 46 45 47 46 !------------------------------------------------------------------------------- 48 47 !-- RUNTIME PARAMETER NAMELIST 49 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par48 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters 50 49 !------------------------------------------------------------------------------- 51 50 &runtime_parameters … … 75 74 'ghf*_xy', 'shf*_xy', 76 75 'tsurf*_xy', 77 't_soil', ! 2d and/ 78 ! or 3d 79 ! output 76 't_soil', ! 2d and/or 3d output 80 77 81 78 data_output_pr = '#u', '#v', '#theta', … … 84 81 'w"theta"', 'w*theta*', 'wtheta', 'w*e*', 85 82 'theta*2','u*2', 'v*2', 'w*2', 86 '#t_soil', ! Profile 87 ! output 83 '#t_soil', ! Profile output 88 84 89 85 section_xy = 0, ! grid index for 2D XY cross sections … … 95 91 dt_averaging_input_pr = 6.0, ! averaging profile data sampling rate 96 92 97 / ! end of runtime parameter namelist93 / 98 94 99 95 !------------------------------------------------------------------------------- 100 96 !-- LAND-SURFACE PARAMETER NAMELIST 101 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar97 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/land_surface_parameters 102 98 !------------------------------------------------------------------------------- 103 99 &land_surface_parameters … … 112 108 vegetation_type = 1, ! vegetation to be used in surface model 113 109 114 / ! end of land-surface parameter namelist110 / 115 111 116 112 !------------------------------------------------------------------------------- 117 113 !-- RADIATION PARAMETER NAMELIST 118 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar114 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radiation_parameters 119 115 !------------------------------------------------------------------------------- 120 116 &radiation_parameters 121 radiation_scheme = 'clear-sky', ! Radiation scheme to be used 117 radiation_scheme = 'constant', ! Radiation scheme to be used 118 net_radiation = 800.0, ! 122 119 dt_radiation = 20.0, ! Time step of the radiation model 123 120 124 / ! end of radiation parameter namelist121 / 125 122 126 123 !------------------------------------------------------------------------------- 127 124 !-- USER PARAMETER NAMELIST 128 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/userpar125 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/user_parameters 129 126 !------------------------------------------------------------------------------- 130 127 &user_parameters 131 data_output_user = 'v_h', 'v_h_xy',! user defined data output128 data_output_user = 'v_h', ! user defined data output 132 129 133 / ! end of user parameter namelist130 /
Note: See TracChangeset
for help on using the changeset viewer.