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

Add switch_meshcap_pdlib_IC4 and change dev/ufs-weather-model IC4M8 to IC4M10 #1211

Open
wants to merge 5 commits into
base: dev/ufs-weather-model
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions model/bin/switch_meshcap_pdlib_IC4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NCO PDLIB SCOTCH NOGRB DIST MPI PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT1 DB1 MLIM FLD2 TR0 BS0 RWND WNX1 WNT1 CRX1 CRT1 O0 O1 O2 O3 O4 O5 O6 O7 O14 O15 IC4 IS0 REF0
2 changes: 1 addition & 1 deletion model/src/w3sic4md.F90
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ SUBROUTINE W3SIC4 (A, DEPTH, CG, IX, IY, S, D)
END DO
WN_I= 0.5 * ALPHA

CASE (8)
CASE (10)
!CMB added option of cubic fit to Meylan, Horvat & Bitz in prep
! ICECOEF1 is thickness
! ICECOEF5 is floe size
Expand Down