![]() |
mHM
The mesoscale Hydrological Model
|
Provides file names and units for mHM. More...
Go to the source code of this file.
Modules | |
| module | mo_file |
| Provides file names and units for mHM. | |
Variables | |
| character(len=*), parameter | mo_file::version = '5.13.3-dev0' |
| Current mHM model version (will be set to 5.13.3-dev0
) | |
| character(len=*), parameter | mo_file::version_date = 'Oct 2025' |
| Time of current mHM model version release. | |
| character(len=*), parameter | mo_file::file_main = 'mhm_driver.f90' |
| Driver file. | |
| character(:), allocatable | mo_file::file_namelist_mhm |
| Namelist file name. | |
| character(:), allocatable | mo_file::file_namelist_mhm_param |
| Parameter namelists file name. | |
| character(:), allocatable | mo_file::file_defoutput |
| file defining mHM's outputs | |
| character(len=*), parameter | mo_file::file_mhm_output = 'mHM_Fluxes_States.nc' |
| file containing mhm output | |
Provides file names and units for mHM.
Provides all filenames as well as all units used for the hydrologic model mHM. The version parameter will be set during compilation to . The version_date parameter will be set during compilation to \, if it is a release version, otherwise it will be the current date.
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
Definition in file mo_file.F90.