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

This is EMC flake model #164

Merged
merged 14 commits into from
Jul 21, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Updated ccpp_gfs_v16_flake_run.IN to use the new oro data for flake test
  • Loading branch information
YihuaWu-NOAA committed Jul 16, 2020
commit d5b0fc83a16a33e83251613144af451c67ad16b0
3 changes: 2 additions & 1 deletion tests/fv3_conf/ccpp_gfs_v16_flake_run.IN
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
rm -fr INPUT RESTART
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could this regression test setup-run-dir script be joined with an existing script, using variables to control copying the ORO_FLAKE data?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd prefer to have this new feature separate from gfs_v16 as the feature does not belong to gfs_v16, but based on gfs_v16. In the future it can be one of candidate to be included in next production branch, srw, RRFS, or gfsv17.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok, all good.

if [ $WARM_START = .F. ]; then
cp -r @[RTPWD]/FV3_input_data/INPUT .
mkdir RESTART
cp -r @[RTPWD]/FV3_input_data/ORO_FLAKE/* ./INPUT
mkdir RESTART
else
mkdir INPUT RESTART
cp -r @[RTPWD]/FV3_input_data/RESTART/* ./INPUT
Expand Down