Offline serial driver.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | NRRRR | Number of repeated spin-up cycles | ||
| real, | intent(inout) | :: | dels | Time step size in seconds | ||
| integer, | intent(inout) | :: | koffset | Timestep to start at | ||
| integer, | intent(inout) | :: | kend | No. of time steps in run | ||
| integer, | intent(inout), | ALLOCATABLE | :: | GSWP_MID(:,:) | NetCDF file IDs for GSWP met forcing | |
| type(PLUME_MIP_TYPE), | intent(in) | :: | PLUME | |||
| type(CRU_TYPE), | intent(in) | :: | CRU | |||
| type(site_TYPE), | intent(in) | :: | site |