Skip to content
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

Update inline post #2489

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/WenMeng-NOAA/fv3atm
branch = upp_oct
# url = https://github.com/NOAA-EMC/fv3atm
# branch = develop
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
1 change: 1 addition & 0 deletions tests/tests/rap_clm_lake_debug
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ export CCPP_SUITE=FV3_RAP_clm_lake
export LKM=1
export IOPT_LAKE=2
export FRAC_ICE=.true.
export WRITE_DOPOST=.false.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jkbk2004 @ulmononian Can you also incorporate this change in PR #2461? With the recent UPP updates, the inline post is not working for this test anymore.