FV3 Bundle
|
Data Types | |
interface | assignment(=) |
type | horiz_interp_type |
Functions/Subroutines | |
subroutine, public | stats (dat, low, high, avg, miss, missing_value, mask) |
subroutine | horiz_interp_type_eq (horiz_interp_out, horiz_interp_in) |
Variables | |
integer, parameter, public | conserve = 1 |
integer, parameter, public | bilinear = 2 |
integer, parameter, public | spherica = 3 |
integer, parameter, public | bicubic = 4 |
|
private |
Definition at line 168 of file horiz_interp_type.F90.
integer, parameter, public horiz_interp_type_mod::bicubic = 4 |
Definition at line 47 of file horiz_interp_type.F90.
integer, parameter, public horiz_interp_type_mod::bilinear = 2 |
Definition at line 45 of file horiz_interp_type.F90.
integer, parameter, public horiz_interp_type_mod::conserve = 1 |
Definition at line 44 of file horiz_interp_type.F90.
integer, parameter, public horiz_interp_type_mod::spherica = 3 |
Definition at line 46 of file horiz_interp_type.F90.