Skip to content

Commit 9bd353c

Browse files
committed
Improved docs for it_cl_type
1 parent 4f767f8 commit 9bd353c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/user_manual/user_manual_06_namelist_input.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,12 @@ The COSMO grid is defined by a rotated latlon-grid.
179179
| `raw_data_t_clim_path` | character | | | path to T2m climatology data |
180180
| `raw_data_t_clim_coarse` | character | | | filename of coarse T2m climatology data |
181181
| `raw_data_t_clim_fine` | character | | | filename of fine T2m climatology data |
182-
| `it_cl_type` | integer | | | switch to choose between the <br> 1: new and fine <br> 2: the old and coarse over sea and the fine over land raw data set. <br> Note that the fine data set (1) is topographically corrected. |
182+
| `it_cl_type` | integer | | | switch to choose between the <br> 1: Aggregates the fine data over land, sea points are not considered. No lapse rate correction of soil temperature based on difference between CRU and ICON model topography <br> 2: Aggregates the coarse data over sea and the fine data over land. Lapse rate correction takes place (lapse rate and additional temperature offset can be specified with t_lapse_rate and t_offset). |
183183
| `t_clim_buffer_file` | character | | | name for T_clim buffer file |
184184

185+
- it_cl_type = 2 aggregates the coarse data over sea **and** the fine data over land
186+
- it_cl_type = 1 aggregates the fine data over land, sea points are not considered
187+
185188
## NDVI Data
186189

187190
### DICT `input_ndvi` (namelist.py)

0 commit comments

Comments
 (0)