-
Notifications
You must be signed in to change notification settings - Fork 6
/
settings_tpl.xml
477 lines (385 loc) · 16.2 KB
/
settings_tpl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!--
#######################################################
## #### ###### ## ## ### ########
## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ##
## ## ###### ## ## ## ## ########
## ## ## ## ## ######### ##
## ## ## ## ## ## ## ## ##
######## #### ###### ### ## ## ##
#######################################################
TIP:
You can use $(ProjectDir) or $(ProjectPath) as built-in variable to use in this XML settings, to refer Lisvap project folder (in case you work with source code)
You can use $(SettingsDir) or $(SettingsPath) to refer directory containing the XML settings.
-->
<lfsettings>
<lfuser>
<group>
<comment>
**************************************************************
TIME-RELATED CONSTANTS
**************************************************************
</comment>
<textvar name="CalendarDayStart" value="02/01/1990 06:00">
<comment>
Calendar day of 1st day in model run
</comment>
</textvar>
<textvar name="DtSec" value="86400">
<comment>
time step [seconds] USE 86400 for daily, 43200 for 12hourly, 21600 for 6hourly and 3600 for hourly!!
</comment>
</textvar>
<textvar name="StepStart" value="02/01/1990 06:00">
<comment>
Date of first time step in simulation
</comment>
</textvar>
<textvar name="StepEnd" value="01/03/1990 06:00">
<comment>
Date of last time step
</comment>
</textvar>
<textvar name="ReportSteps" value="1..10227">
<comment/>
</textvar>
</group>
<group>
<comment>
**************************************************************
FILE PATHS
**************************************************************
</comment>
<textvar name="PathOut" value="/DATA/lisvap/output">
<comment>
Output path
</comment>
</textvar>
<textvar name="PathBaseMapsIn" value="$(ProjectPath)/basemaps">
<comment>
Path to input base maps
</comment>
</textvar>
<textvar name="PathMeteoIn" value="/DATA/lisvap/input">
<comment>
Path to input raw meteo maps
E:/lisflood_test/Lisvap/meteo/raster
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
PREFIXES OF OUTPUT METEO VARIABLES
**************************************************************
</comment>
<textvar name="PrefixE0" value="e0">
<comment>
prefix E0 maps
</comment>
</textvar>
<textvar name="PrefixES0" value="es">
<comment>
prefix ES0 maps
</comment>
</textvar>
<textvar name="PrefixET0" value="et">
<comment>
prefix ET0 maps
</comment>
</textvar>
</group>
</lfuser>
<lfoptions>
<setoption name="readNetcdfStack" choice="1"/>
<setoption name="writeNetcdfStack" choice="1"/>
<setoption name="TemperatureInKelvinFlag" choice="0"/>
<setoption name="repE0Maps" choice="1"/>
<setoption name="repES0Maps" choice="0" />
<setoption name="repET0Maps" choice="0" />
<setoption name="repTAvgMaps" choice="0"/>
<setoption name="repAvTimeseries" choice="0"/>
<setoption name="output6hourly" choice="0"/>
<setoption name="splitInput" choice="0"/>
<setoption name="splitOutput" choice="0"/>
<setoption name="monthlyOutput" choice="0"/>
<setoption name="EFAS" choice="0"/>
<setoption name="CORDEX" choice="0"/>
<setoption name="GLOFAS" choice="1"/>
<setoption name="useTAvg" choice="1"/>
<setoption name="useTDewMaps" choice="1"/>
<setoption name="useWindUVMaps" choice="1"/>
</lfoptions>
<lfbinding>
<!--
**************************************************************
**************************************************************
LFBINDING: MORE LOW-LEVEL CONTROL OVER IN- AND OUTPUT
**************************************************************
**************************************************************
-->
<group>
<comment>
**************************************************************
TIMESTEP RELATED PARAMETERS
**************************************************************
</comment>
<textvar name="CalendarDayStart" value="$(CalendarDayStart)">
<comment>
calendar day number of 1st day in model run
e.g. 1st of January: 1; 1st of June 151 (or 152 in leap year)
</comment>
</textvar>
<textvar name="DtSec" value="$(DtSec)">
<comment>
timestep [seconds]
</comment>
</textvar>
<textvar name="StepStart" value="$(StepStart)">
<comment>
Number of first time step in simulation
</comment>
</textvar>
<textvar name="StepEnd" value="$(StepEnd)">
<comment>
Number of last time step
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
CONSTANTS
**************************************************************
</comment>
<textvar name="AvSolarConst" value="1370">
<comment>
Average solar radiation at top atmosphere [J/m2/s] (I.E.A. 1978)
</comment>
</textvar>
<textvar name="StefBolt" value="4.903E-3">
<comment>
Stefan-Boltzmann constant [J/m2/K4/day]
</comment>
</textvar>
<textvar name="Press0" value="1013">
<comment>
Atmosheric pressure at sea level [mbar]
</comment>
</textvar>
<textvar name="PD" value="-2.65">
<comment>
Correction constant in daylength formula [degrees]
</comment>
</textvar>
<textvar name="AlbedoSoil" value="0.15">
<comment>
Albedo of bare soil surface (Supit et. al.)
</comment>
</textvar>
<textvar name="AlbedoWater" value="0.05">
<comment>
Albedo of water surface (Supit et. al.)
</comment>
</textvar>
<textvar name="AlbedoCanopy" value="0.23">
<comment>
Albedo of vegetation canopy (FAO,1998)
</comment>
</textvar>
<textvar name="FactorSoil" value="0.75">
<comment>
Estimated value for surface roughness factor of bare soil (Supit et. al.)
</comment>
</textvar>
<textvar name="FactorWater" value="0.5">
<comment>
Estimated value for surface roughness factor of water surface (Supit et. al.)
</comment>
</textvar>
<textvar name="FactorCanopy" value="1">
<comment>
Estimated value for surface roughness factor of vegetation canopy (Supit et. al.)
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
INPUT METEOROLOGICAL TIMESERIES AS MAPS
**************************************************************
</comment>
<textvar name="TMaxMaps" value="$(PathMeteoIn)/EMO-5-tx_1990_2017">
<comment>
Maximum daily temperature
Units: [K] if "TemperatureInKelvinFlag" is on, else [C].
</comment>
</textvar>
<textvar name="TMinMaps" value="$(PathMeteoIn)/EMO-5-tn_1990_2017">
<comment>
Minimum daily temperature
Units: [K] if "TemperatureInKelvinFlag" is on, else [C].
</comment>
</textvar>
<textvar name="TDew" value="$(PathMeteoIn)/rlus_1_15">
<comment>
TDew - Dew point Temperature used for actual vap pressure
Units: [K] if "TemperatureInKelvinFlag" is on, else [C].
Used when the "GLOFAS" option is switched on.
</comment>
</textvar>
<textvar name="EActMaps" value="$(PathMeteoIn)/EMO-5-pd_1990_2017">
<comment>
Actual vapour pressure [mbar]
Used when the "EFAS" option is switched on.
If the "CORDEX" option is on, "QairMaps" is used instead.
</comment>
</textvar>
<textvar name="WindMaps" value="$(PathMeteoIn)/EMO-5-ws_1990_2017">
<comment>
Wind speed at 10 m from surface [m/s]
</comment>
</textvar>
<textvar name="WindMapsU" value="$(PathMeteoIn)/EMO-5-ws_1990_2017">
<comment>
Wind speed U component at 10 m from surface [m/s]
</comment>
</textvar>
<textvar name="WindMapsV" value="$(PathMeteoIn)/EMO-5-ws_1990_2017">
<comment>
Wind speed V component at 10 m from surface [m/s]
</comment>
</textvar>
<textvar name="RgdMaps" value="$(PathMeteoIn)/EMO-5-rg_1990_2017">
<comment>
rgd - calculated solar radiation [J/day/m2]
Used when the "EFAS" option is switched on.
If the "CORDEX" option is on, the following are used instead: "RdsMaps", "RdlMaps", "RusMaps", "RulMaps".
</comment>
</textvar>
<textvar name="TAvgMaps" value="$(PathMeteoIn)/ta/ta_1990_2017">
<comment>
average daily temperature
Units: [K] if "TemperatureInKelvinFlag" is on, else [C].
</comment>
</textvar>
<textvar name="PSurfMaps" value="0">
<comment>
Instantaneous sea level pressure [Pa]
</comment>
</textvar>
<textvar name="QAirMaps" value="$(PathMeteoIn)/huss_1_15">
<comment>
2 m instantaneous specific humidity [kg/kg]
Used when the "CORDEX" option is switched on.
If the "EFAS" option is on, "EActMaps" is used instead.
</comment>
</textvar>
<textvar name="RdsMaps" value="$(PathMeteoIn)/rsds_1_15">
<comment>
rds - Downward short wave radiation [W/m2]
Used when the "CORDEX" option is switched on.
If the "EFAS" option is on, "RgdMaps" is used instead.
</comment>
</textvar>
<textvar name="RdlMaps" value="$(PathMeteoIn)/rlds_1_15">
<comment>
rdl - Down long wave radiation [W/m2]
Used when the "CORDEX" option is switched on.
If the "EFAS" option is on, "RgdMaps" is used instead.
</comment>
</textvar>
<textvar name="RusMaps" value="$(PathMeteoIn)/rsus_1_15">
<comment>
rus - up short wave radiation [W/m2]
Used when the "CORDEX" option is switched on.
If the "EFAS" option is on, "RgdMaps" is used instead.
</comment>
</textvar>
<textvar name="RulMaps" value="$(PathMeteoIn)/rlus_1_15">
<comment>
rul - up long wave radiation [W/m2]
Used when the "CORDEX" option is switched on.
If the "EFAS" option is on, "RgdMaps" is used instead.
</comment>
</textvar>
<textvar name="RnlMaps" value="$(PathMeteoIn)/rlus_1_15">
<comment>
rnl - net long wave radiation [W/m2]
Used when the "GLOFAS" option is switched on.
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
REPORTED OUTPUT MAPS
**************************************************************
</comment>
<textvar name="E0Maps" value="$(PathOut)/$(PrefixE0)">
<comment>
daily reference evaporation (free water) [mm/day]
</comment>
</textvar>
<textvar name="ES0Maps" value="$(PathOut)/$(PrefixES0)">
<comment>
daily reference evaporation (soil) [mm/day]
</comment>
</textvar>
<textvar name="ET0Maps" value="$(PathOut)/$(PrefixET0)">
<comment>
daily reference evapotranspiration (crop) [mm/day]
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
REPORTED OUTPUT TIME SERIES
**************************************************************
</comment>
<textvar name="TAvgTS" value="$(PathOut)/tAvg.tss">
<comment>
Average temperature [deg C]
</comment>
</textvar>
<textvar name="ET0TS" value="$(PathOut)/et0.tss">
<comment>
Potential reference evapotranspiration rate [mm/day]
</comment>
</textvar>
<textvar name="E0TS" value="$(PathOut)/e0.tss">
<comment>
Potential evaporation rate of a free water surface [mm/day]
</comment>
</textvar>
<textvar name="ES0TS" value="$(PathOut)/es0.tss">
<comment>
Potential evaporation rate from a bare soil surface [mm/day]
</comment>
</textvar>
</group>
<group>
<comment>
**************************************************************
BASE INPUT MAPS
**************************************************************
</comment>
<textvar name="MaskMap" value="$(PathMeteoIn)/areaall.nc">
<comment>
Clone map
</comment>
</textvar>
<textvar name="Dem" value="$(PathBaseMapsIn)/dem.map">
<comment>
Digital elevation model [meters a.s.l.]
</comment>
</textvar>
<textvar name="Lat" value="$(PathBaseMapsIn)/lat.map">
<comment>
Latitude [decimal degrees]
</comment>
</textvar>
</group>
</lfbinding>
</lfsettings>