Sync with ESCOMP/master to bring component level PIO initialization#1
Merged
Conversation
bugfix for cart3d and other changes needed for CESM validation
Description of changes
bugfix for cart3d and other changes needed for CESM validation
Specific notes
This PR does several things
med_map_mod.F90 has a fix for the cart3d mapping - in addition, this is now the default mapping for CESM as is the case with mct
testlist_drv.xml has been modified to include a new compset for MOM
bug fix in med_io_mod to permit more ungridded dimensions than 16
NOTE: the externals used for CESM for the testing has been changed such that all components have been updated to have flux area corrections implemented in their caps AND also many have been updated to be near their master versions. As a result all baseline answers are different.
Contributors other than yourself, if any: None
CMEPS Issues Fixed: None
Are changes expected to change answers?
bit for bit
different at roundoff level
more substantial - only for CESM testing, other model testing should be bfb
Any User Interface Changes (namelist or namelist defaults changes)?
Yes
No
Testing performed if application target is CESM:(either UFS-S2S or CESM testing is required):
(recommended) CIME_DRIVER=nuopc scripts_regression_tests.py
machines:
details (e.g. failed tests):
(recommended) CESM testlist_drv.xml
machines and compilers: cheyenne/intel
details (e.g. failed tests): No failed tests - but baselines are different, new baselines are feb02
(optional) CESM prealpha test
machines and compilers
details (e.g. failed tests):
(other) please described in detail
machines and compilers
details (e.g. failed tests):
Testing performed if application target is UFS-coupled:
(recommended) UFS-coupled testing
description:
details (e.g. failed tests):
Testing performed if application target is UFS-HAFS:
(recommended) UFS-HAFS testing
description:
details (e.g. failed tests):
Hashes used for testing:
CESM:
repository to check out: https://github.com/ESCOMP/CESM.git
branch: nuopc_dev
hash: c6121e3
[x ] UFS-coupled, then umbrella repostiory to check out and associated hash:
repository to check out:https://github.com/ufs-community/ufs-weather-model
branch: develop, with switch to this cmeps branch
hash: e3983a0
UFS-HAFS, then umbrella repostiory to check out and associated hash:
repository to check out:
branch:
hash:
Component level PIO initialization for external applications such as HAFS
|
@uturuncoglu In order to not break the support/HAFS branch at the model level, please hold this PR so that it goes back into the support/HAFS branch together with the following PRs: |
Author
|
@BinLiu-NOAA sure. I am waiting for your approval. |
danrosen25
approved these changes
Mar 15, 2021
Collaborator
danrosen25
left a comment
There was a problem hiding this comment.
This work was approved here:
ESCOMP#158
The rest of the changes are related to synchronizing hafs-community with the latest ESCOMP work.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Jul 22, 2023
…albedos history updates, add albedos
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Feb 1, 2024
Exchange grid updates from Dom 2022/01/30
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Feb 1, 2024
minor fixes for ww3/cice coupling and update of code to cmeps0.14.24.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Feb 1, 2024
make history_n integer variables
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Feb 1, 2024
Gust mods suggested changes for cam_dev
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
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.
Description of changes
This PR aims to bring component level PIO initialization to support/HAFS
Specific notes
Contributors other than yourself, if any: None
CMEPS Issues Fixed (include github issue #): None
Are changes expected to change answers?
Any User Interface Changes (namelist or namelist defaults changes)?
Testing performed: