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 CICE6 to allow WW3-CICE6 coupling; add a cdeps test using C-grid for sea ice dynamics (was #1390) #1381

Merged
merged 21 commits into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
fix hafs-wav configurations
* turn ice coupling off for all hafs+wav tests
* turn current coupling off for hafs-atm-wav test
  • Loading branch information
DeniseWorthen committed Aug 28, 2022
commit 83edc4635d94e3879d2d321b1f8d56fa5c17f522
2 changes: 1 addition & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ export DLAT=0.03

# shel.inp
export INPUT_CURFLD='C F Currents'
export INPUT_ICEFLD='C F Ice concentrations'
export INPUT_ICEFLD='F F Ice concentrations'
# input.nml
export CPL_IMP_MRG=.true.

Expand Down
2 changes: 2 additions & 0 deletions tests/tests/hafs_regional_atm_wav
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export CPLWAV=.true.
export CPLWAV2ATM=.true.
export CPL_IMP_MRG=.true.

# shel.inp
export INPUT_CURFLD='F F Currents'
export DTFLD="10800"
export DTPNT="10800"
export GOFILETYPE=""
Expand Down