-
Notifications
You must be signed in to change notification settings - Fork 154
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
Baltic ALE z and offline tracer example #110
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
…per @adcroft PR and suggestions. Also, added data_table which was not added in previous commit and updated which offline diagnostics are written out"
ashao
added a commit
to ashao/MOM6
that referenced
this pull request
Oct 24, 2016
Proposed update to ashao:origin/offline tracers. I agree that renaming the flag from DO_ONLINE to OFFLINE_TRACER_MODE is more descriptive. I checked that this still works as intended with the Baltic_ALE_z_offline_tracers and updated the MOM_override for that test case in NOAA-GFDL/MOM6-examples#110
adcroft
added a commit
to adcroft/MOM6-examples
that referenced
this pull request
Dec 17, 2019
…gths - Updatres SIS_parameter_doc.* - NOAA-GFDL/SIS2@3147daf Merge pull request NOAA-GFDL#110 from Hallberg-NOAA/rescale_lengths - NOAA-GFDL/SIS2@b9b1a91 Corrected 5 OMP declarations - NOAA-GFDL/SIS2@d70a2ba +Added a new runtime parameter CFL_MASS_NEGLECT_BUG - NOAA-GFDL/SIS2@6d99ded Merge branch 'rescale_lengths' of https://github.com/Hallberg-NOAA/SIS2 into rescale_lengths - NOAA-GFDL/SIS2@29e266d Merge pull request NOAA-GFDL#109 from nikizadehgfdl/specified_ice_restart_fix - NOAA-GFDL/SIS2@226794e Fix for specified ice restart issue NOAA-GFDL#107 - NOAA-GFDL/SIS2@df5879d Merge branch 'awallcraft-alan' into dev/gfdl - NOAA-GFDL/SIS2@fbebaf6 Merge branch 'alan' of https://github.com/awallcraft/SIS2 into awallcraft-alan - NOAA-GFDL/SIS2@702ff08 Merge branch 'nikizadehgfdl-patch-1' into dev/gfdl - NOAA-GFDL/SIS2@3072158 Merge branch 'patch-1' of https://github.com/nikizadehgfdl/SIS2 into nikizadehgfdl-patch-1 - NOAA-GFDL/SIS2@f803d26 Minor changes to increase similarity to dev/gfdl - NOAA-GFDL/SIS2@4fdb2a4 +Rescaled velocities in the simple_OSS_type - NOAA-GFDL/SIS2@132a1c6 Code rescaling simplification and clean-up - NOAA-GFDL/SIS2@53217dc +Rescaled some internal timestep variables - NOAA-GFDL/SIS2@40ee0ec +Rescaled IOF%flux_u_ocn and IOF%stress_mag - NOAA-GFDL/SIS2@8481061 +Rescaled variables used in SIS B-grid dynamics - NOAA-GFDL/SIS2@ad86a46 +Rescaled volume transports for tracer advection - NOAA-GFDL/SIS2@a79d884 +Rescaled OSS%u_ocn_C - NOAA-GFDL/SIS2@9b55f7f +Rescaled transports in proportionate_continuity - NOAA-GFDL/SIS2@224a2af +Rescaled variables used in SIS_continuity - NOAA-GFDL/SIS2@308c89a +Rescaled the timestep stored in SIS_sum_output - NOAA-GFDL/SIS2@bb75a0a +Rescaled C-grid velocities - NOAA-GFDL/SIS2@9fa3cfe Generalized some comments documenting arguments - NOAA-GFDL/SIS2@d8c52e3 Corrected an error message - NOAA-GFDL/SIS2@2197d4a +Rescaled C-grid stresses in SIS_dynamics_trans - NOAA-GFDL/SIS2@588ffe1 +Rescaled stresses in SIS_C_dynamics - NOAA-GFDL/SIS2@ce9d757 +Pass US to SIS_C_dyn_read_alt_restarts - NOAA-GFDL/SIS2@bedeace +Added register_unit_conversion_restarts - NOAA-GFDL/SIS2@68e01da +Rescaled many variables in SIS_C_dynamics - NOAA-GFDL/SIS2@b5263a4 +Add conversion arg to register_SIS_diag_field - NOAA-GFDL/SIS2@62724c7 +Rescaled G%bathyT - NOAA-GFDL/SIS2@887f0fa +Rescaled G%CoriolisBu - NOAA-GFDL/SIS2@2a5e98a +Rescaled lengths in SIS_hor_grid_type - NOAA-GFDL/SIS2@f06c7ba +Added optional scale arguments to chksum routines - NOAA-GFDL/SIS2@9991d35 Fix for specified ice restart issue NOAA-GFDL#107 - NOAA-GFDL/SIS2@c086497 Fix for specified ice restart issue NOAA-GFDL#107 - NOAA-GFDL/SIS2@ad748a7 added extra fields to APPLY_MASKS_AFTER_RESTART that allow restarts with a different mask_table - NOAA-GFDL/SIS2@a741184 Bug fix for do_ice_limit
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 introduces a new 'Baltic' case which uses the zstar coordinate and spacing from ocean_only/global_ALE/z (which means that most levels actually don't exist within this domain). Instructions for how to run tracers offline in this configuration can be found in README.offline.
NOTE: This example needs to use the 'sum' capability added to FMS in my dev/master branch at ashao/FMS.git. A pull request is currently open, but has not been merged into the NOAA-GFDL FMS dev/master.