-
Notifications
You must be signed in to change notification settings - Fork 148
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
MOM6: ice shelf dHdt and optimization #428
Merged
marshallward
merged 1 commit into
NOAA-GFDL:dev/gfdl
from
mom6bot:mom6-ice-shelf-dhdt-and-optimization-2023-10-25-12-38
Oct 25, 2023
Merged
MOM6: ice shelf dHdt and optimization #428
marshallward
merged 1 commit into
NOAA-GFDL:dev/gfdl
from
mom6bot:mom6-ice-shelf-dhdt-and-optimization-2023-10-25-12-38
Oct 25, 2023
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
Contributor
mom6bot
commented
Oct 25, 2023
- NOAA-GFDL/MOM6@c9fc30d61 ice shelf dHdt and optimization
- NOAA-GFDL/MOM6@3d07e5beb Comment omega_w2x entries in nuopc_cap
- NOAA-GFDL/MOM6@3720b9920 Comment all omega_w2x entries
- NOAA-GFDL/MOM6@e2bbb08dc Set fpmix to false by default
- NOAA-GFDL/MOM6@5e6e6576f remove fms_io_mod import
- NOAA-GFDL/MOM6@de55fd6d2 fix multiinstance log filename correction and remove FMS1 io api calls.
- NOAA-GFDL/MOM6@d363034fc Deprecate mct cap (How to cite recent ice shelf development? #257)
- NOAA-GFDL/MOM6@5bc0c5e07 Pass wavebands from coupler to wave_parameters_CS (Update surface flux analysis for ocean_only/global_ALE/z #255)
- NOAA-GFDL/MOM6@be40a4136 add run time info (New version of FMS submodules #114)
- NOAA-GFDL/MOM6@d9aa751a4 Revert order of variables in vertFPmix
- NOAA-GFDL/MOM6@66fd876af Removed L_diag and moved variables in vertFPmix
- NOAA-GFDL/MOM6@7b7052e9b Describe local variables and make code consistent
- NOAA-GFDL/MOM6@d4aa10857 Add Leith+E (User/bgr/ideal hurricane #251)
- NOAA-GFDL/MOM6@c57789f41 Rearrange do-loops and if statements
- NOAA-GFDL/MOM6@2f34d6521 Merge latest mom-ocean main (Document user code parameters #254)
- NOAA-GFDL/MOM6@8ec0de7b0 Merge remote-tracking branch 'MAIN/main' into feature/update-to-main-20230811
- NOAA-GFDL/MOM6@27518f750 Make neutral diffusion work with 3D diffusivities
- NOAA-GFDL/MOM6@a58803372 Make HBD work with 3D diffusivities
- NOAA-GFDL/MOM6@36c1e266b Make tracer diffusivities 3D
- NOAA-GFDL/MOM6@cf29f1beb Allocate hbl
- NOAA-GFDL/MOM6@53ccbc329 Fix line length
- NOAA-GFDL/MOM6@8234e696d Add hbd to the control structure
- NOAA-GFDL/MOM6@b4bd22322 Output relevant fields when diff or visc < 0
- NOAA-GFDL/MOM6@61baca8ea Option to taper neutral diffusion
- NOAA-GFDL/MOM6@8812ba999 Merge remote-tracking branch 'gustavo/fpmix_draft_17may2022' into fpmix_draft_18April2023
- NOAA-GFDL/MOM6@32b969ef4 Accommodate multi-instance runs in CESM (Update choked points #241)
- NOAA-GFDL/MOM6@ebf11d7c7 migrate nearly all refs to CFC_cap into MOM_tracer_flow_control and MOM_CFC_cap
- NOAA-GFDL/MOM6@a697159a2 Obsolete the USE_LATERAL_BOUNDARY_DIFFUSION option
- NOAA-GFDL/MOM6@eff5036e0 Unit tests and final cleaning
- NOAA-GFDL/MOM6@b85581ea8 read atm CFC hemispheric aveages from CFC_BC_FILE, instead of 2D fields
- NOAA-GFDL/MOM6@db06a5494 add CFC_BC_year_offset, converts model time to time in CFC_BC_file
- NOAA-GFDL/MOM6@c2a30839c Improve performance of hor_bnd_diffusion
- NOAA-GFDL/MOM6@f666a67cb Rename module to hor_bnd_diffusion
- NOAA-GFDL/MOM6@9b4bd84b5 Add mssing call to get_param for FPMIX
- NOAA-GFDL/MOM6@864506e85 Add omega_w2x to fluxes and forces
- NOAA-GFDL/MOM6@7624a83b8 Add missing use for vertFPmix
- NOAA-GFDL/MOM6@143d11752 Updates to vertFPmix
- NOAA-GFDL/MOM6@cb65bdcef Change name of logical
- NOAA-GFDL/MOM6@9c103f1f9 First draft for fpmix
- NOAA-GFDL/MOM6@b7390f7e0 Makes set_u_at_v and set_v_at_u public
- NOAA-GFDL/MOM6@c9fc30d61 ice shelf dHdt and optimization - NOAA-GFDL/MOM6@3d07e5beb Comment omega_w2x entries in nuopc_cap - NOAA-GFDL/MOM6@3720b9920 Comment all omega_w2x entries - NOAA-GFDL/MOM6@e2bbb08dc Set fpmix to false by default - NOAA-GFDL/MOM6@5e6e6576f remove fms_io_mod import - NOAA-GFDL/MOM6@de55fd6d2 fix multiinstance log filename correction and remove FMS1 io api calls. - NOAA-GFDL/MOM6@d363034fc Deprecate mct cap (NOAA-GFDL#257) - NOAA-GFDL/MOM6@5bc0c5e07 Pass wavebands from coupler to wave_parameters_CS (NOAA-GFDL#255) - NOAA-GFDL/MOM6@be40a4136 add run time info (NOAA-GFDL#114) - NOAA-GFDL/MOM6@d9aa751a4 Revert order of variables in vertFPmix - NOAA-GFDL/MOM6@66fd876af Removed L_diag and moved variables in vertFPmix - NOAA-GFDL/MOM6@7b7052e9b Describe local variables and make code consistent - NOAA-GFDL/MOM6@d4aa10857 Add Leith+E (NOAA-GFDL#251) - NOAA-GFDL/MOM6@c57789f41 Rearrange do-loops and if statements - NOAA-GFDL/MOM6@2f34d6521 Merge latest mom-ocean main (NOAA-GFDL#254) - NOAA-GFDL/MOM6@8ec0de7b0 Merge remote-tracking branch 'MAIN/main' into feature/update-to-main-20230811 - NOAA-GFDL/MOM6@27518f750 Make neutral diffusion work with 3D diffusivities - NOAA-GFDL/MOM6@a58803372 Make HBD work with 3D diffusivities - NOAA-GFDL/MOM6@36c1e266b Make tracer diffusivities 3D - NOAA-GFDL/MOM6@cf29f1beb Allocate hbl - NOAA-GFDL/MOM6@53ccbc329 Fix line length - NOAA-GFDL/MOM6@8234e696d Add hbd to the control structure - NOAA-GFDL/MOM6@b4bd22322 Output relevant fields when diff or visc < 0 - NOAA-GFDL/MOM6@61baca8ea Option to taper neutral diffusion - NOAA-GFDL/MOM6@8812ba999 Merge remote-tracking branch 'gustavo/fpmix_draft_17may2022' into fpmix_draft_18April2023 - NOAA-GFDL/MOM6@32b969ef4 Accommodate multi-instance runs in CESM (NOAA-GFDL#241) - NOAA-GFDL/MOM6@ebf11d7c7 migrate nearly all refs to CFC_cap into MOM_tracer_flow_control and MOM_CFC_cap - NOAA-GFDL/MOM6@a697159a2 Obsolete the USE_LATERAL_BOUNDARY_DIFFUSION option - NOAA-GFDL/MOM6@eff5036e0 Unit tests and final cleaning - NOAA-GFDL/MOM6@b85581ea8 read atm CFC hemispheric aveages from CFC_BC_FILE, instead of 2D fields - NOAA-GFDL/MOM6@db06a5494 add CFC_BC_year_offset, converts model time to time in CFC_BC_file - NOAA-GFDL/MOM6@c2a30839c Improve performance of hor_bnd_diffusion - NOAA-GFDL/MOM6@f666a67cb Rename module to hor_bnd_diffusion - NOAA-GFDL/MOM6@9b4bd84b5 Add mssing call to get_param for FPMIX - NOAA-GFDL/MOM6@864506e85 Add omega_w2x to fluxes and forces - NOAA-GFDL/MOM6@7624a83b8 Add missing use for vertFPmix - NOAA-GFDL/MOM6@143d11752 Updates to vertFPmix - NOAA-GFDL/MOM6@cb65bdcef Change name of logical - NOAA-GFDL/MOM6@9c103f1f9 First draft for fpmix - NOAA-GFDL/MOM6@b7390f7e0 Makes set_u_at_v and set_v_at_u public
marshallward
approved these changes
Oct 25, 2023
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.