Performs linear interpolation on the time dimension. This function does not wrap the indexes around the month 1 or 12.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | month_idx | The month |
||
| real(kind=p), | intent(in) | :: | in_field(ix,il,0:n_months-1) | The input field |
||
| real(kind=p), | intent(inout) | :: | out_field(ix,il) | The output field |
||
| real(kind=p), | intent(in) | :: | month_fraction | The fraction of the current month elapsed |
||
| integer, | intent(in) | :: | n_months |