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

Fix companion ocean resolution for C48 #1066

Merged
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
2 changes: 1 addition & 1 deletion parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export LEVS=128
export CASE="@CASECTL@"
export CASE_ENKF="@CASEENS@"
case "$CASE" in
"C48") export OCNRES=400;;
"C48") export OCNRES=500;;
"C96") export OCNRES=100;;
"C192") export OCNRES=050;;
"C384") export OCNRES=025;;
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.efcs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export cplwav=.false.

# ocean model resolution
case "$CASE_ENKF" in
"C48") export OCNRES=400;;
"C48") export OCNRES=500;;
"C96") export OCNRES=100;;
"C192") export OCNRES=050;;
"C384") export OCNRES=025;;
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.ocn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# OCNRES is currently being set in config.base
# case "$CASE" in
# "C48") export OCNRES=400;;
# "C48") export OCNRES=500;;
# "C96") export OCNRES=100;;
# "C192") export OCNRES=050;;
# "C384") export OCNRES=025;;
Expand Down