![]() |
mHM
The mesoscale Hydrological Model
|
Reading of main model configurations. More...
Functions/Subroutines | |
| subroutine, public | mhm_read_config (file_namelist) |
| Read main configurations for mHM. | |
Reading of main model configurations.
This routine reads the configurations of mHM including, input and output directories, module usage specification, simulation time periods, global parameters, ...
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
| subroutine, public mo_mhm_read_config::mhm_read_config | ( | character(*), intent(in) | file_namelist | ) |
Read main configurations for mHM.
The main configurations in mHM are read from three files:
For details please refer to the above mentioned namelist files.
| [in] | character(*) :: file_namelist |
Definition at line 88 of file mo_mhm_read_config.f90.
References mo_global_variables::bfi_calc, mo_global_variables::bfi_obs, mo_common_mhm_mrm_read_config::common_check_resolution(), mo_common_variables::domainmeta, mo_global_variables::evap_coeff, mo_file::file_defoutput, mo_global_variables::l1_etobs, mo_global_variables::l1_neutronsobs, mo_global_variables::l1_smobs, mo_global_variables::l1_twsaobs, mo_common_constants::maxnodomains, mo_mpr_constants::maxnosoilhorizons, mo_namelists::nml_baseflow_config, mo_namelists::nml_nloutputresults, mo_namelists::nml_optional_data, mo_namelists::nml_panevapo, mo_common_constants::nodata_i4, mo_mpr_global_variables::nsoilhorizons_mhm, mo_global_variables::nsoilhorizons_sm_input, mo_common_mhm_mrm_variables::opti_function, mo_common_mhm_mrm_variables::optimize, mo_global_variables::output_deflate_level, mo_global_variables::output_double_precision, mo_global_variables::output_time_reference, mo_global_variables::outputflxstate, mo_common_variables::processmatrix, and mo_global_variables::timestep_model_outputs.
Referenced by mo_mhm_interface::mhm_interface_init().