forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented cell_measure area for h-point variables
- In MOM.F90, write_static_fields not registers the fms-id for area_t for use with cell_measures attribute. - Calls new s/r from diag_mediator, diag_register_area_ids(). - The fms-id for area is stored in the axes group. - Added another layer of wrapper for register_diag_field_fms() called register_diag_field_low(). - No answer changes. TBD: - The axes group provides the default area (and volume) weight. The actual area id should be stored in the diag type for the instances that a different or no weight should be provided.
- Loading branch information
Showing
2 changed files
with
95 additions
and
8 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