5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mrm_outputs.nml
Go to the documentation of this file.
1
2!> \file mrm_outputs.nml
3!> \brief Namelist for mRM output configuration
4!> \details This file contains the namelist for mRM outputs.
5!! 1. First give the timestep for writing gridded model outputs
6!! It should be integer and has to be perfectly divisible
7!! by the number of total modeling time steps
8!! 2. Define main outputs of the model as namelist
9!! the particular output flag is specified as .TRUE. / .FALSE
10!! for writing /not writing the output to a file
11!!
12!! SYNTAX = ".TRUE." or ".FALSE."
13&nloutputresults
14!
15! NetCDF output settings
16output_deflate_level_mrm = 6
17output_double_precision_mrm = .true.
18!
19! location of reference time point in outputs:
20! 0: start of the time interval (i.e. 1990-01-01 00:00 for daily output on 1990-01-01)
21! 1: center of the time interval (i.e. 1990-01-01 12:00 for daily output on 1990-01-01)
22! 2: end of the time interval (i.e. 1990-01-02 00:00 for daily output on 1990-01-01)
23output_time_reference_mrm = 0
24!
25! switch to control write out frequency of the gridded model outputs below
26! >0: after each <timeStep_model_outputs> time steps
27! 0: only at end of run
28! -1: daily
29! -2: monthly
30! -3: yearly
31timestep_model_outputs_mrm = -1
32!
33!----------------
34! 1. Fluxes
35!----------------
36!
37! routed streamflow (Qrouted in output flux) (L11_qMod) [m3 s-1] -- case 1
38outputflxstate_mrm(1)=.true.
39! routed temperature (only if do_calc_river_temp) [K]
40outputflxstate_mrm(2)=.true.
41/