![]() |
mHM
The mesoscale Hydrological Model
|
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. | |
Python wrapper module to set internal variables of a mHM model run.
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
| 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.
| n | size of the variable | |
| [in] | input | the variable value |
| [in] | name | name to select the variable |
| [in] | idx | optional index if the variable has multiple layer (1 by default) |
Definition at line 892 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.
| 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.
| n | size of the variable | |
| [in] | input | the variable value |
| [in] | name | name to select the variable |
| [in] | year | year of the input time |
| [in] | month | month of the input time |
| [in] | day | day of the input time |
| [in] | hour | optional hour of the input time |
Definition at line 920 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.