forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* boxislands land mask * adjusted landmask * add kmt_type option to grid namelist
- Loading branch information
1 parent
63d0f48
commit 34a3ada
Showing
6 changed files
with
235 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
npt = 48 | ||
kmt_type = 'boxislands' | ||
ice_ic = 'default' | ||
histfreq = 'd','x','x','x','x' | ||
grid_type = 'rectangular' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .false. | ||
ew_boundary_type = 'cyclic' | ||
ns_boundary_type = 'open' | ||
ktherm = -1 | ||
kstrength = 0 | ||
kdyn = 1 | ||
kridge = -1 | ||
ktransport = -1 | ||
coriolis = 'constant' | ||
atmbndy = 'constant' | ||
atm_data_type = 'box2001' | ||
ice_data_type = 'box2001' | ||
calc_strair = .false. | ||
restore_ice = .false. | ||
f_aice = 'd' | ||
f_hi = 'd' | ||
f_hs = 'd' | ||
f_Tsfc = 'd' | ||
f_uvel = 'd' | ||
f_vvel = 'd' | ||
f_uatm = 'd' | ||
f_vatm = 'd' | ||
f_uocn = 'd' | ||
f_vocn = 'd' | ||
f_strairx = 'd' | ||
f_strairy = 'd' | ||
f_strocnx = 'd' | ||
f_strocny = 'd' | ||
f_divu = 'd' | ||
f_sig1 = 'd' | ||
f_sig2 = 'd' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters