forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOM6: Merge pull request mom-ocean#618 from adcroft/cell_measure_volc…
…ello - NOAA-GFDL/MOM6@60ce41f Merge pull request mom-ocean#618 from adcroft/cell_measure_volcello - NOAA-GFDL/MOM6@625a3a0 Register volcello as volume cell measure - NOAA-GFDL/MOM6@4986283 Provides means for associate cell measure "volume" - NOAA-GFDL/MOM6@7add3b8 Adds diagnostic field "volcello" - NOAA-GFDL/MOM6@8305575 Merge pull request mom-ocean#616 from ashao/fix_diag_remap_index_range - NOAA-GFDL/MOM6@c181210 Fix i,j range when updating diagnostic grids
- Loading branch information
Showing
5 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule MOM6
updated
5 files
+19 −0 | src/core/MOM.F90 | |
+34 −47 | src/diagnostics/MOM_diagnostics.F90 | |
+5 −3 | src/framework/MOM_diag_manager_wrapper.F90 | |
+72 −16 | src/framework/MOM_diag_mediator.F90 | |
+2 −2 | src/framework/MOM_diag_remap.F90 |