For running the land-surface model.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=p), | public, | parameter | :: | snow_depth2cover | = | 60.0 | Snow depth (mm water) corresponding to snow cover = 1 |
Initializes land model.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state |
Exchanges fluxes between land and atmosphere.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t) | :: | state | ||||
| integer, | intent(in) | :: | day | The day (starting at 0 for the first time step) |
||
| integer, | intent(in) | :: | imont1 | The month used for computing seasonal forcing fields |
||
| real(kind=p), | intent(in) | :: | tmonth | The fraction of the current month elapsed |
Integrates slab land-surface model for one day.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state |