Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instantaneous surface wind speed diagnostic #341

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Next Next commit
Progress toward hybrid coarse-graining
spencerkclark committed Nov 1, 2022
commit c8779641a6df3effd2238391e7ffe7632e96448e
3 changes: 2 additions & 1 deletion FV3/atmos_cubed_sphere/tools/coarse_grained_diagnostics.F90
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@ module coarse_grained_diagnostics_mod
use mpp_domains_mod, only: domain2d, EAST, NORTH
use mpp_mod, only: FATAL, mpp_error
use coarse_graining_mod, only: block_sum, get_fine_array_bounds, get_coarse_array_bounds, MODEL_LEVEL, &
weighted_block_average, PRESSURE_LEVEL, vertically_remap_field, &
weighted_block_average, PRESSURE_LEVEL, HYBRID_MASS_WEIGHTED, HYBRID_AREA_WEIGHTED, &
vertically_remap_field, &
vertical_remapping_requirements, mask_area_weights, &
block_edge_sum_x, block_edge_sum_y, eddy_covariance_2d_weights, eddy_covariance_3d_weights
use time_manager_mod, only: time_type
Loading