Writes a MAPL SimpleBundle to file fiven an ESMF Clock object. The file opened, written to, and closed.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MAPL_SimpleBundle) | :: | self | ||||
| character(len=*), | intent(in) | :: | filename | |||
| type(ESMF_Clock), | intent(inout) | :: | Clock | |||
| logical, | intent(in), | optional | :: | verbose | ||
| integer, | intent(out), | optional | :: | rc |
Writes a MAPL SimpleBundle to file fiven an ESMF Time object. The file opened, written to, and closed. A fake timestep of 30 minutes is assumed.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MAPL_SimpleBundle) | :: | self | ||||
| character(len=*), | intent(in) | :: | filename | |||
| type(ESMF_Time), | intent(in) | :: | time | |||
| logical, | intent(in), | optional | :: | verbose | ||
| integer, | intent(out), | optional | :: | rc |