For interpolating fields in time.
Performs linear interpolation of monthly-mean forcing fields.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | imon | The month  | 
  
||
| real, | intent(in) | :: | for12(ix*il,*) | The input field  | 
  
||
| real, | intent(inout) | :: | for1(ix*il) | The output field  | 
  
Performs nonlinear, mean-conserving interpolation of monthly-mean forcing fields.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | imon | The month  | 
  
||
| real, | intent(in) | :: | for12(ix*il,12) | The input field  | 
  
||
| real, | intent(inout) | :: | for1(ix*il) | The output field  |