-
Notifications
You must be signed in to change notification settings - Fork 144
Moving Nest Code Restructure and Port to fms2_io #227
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
Merged
bensonr
merged 22 commits into
NOAA-GFDL:dev/emc
from
hafs-community:feature/mn_cleanup_202211
Dec 14, 2022
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c5ddec2
Performance optimization of moving nest.
wramstrom 2b413b5
Moving nest performance optimization stage 2.
wramstrom 9d663a1
Merge remote-tracking branch 'remotes/upstream/dev/emc' into feature/…
BinLiu-NOAA 1fbffd9
Merge remote-tracking branch 'RB/emc_io_fixes' into feature/hafsv0.3_…
BinLiu-NOAA 0cd5847
Update atmos_model_nml in driver/fvGFS/atmosphere.F90 so that it is c…
BinLiu-NOAA 205d775
Removed reference to unused variable parent_x.
wramstrom 54785db
Merge remote-tracking branch 'remotes/upstream/dev/emc' into feature/…
BinLiu-NOAA af29d30
Adding upoff as a namelist parameter
BijuThomas-NOAA 9e6cff1
Merge remote-tracking branch 'upstream/dev/emc' into feature/hafs_syn…
BinLiu-NOAA 9b56598
Update to output timestr in yyyymmdd.hhmmss for the internal tracker
BinLiu-NOAA 7fae6af
Moving nest code cleanup: modularization phase.
wramstrom b41539f
Code cleanup: modularization
wramstrom 79ec371
Moved call to fv_moving_nest_init() up to atmos_model.F90
wramstrom 35c4ce9
Code cleanup.
wramstrom ac64482
More careful handling of namelist reading to enable moving fv_moving_…
wramstrom ce1d726
Ported from fms_io to fms2_io. Also removed debug print statements.
wramstrom b6e6df9
Restructuring moving_nest code from atmos_cubed_sphere to FV3 level.
wramstrom 3017863
Restructuring moving_nest code from atmos_cubed_sphere to FV3 directory.
wramstrom 79879e0
Added namelist flag fv_timings to enable detailed performance timings…
wramstrom 41d9dfd
Added namelist flag fv_timers to enable detailed performance timings;…
wramstrom e31b6a7
Merge branch 'feature/mn_cleanup_202211' of https://github.com/hafs-c…
wramstrom 1ec4f00
Merge remote-tracking branch 'upstream/dev/emc' into feature/mn_clean…
BinLiu-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a nice addition; it could be extended in the future to add more fine-grained timers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, the granularity of output for MPP clocks is determined by an FMS namelist variable that works with the various timer levels specified in the clock_id to determine at what level a clock will be output.