FV3 Bundle
|
Data Types | |
interface | horiz_interp_conserve_new |
Functions/Subroutines | |
subroutine, public | horiz_interp_conserve_init |
subroutine | horiz_interp_conserve_new_1dx1d (Interp, lon_in, lat_in, lon_out, lat_out, verbose) |
subroutine | horiz_interp_conserve_new_1dx2d (Interp, lon_in, lat_in, lon_out, lat_out, mask_in, mask_out, verbose) |
subroutine | horiz_interp_conserve_new_2dx1d (Interp, lon_in, lat_in, lon_out, lat_out, mask_in, mask_out, verbose) |
subroutine | horiz_interp_conserve_new_2dx2d (Interp, lon_in, lat_in, lon_out, lat_out, mask_in, mask_out, verbose) |
subroutine, public | horiz_interp_conserve (Interp, data_in, data_out, verbose, mask_in, mask_out) |
subroutine | horiz_interp_conserve_version1 (Interp, data_in, data_out, verbose, mask_in, mask_out) |
subroutine | horiz_interp_conserve_version2 (Interp, data_in, data_out, verbose) |
subroutine, public | horiz_interp_conserve_del (Interp) |
subroutine | stats (dat, area, asum, dsum, wsum, low, high, miss, mask) |
subroutine | data_sum (data, area, facis, facie, facjs, facje, dwtsum, wtsum, arsum, mask) |
Variables | |
integer | pe |
integer | root_pe |
logical | module_is_initialized = .FALSE. |
logical | great_circle_algorithm = .false. |
|
private |
Definition at line 1014 of file horiz_interp_conserve.F90.
subroutine, public horiz_interp_conserve_mod::horiz_interp_conserve | ( | type (horiz_interp_type), intent(in) | Interp, |
real, dimension(:,:), intent(in) | data_in, | ||
real, dimension(:,:), intent(out) | data_out, | ||
integer, intent(in), optional | verbose, | ||
real, dimension(:,:), intent(in), optional | mask_in, | ||
real, dimension(:,:), intent(out), optional | mask_out | ||
) |
subroutine, public horiz_interp_conserve_mod::horiz_interp_conserve_del | ( | type (horiz_interp_type), intent(inout) | Interp | ) |
Definition at line 924 of file horiz_interp_conserve.F90.
subroutine, public horiz_interp_conserve_mod::horiz_interp_conserve_init | ( | ) |
|
private |
[in] | verbose | /PUBLICROUTINE> |
Definition at line 145 of file horiz_interp_conserve.F90.
|
private |
[in] | verbose | /PUBLICROUTINE> |
Definition at line 347 of file horiz_interp_conserve.F90.
|
private |
[in] | verbose | /PUBLICROUTINE> |
Definition at line 491 of file horiz_interp_conserve.F90.
|
private |
[in] | verbose | /PUBLICROUTINE> |
Definition at line 581 of file horiz_interp_conserve.F90.
|
private |
Definition at line 738 of file horiz_interp_conserve.F90.
|
private |
Definition at line 885 of file horiz_interp_conserve.F90.
|
private |
Definition at line 949 of file horiz_interp_conserve.F90.
|
private |
Definition at line 116 of file horiz_interp_conserve.F90.
|
private |
Definition at line 114 of file horiz_interp_conserve.F90.
|
private |
Definition at line 110 of file horiz_interp_conserve.F90.
|
private |
Definition at line 110 of file horiz_interp_conserve.F90.