MOM6
MOM_spatial_means.F90 File Reference
#include <MOM_memory.h>
Include dependency graph for MOM_spatial_means.F90:

Go to the source code of this file.

Modules

module  mom_spatial_means
 

Functions/Subroutines

real function, public mom_spatial_means::global_area_mean (var, G)
 
real function, public mom_spatial_means::global_area_integral (var, G)
 
real function, dimension(gv %ke), public mom_spatial_means::global_layer_mean (var, h, G, GV)
 
real function, public mom_spatial_means::global_volume_mean (var, h, G, GV)
 
subroutine, public mom_spatial_means::global_i_mean (array, i_mean, G, mask)
 
subroutine, public mom_spatial_means::global_j_mean (array, j_mean, G, mask)
 
subroutine, public mom_spatial_means::adjust_area_mean_to_zero (array, G, scaling)
 Adjust 2d array such that area mean is zero without moving the zero contour. More...