MONC
|
Contains prognostic field definitions and functions. More...
Data Types | |
type | prognostic_field_ptr_type |
A pointer to the prognostic field. This is so we can wrap prognostics up in an array and still refer to the origonal field rather than a copy. More... | |
type | prognostic_field_type |
A prognostic field which is assumed to be 3D. More... | |
Functions/Subroutines | |
logical function, dimension(3), public | get_field_interpolation_index (field) |
Retrieves the index(s) that require interpolation to go from the primal the dual grid. More... | |
Contains prognostic field definitions and functions.
logical function, dimension(3), public prognostics_mod::get_field_interpolation_index | ( | type(prognostic_field_type), intent(inout) | field | ) |
Retrieves the index(s) that require interpolation to go from the primal the dual grid.
field | The field to check interpolation for |
Definition at line 34 of file prognostics.F90.