-
Notifications
You must be signed in to change notification settings - Fork 46
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
Sm jul272020 #79
Open
SMoorthi-emc
wants to merge
53
commits into
NOAA-EMC:develop
Choose a base branch
from
SMoorthi-emc:SM_Jul272020
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sm jul272020 #79
Changes from 52 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
f75f80b
creating my NEMS branch in github
SMoorthi-emc 9b5aaf9
after merging with master
SMoorthi-emc b830e7c
adding restart_dir to the mediator
SMoorthi-emc 6d51164
some comments in compile
SMoorthi-emc cd06d2b
adding new script to compile
SMoorthi-emc 68e00e3
updating mediator to include rain and snow separately for ocn
SMoorthi-emc bfd50b1
compile script change
SMoorthi-emc c60efbb
experiment with mediator restart
SMoorthi-emc aa40867
after pulling NEMS develop
SMoorthi-emc a62a575
update to add wave model z0
SMoorthi-emc ffe7fe8
Merge branch 'develop' of https://github.com/NOAA-EMC/NEMS into SM_No…
SMoorthi-emc 049200b
after merging with NEMS/develop
SMoorthi-emc 86ff2d9
after merging with NEMS develop
SMoorthi-emc 5742a22
adding a new compile script
SMoorthi-emc bc3799d
updated NEMS mediator
SMoorthi-emc 55d888f
a bug fix in land_mask setting
SMoorthi-emc babb96d
updating after merging with fractional grid version of mediator
SMoorthi-emc 75b7824
saving some older versions of the mediator
SMoorthi-emc 5827a6e
some mediator cleanups
SMoorthi-emc 8fd2813
creating a new branch
SMoorthi-emc 4493cab
after merging with NEMS/develop branch on feb 28 and updating
SMoorthi-emc 45c8b46
after updating to NOAA-EMC-develop
SMoorthi-emc 0e29a06
using NCP and updated mediator
SMoorthi-emc 971a415
updating main and nems_gridcomp
SMoorthi-emc 38cc08b
adding distclean fix in components_MOM6 and minor cleanup in mediator
SMoorthi-emc bb9d0bf
Merge remote-tracking branch 'upstream/develop' into develop
SMoorthi-emc 6c05ca7
after merging with NEMS/develop on apr22
SMoorthi-emc 00037ea
Merge remote-tracking branch 'upstream/develop' into develop
SMoorthi-emc a07fb0a
updated NEMS, but reversed component_CCPP.mk
SMoorthi-emc 1c54e60
small change in component_MOM6.mk
SMoorthi-emc 9100d16
keeping up with NEMS update on apr24
SMoorthi-emc 88f2819
branch doesn't work
SMoorthi-emc d637578
after merging with NEMS/develop on Apr 28
SMoorthi-emc 0008672
one line change in module_Mediator
SMoorthi-emc 185dedb
Merge remote-tracking branch 'origin/SM_Apr242020' into SM_Apr282020
SMoorthi-emc 35ea327
after merging with NEMS develop after static option in ccpp removed
SMoorthi-emc 24d99b3
updating module_EARTH_GRID_COMP.F90
SMoorthi-emc 5e82ae6
updated the NEMS mediator not to zero out the accumulator in prep_ocn…
SMoorthi-emc 605ce53
updating to nems update
SMoorthi-emc 39fcf70
updating module_EARTH_GRID_COMP.F90
SMoorthi-emc 1ec2906
after merging with NEMS-develop
SMoorthi-emc d7b386c
some cleanup
SMoorthi-emc 9bc32ba
some minor updates
SMoorthi-emc 15a8158
Merge remote-tracking branch 'upstream/develop' into SM_Jun042020
SMoorthi-emc 68b5023
a cosmetic change
SMoorthi-emc 043f8f9
nems mediator update - include alternate version
SMoorthi-emc 99a4262
adding protection on atmwgt
SMoorthi-emc ea43fae
fix module_EARTH_GRID_COMP
SMoorthi-emc 94bd0ba
new branch
SMoorthi-emc a421753
Merge remote-tracking branch 'upstream/develop' into SM_Jul272020
SMoorthi-emc 5044169
modifying component_CICE and component_CICE6 by replacing SITE by MAC…
SMoorthi-emc 4c6933c
removing extra mediator files
SMoorthi-emc 2adeb72
removing old compile scripts
SMoorthi-emc 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 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,11 @@ | ||
make app=coupledFV3_MOM6_CICE distclean | ||
make app=coupledFV3_MOM6_CICE -j 8 build | ||
|
||
# | ||
############################################################## | ||
# This builds the coupled model - app version | ||
# Not a 32-bit build, may need to change later for bit-reproducibility checks | ||
#./NEMS/NEMSAppBuilder rebuild app=coupledFV3_MOM6_CICE | ||
#cd ./NEMS/exe | ||
#mv NEMS.x nems_fv3_mom6_cice5.x | ||
############################################################## |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
make app=coupledFV3_MOM6_CICE_WW3 distclean | ||
make app=coupledFV3_MOM6_CICE_WW3 -j 8 build | ||
|
||
# | ||
############################################################## | ||
# This builds the coupled model - app version | ||
# Not a 32-bit build, may need to change later for bit-reproducibility checks | ||
#./NEMS/NEMSAppBuilder rebuild app=coupledFV3_MOM6_CICE | ||
#cd ./NEMS/exe | ||
#mv NEMS.x nems_fv3_mom6_cice5.x | ||
############################################################## |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
make app=coupledFV3_MOM6_CICE_WW3_CCPP distclean | ||
make app=coupledFV3_MOM6_CICE_WW3_CCPP -j 8 build | ||
|
||
# | ||
############################################################## | ||
# This builds the coupled model - app version | ||
# Not a 32-bit build, may need to change later for bit-reproducibility checks | ||
#./NEMS/NEMSAppBuilder rebuild app=coupledFV3_MOM6_CICE | ||
#cd ./NEMS/exe | ||
#mv NEMS.x nems_fv3_mom6_cice5.x | ||
############################################################## |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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.
Why do we need this? Is cp not working?