5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mhm_outputs.nml
Go to the documentation of this file.
1!> \file mhm_outputs.nml
2!> \brief Namelist for mHM output configuration
3!> \details This file contains the namelist for mHM outputs.
4!! 1. First give the timestep for writing gridded model outputs
5!! It should be integer and has to be perfectly divisible
6!! by the number of total modeling time steps
7!! 2. Define main outputs of the model as namelist
8!! the particular output flag is specified as .TRUE. / .FALSE
9!! for writing /not writing the output to a file
10!!
11!! SYNTAX = ".TRUE." or ".FALSE."
12&nloutputresults
13!
14! NetCDF output settings
15output_deflate_level = 6
16output_double_precision = .true.
17!
18! location of reference time point in outputs:
19! 0: start of the time interval (i.e. 1990-01-01 00:00 for daily output on 1990-01-01)
20! 1: center of the time interval (i.e. 1990-01-01 12:00 for daily output on 1990-01-01)
21! 2: end of the time interval (i.e. 1990-01-02 00:00 for daily output on 1990-01-01)
22output_time_reference = 0
23!
24! switch to control write out frequency of the gridded model outputs below
25! >0: after each <timeStep_model_outputs> time steps
26! 0: only at end of run
27! -1: daily
28! -2: monthly
29! -3: yearly
30timestep_model_outputs = -2
31!
32!----------------
33! 1. states
34!----------------
35!
36! interceptional storage (L1_inter) [mm] -- case 1
37outputflxstate(1)=.true.
38!
39! height of snowpack (L1_snowpack) [mm] -- case 2
40outputflxstate(2)=.true.
41!
42! soil water content in the single layers (L1_soilMoist) -- case 3
43outputflxstate(3)=.true.
44!
45! volumetric soil moisture in the single
46! layers (L1_soilMoist / L1_soilMoistSat )
47! [mm/mm] -- case 4
48!
49outputflxstate(4)=.true.
50!
51! mean volumetric soil moisture averaged
52! over all soil layers (L1_soilMoist / L1_soilMoistSat )
53! [mm/mm] -- case 5
54outputflxstate(5)=.true.
55!
56! waterdepth in reservoir of sealed areas (L1_sealSTW) [mm] -- case 6
57outputflxstate(6)=.true.
58!
59! waterdepth in reservoir of unsat. soil zone (L1_unsatSTW) [mm] -- case 7
60outputflxstate(7)=.true.
61!
62! waterdepth in reservoir of sat. soil zone (L1_satSTW) [mm] -- case 8
63! --> level of GW reservoir
64outputflxstate(8)=.true.
65! Ground albedo neutrons related to soil moisture
66! THIS IS WORK IN PROGRESS, DO NOT USE FOR RESEARCH
67outputflxstate(18)=.false.
68!
69!----------------
70! 2. fluxes
71!----------------
72!
73! potential evapotranspiration PET [mm/T] -- case 9
74outputflxstate(9)=.true.
75!
76! actual evapotranspiration aET [mm/T] -- case 10
77outputflxstate(10)=.true.
78!
79! total discharge generated per cell (L1_total_runoff) [mm/T] -- case 11
80outputflxstate(11)=.true.
81!
82! direct runoff generated per cell (L1_runoffSeal) [mm/T] -- case 12
83outputflxstate(12)=.true.
84!
85! fast interflow generated per cell (L1_fastRunoff) [mm/T] -- case 13
86outputflxstate(13)=.true.
87!
88! slow interflow generated per cell (L1_slowRunoff) [mm/T] -- case 14
89outputflxstate(14)=.true.
90!
91! baseflow generated per cell (L1_baseflow) [mm/T] -- case 15
92outputflxstate(15)=.true.
93!
94! groundwater recharge (L1_percol) [mm/T] -- case 16
95outputflxstate(16)=.true.
96!
97! infiltration (L1_infilSoil) [mm/T] -- case 17
98outputflxstate(17)=.false.
99!
100! actual evapotranspiration from the soil layers [mm/T] -- case 19
101outputflxstate(19)=.true.
102!
103! effective precipitation (L1_preEffect) [mm/T] -- case 20
104outputflxstate(20)=.true.
105!
106! snow melt (L1_melt) [mm/T] -- case 21
107outputflxstate(21)=.true.
108/