| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(file_desc_t), | intent(inout), | target | :: | ncid_source | ||
| type(file_desc_t), | intent(inout), | target | :: | ncid_dest | ||
| type(interp_bounds_type), | intent(in) | :: | bounds_source | |||
| type(interp_bounds_type), | intent(in) | :: | bounds_dest | |||
| integer, | intent(in) | :: | pftindex(:) | |||
| integer, | intent(in) | :: | colindex(:) |
| private function constructor (ncid_source, ncid_dest, bounds_source, bounds_dest, pftindex, colindex) |
| procedure, public :: find_interpolator |