Changes between Version 27 and Version 28 of doc/app/iofiles/pids
- Timestamp:
- May 23, 2018 3:09:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v27 v28 142 142 143 143 For a proper classification of natural land and water surfaces, '''pavement_type''', '''soil_type''', '''vegetation_type''' and '''water_type''' are required. Also, the namelist parameter [../../lsmpar#surface_type surface_type] need to be set to 'netcdf'. Further, if the [../../usmpar urban-surface model] is applied, also '''building_type''' is required. Moreover, at least one of the variables '''pavement_type''', '''vegetation_type''', '''water_type''' or '''building_type''' need to be defined at each 'xy' location. 144 145 144 ||='''Input variable''' =||='''Type''' =||='''LOD''' =||='''Explanation / Remarks''' =|| 146 145 |---------------- … … 155 154 }}} 156 155 {{{#!td 157 Bulk classification of pavements on soil. '''pavement_type''' overwrites the homogeneously prescribed setting via the namelist parameter [../../lsmpar#pavement_type pavement_type]. An overview of the different pavement types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 156 Bulk classification of pavements on soil. At locations where '''pavement_type''' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. '''pavement_type''' overwrites the homogeneously prescribed setting via the namelist parameter [../../lsmpar#pavement_type pavement_type]. An overview of the different pavement types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 157 }}} 158 |---------------- 159 {{{#!td style="vertical-align:top;width: 150px" 160 [=#soil_type '''soil_type([zsoil],y,x)'''] 161 }}} 162 {{{#!td style="vertical-align:top;width: 50px" 163 NC_BYTE 164 }}} 165 {{{#!td style="vertical-align:top;width: 50px" 166 1, 2 167 }}} 168 {{{#!td 169 Bulk classification of soil in terms of porosity. '''soil_type''' overwrites the homogeneously prescribed setting via the namelist parameter [../../lsmpar#soil_type soil_type]. 170 In case {{{lod = 1}}}, a 2-dimensional vertically uniform soil texture is prescribed, while in case {{{lod = 2}}} the 3-dimensional soil_type is set for each layer individually. An overview of the different soil types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 158 171 }}} 159 172 |---------------- … … 170 183 Bulk classification of non-resolved vegetation surfaces at natural land surface types. At locations where '''vegetation_type''' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. '''vegetation_type''' overwrites the homogeneously prescribed setting via the namelist parameter [../../lsmpar#vegetation_type vegetation_type]. An overview of the different vegetation types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 171 184 }}} 185 |---------------- 186 {{{#!td style="vertical-align:top;width: 150px" 187 [=#water_type '''water_type(y,x)'''] 188 }}} 189 {{{#!td style="vertical-align:top;width: 50px" 190 NC_BYTE 191 }}} 192 {{{#!td style="vertical-align:top;width: 50px" 193 none 194 }}} 195 {{{#!td 196 Bulk classification of water bodies. '''water_type''' overwrites the homogeneously prescribed setting via the namelist parameter [../../lsmpar#water_type water_type]. An overview of the different water types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 197 }}} 172 198 173 199