-
Notifications
You must be signed in to change notification settings - Fork 237
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
User/jpk/cmor named diagnostics #35
Merged
Merged
Conversation
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
- Renamed register_diag_field() to register_diag_field_low(). - Added wrapper register_diag_field() to call register_diag_field_low(). TODO: [ ] Add optional arguments to provide CMOR names. [ ] Add multiple invocations of register_diag_field_low() with the various different names that might appear in a diag_table. [ ] Do same for static fields.
- Added wrapper to register_diag_field() to store second handle for CMOR registration. - Added wrapper to post_data_*() to call send_data for CMOR handles. - Alternative handle is stored in diag control structure.
- Attribute fall-back logic for CMOR scalar fields - Wrapped register_Z_tracer, added standard_name attribute - Added CMOR names for the following diagnostics o areacello (static) o so (3D) o so_z (3D-remapped to Z) o tosga (scalar - in the style of a CMOR scalar diagnostic) - Added entries for cmor fields to the diag table (global ALE Z example)
List includes: evs, friver, hfibthermds, hfls, hfrunoffds hfsifrazil, hfss, masscello, prsn, rlds rsntds, sfdsi, so, tauuo, tauvo, uo, vo, wfo
- As for solo_driver, intent(inout) needed for diag type in surface_forcing_init().
- CMOR diagnostics added in commit 3e9b3af modified the available_diags.000000 files.
Merged
nikizadehgfdl
pushed a commit
to nikizadehgfdl/MOM6
that referenced
this pull request
Oct 9, 2017
Remapped diagnostic TKE_to_Kd is broken, skip for now. mom-ocean#62
gustavo-marques
pushed a commit
to gustavo-marques/MOM6
that referenced
this pull request
Dec 12, 2017
Adds bug fix in net_FW reported by travissluka
SMoorthi-emc
pushed a commit
to SMoorthi-emc/MOM6
that referenced
this pull request
Sep 15, 2020
…L-20200811 Feature/update to gfdl 20200909 commit
Hallberg-NOAA
pushed a commit
to wfcooke/MOM6
that referenced
this pull request
Dec 17, 2021
* In MOM_ice_shelf_dynamics.F90 changes are made to calc_shelf_visc() and calc_shelf_driving_stress() to account for an irregular quadrilateral grid. In MOM_ice_shelf_initialize.F90 changes are made to initialize_ice_thickness_from_file() to correct masks at initialization. * Changed indentation * Changes are made to 'calc_shelf_visc()` to make computations of the velocity derivatives rotation-invariant. Changes in `update_ice_shelf()` utilize G%IareaT(:,:) instead of 1/G%areaT(:,:).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request more complete. It includes most of the fields that GOLD provided to CMIP5 without any modification, with two exceptions: