*
Calculates number of days in a month *
*
Author: Rona Thompson (Sep 2023) *
*
Variables: *
yyyymm year and month *
eomday number of days in month (end of month day) *
*
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | yyyymmdd | ||||
| integer | :: | hhmiss |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | yyyymm |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp) | :: | juliandate | ||||
| integer | :: | yyyymmdd | ||||
| integer | :: | hhmiss |