FV3 Bundle
horiz_interp_type_mod Module Reference

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
 

Function/Subroutine Documentation

◆ horiz_interp_type_eq()

subroutine horiz_interp_type_mod::horiz_interp_type_eq ( type(horiz_interp_type), intent(inout)  horiz_interp_out,
type(horiz_interp_type), intent(in)  horiz_interp_in 
)
private

Definition at line 168 of file horiz_interp_type.F90.

◆ stats()

subroutine, public horiz_interp_type_mod::stats ( real, dimension(:,:), intent(in)  dat,
real, intent(out)  low,
real, intent(out)  high,
real, intent(out)  avg,
integer, intent(out)  miss,
real, intent(in), optional  missing_value,
real, dimension(:,:), intent(in), optional  mask 
)

Definition at line 98 of file horiz_interp_type.F90.

Here is the caller graph for this function:

Variable Documentation

◆ bicubic

integer, parameter, public horiz_interp_type_mod::bicubic = 4

Definition at line 47 of file horiz_interp_type.F90.

◆ bilinear

integer, parameter, public horiz_interp_type_mod::bilinear = 2

Definition at line 45 of file horiz_interp_type.F90.

◆ conserve

integer, parameter, public horiz_interp_type_mod::conserve = 1

Definition at line 44 of file horiz_interp_type.F90.

◆ spherica

integer, parameter, public horiz_interp_type_mod::spherica = 3

Definition at line 46 of file horiz_interp_type.F90.