5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_common_mHM_mRM_file.f90
Go to the documentation of this file.
1!> \file mo_common_mHM_mRM_file.f90
2!> \brief \copybrief mo_common_mhm_mrm_file
3!> \details \copydetails mo_common_mhm_mrm_file
4
5!> \brief Provides file names and units for mHM
6!> \details Provides all filenames as well as all units used for the hydrologic model mHM.
7!> \authors Matthias Cuntz
8!> \date Jan 2012
9!> \copyright Copyright 2005-\today, the mHM Developers, Luis Samaniego, Sabine Attinger: All rights reserved.
10!! mHM is released under the LGPLv3+ license \license_note
11!> \ingroup f_common
13
14 IMPLICIT NONE
15
16 !> file defining optimization outputs (objective and parameter set)
17 CHARACTER(len = *), PARAMETER :: file_opti = 'FinalParam.out' ! final parameters & objective
18 !> Unit for file optimization outputs (objective and parameter set)
19 INTEGER, PARAMETER :: uopti = 72 !
20 !> file defining optimization outputs in a namelist format (parameter set)
21 CHARACTER(len = *), PARAMETER :: file_opti_nml = 'FinalParam.nml' ! final parameters
22 !> Unit for file optimization outputs in a namelist format (parameter set)
23 INTEGER, PARAMETER :: uopti_nml = 73 !
24
Provides file names and units for mHM.
integer, parameter uopti
Unit for file optimization outputs (objective and parameter set)
character(len=*), parameter file_opti
file defining optimization outputs (objective and parameter set)
character(len=*), parameter file_opti_nml
file defining optimization outputs in a namelist format (parameter set)
integer, parameter uopti_nml
Unit for file optimization outputs in a namelist format (parameter set)