![]() |
mHM
The mesoscale Hydrological Model
|
period description More...
Public Attributes | |
| integer(i4) | dstart |
| first day | |
| integer(i4) | mstart |
| first month | |
| integer(i4) | ystart |
| first year | |
| integer(i4) | dend |
| last day | |
| integer(i4) | mend |
| last month | |
| integer(i4) | yend |
| last year | |
| integer(i4) | julstart |
| first julian day | |
| integer(i4) | julend |
| last julian day | |
| integer(i4) | nobs |
| total number of observations | |
period description
Definition at line 35 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::dend |
last day
Definition at line 39 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::dstart |
first day
Definition at line 36 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::julend |
last julian day
Definition at line 43 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::julstart |
first julian day
Definition at line 42 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::mend |
last month
Definition at line 40 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::mstart |
first month
Definition at line 37 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::nobs |
total number of observations
Definition at line 44 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::yend |
last year
Definition at line 41 of file mo_common_types.F90.
| integer(i4) mo_common_types::period::ystart |
first year
Definition at line 38 of file mo_common_types.F90.