5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
set Module Reference

Python wrapper module to set internal variables of a mHM model run. More...

Functions/Subroutines

Level 0

alter Level 0 variables

subroutine l0_variable (input, name, idx, n)
 Set a variable on Level-0 of the mHM model.
 
Meteo

set meteo values

subroutine meteo (input, name, year, month, day, hour, n)
 Set a meteo variable on Level-1 of the mHM model.
 

Detailed Description

Python wrapper module to set internal variables of a mHM model run.

Date
Nov 2022

Function/Subroutine Documentation

◆ l0_variable()

subroutine set::l0_variable ( real(dp), dimension(n), intent(in)  input,
character(*), intent(in)  name,
integer(i4), intent(in)  idx,
integer(i4)  n 
)

Set a variable on Level-0 of the mHM model.

Parameters
nsize of the variable
[in]inputthe variable value
[in]namename to select the variable
[in]idxoptional index if the variable has multiple layer (1 by default)

Definition at line 880 of file wrapper.f90.

References mo_common_variables::domainmeta, mo_mpr_global_variables::l0_gridded_lai, mo_common_variables::level0, and mo_common_run_variables::run_cfg.

◆ meteo()

subroutine set::meteo ( real(dp), dimension(n), intent(in)  input,
character(*), intent(in)  name,
integer(i4), intent(in)  year,
integer(i4), intent(in)  month,
integer(i4), intent(in)  day,
integer(i4), intent(in)  hour,
integer(i4)  n 
)

Set a meteo variable on Level-1 of the mHM model.

Parameters
nsize of the variable
[in]inputthe variable value
[in]namename to select the variable
[in]yearyear of the input time
[in]monthmonth of the input time
[in]dayday of the input time
[in]houroptional hour of the input time

Definition at line 908 of file wrapper.f90.

References mo_common_variables::domainmeta, mo_common_variables::level1, mo_global_variables::meteo_handler, and mo_common_run_variables::run_cfg.