forked from ESCOMP/CMEPS
-
Notifications
You must be signed in to change notification settings - Fork 25
Update CMEPS to latest ESCOMP/CMEPS master #36
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
DeniseWorthen
merged 62 commits into
NOAA-EMC:emc/develop
from
DeniseWorthen:feature/updcmeps
Apr 9, 2021
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5693a83
bug fixes for aux_cam test suite
e8f967e
changes to get aux_cam test suite working
2729830
fixed problems for cart3d mapping and made it the default for cesm
cb1ccac
Merge remote-tracking branch 'origin/master' into mvertens/bugfixes_a…
1c49a4b
updated testlist_drv.xml
4960f5f
removed hard coding of cnumber
1a31e0d
removed DEBUG comments
c4acaa8
Merge pull request #157 from ESCOMP/mvertens/bugfixes_auxcam
jedwards4b e18514b
update internal PIO initialization
2a1977a
more work related to component level PIO initialization
7770513
add missing ESMF call to use statement
6e36233
remove shr_pio_mod.F90 from util/CMakeLists.txt
42c82d7
fix for performance issue in S2S
21b2d86
change default for pio_root
dced80b
remove extra print
48b9136
add extra print
216ab10
add support to set pio debug level and set uninitialized variable
3f9de91
minor fix for CDEPS data ocean
d245094
use pts_lat and pts_lon for single point cases
jedwards4b 8b29011
remove PTS_MODE variable, use domain file
jedwards4b 74f7751
Merge pull request #158 from hafs-community/feature/pio_fix_comp
uturuncoglu b7e7806
changes for single column mode
6ffb9f1
Updated land-sea mask used for CFSR or GEFS data.
binli2337 0fb97b0
Merge remote-tracking branch 'escomp/master' into HEAD
DeniseWorthen 0501d0b
Merge remote-tracking branch 'BinLi/feature/new_mask' into HEAD
DeniseWorthen 0dccdad
changes to get scol working
6cb0454
changes to get nag 6.2 compiler working
jedwards4b bd53936
initialize rc
jedwards4b e37038d
correct grid for nuopc
jedwards4b cd0e922
added attribute for scol_spval for single column checks to be consist…
f3e2564
Merge remote-tracking branch 'jim/nag_port' into mvertens/scol
756c7f7
Merge pull request #163 from jedwards4b/nag_port
jedwards4b 4015c83
Merge remote-tracking branch 'origin/master' into mvertens/scol
6c13813
update esmf version in github action
jedwards4b d8c48c6
update pio version
jedwards4b bf16a6b
fixed comments in PR
839e294
add bumpversion action
jedwards4b 6f9d730
merge to head
jedwards4b 76b839b
Merge pull request #164 from ESCOMP/mvertens/scol
jedwards4b b4d2b19
compilation bug fixes
815f2b4
Merge pull request #165 from ESCOMP/mvertens/driver_bugfix
jedwards4b ad849ec
pr to impliment automatic versioning in cmeps repo
jedwards4b 1627da9
Merge pull request #166 from jedwards4b/version_bump_pr
jedwards4b 014c223
changes to get ctsm LILAC mode to work
ad106b0
Merge pull request #167 from ESCOMP/mvertens/bugfix_lilac
jedwards4b 92df294
addition of bilnr_cart3d mapping
04b8b08
removed extraneous comment
aa86626
update datm dependence of srcMaskValue
DeniseWorthen 1a32ab7
Merge pull request #168 from ESCOMP/mvertens/bilnr_cart3d
jedwards4b 4fe2fbc
Merge remote-tracking branch 'escomp/master' into feature/dstmapbilnPR
DeniseWorthen f1e9507
clean branch for dststatus and mapbilnr_nstod
DeniseWorthen 02ceba3
add missing dststatusfield for mappatch and mappatch_uv3d
DeniseWorthen 9a0cad5
optionally read dststatus_print from MED_attributes
DeniseWorthen c6a10fd
clean up comment
DeniseWorthen 8522323
Remove valid_values for GLC_GRID
billsacks dd1af1f
Merge pull request #170 from billsacks/glc_grid
mvertens b437148
update for getting the glc present flag set correctly with nag compiler
33b10f0
Merge pull request #172 from ESCOMP/mvertens/cesm_bugfix
mvertens df76314
Merge pull request #169 from DeniseWorthen/feature/dstmapbilnPR
mvertens 994fc56
Merge remote-tracking branch 'escomp/master' into feature/updcmeps
DeniseWorthen 4556f5e
revert change srcMaskValue
DeniseWorthen d5b270c
Merge branch 'emc/develop' into feature/updcmeps
DeniseWorthen 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Bump version | ||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| with: | ||
| fetch-depth: '0' | ||
| - name: Bump version and push tag | ||
| uses: anothrNick/github-tag-action@1.26.0 | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| WITH_V: true | ||
| DEFAULT_BUMP: minor | ||
| RELEASE_BRANCHES: master | ||
| DRY_RUN: False |
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.
I am curious where this pio-2.5.3 is installed?
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.
Doesn't this refer just to the github actions that is set up on the ESCOMP repo for their PRs?
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.
I see, it is running a standalone build job, the pio used there is different, I guess it is OK.