5.13.3-dev0
Version ...
current as pdf
coverage
stable
latest
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
! NetCDF output settings
15
output_deflate_level_mrm = 6
16
output_double_precision_mrm = .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)
22
output_time_reference_mrm = 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
30
timestep_model_outputs_mrm = -1
31
!
32
!----------------
33
! 1. Fluxes
34
!----------------
35
!
36
! routed streamflow (Qrouted in output flux) (L11_qMod) [m3 s-1] -- case 1
37
outputflxstate_mrm(1)=.true.
38
! routed temperature (only if do_calc_river_temp) [K]
39
outputflxstate_mrm(2)=.true.
40
/
mrm_outputs.nml
Generated on Fri Jun 5 2026 13:06:08 for mHM by
1.11.0