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.
Add single grid channel capability and test for C-grid (CICE-Consorti…
…um#875) * Added code for transport in one grid cell wide channels * Update remap advection to support transport in single gridcell channels Add single grid east and north channel configurations and tests * Update documentation * Remove temporary code comments --------- Co-authored-by: Jean-Francois Lemieux <[email protected]>
- Loading branch information
1 parent
55342ca
commit d466031
Showing
9 changed files
with
165 additions
and
13 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,55 @@ | ||
days_per_year = 360 | ||
use_leap_years = .false. | ||
npt_unit = 'd' | ||
npt = 5 | ||
ice_ic = 'internal' | ||
restart_ext = .true. | ||
histfreq = 'd','1','x','x','x' | ||
grid_type = 'rectangular' | ||
kmt_type = 'channel_oneeast' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .false. | ||
ew_boundary_type = 'cyclic' | ||
ns_boundary_type = 'open' | ||
tr_iage = .false. | ||
tr_FY = .false. | ||
tr_lvl = .false. | ||
tr_pond_lvl = .false. | ||
ktherm = -1 | ||
atmbndy = 'constant' | ||
atm_data_type = 'uniform_east' | ||
ocn_data_type = 'calm' | ||
ice_data_type = 'block' | ||
ice_data_conc = 'p5' | ||
ice_data_dist = 'uniform' | ||
calc_strair = .false. | ||
rotate_wind = .false. | ||
restore_ice = .false. | ||
f_aice = 'd1' | ||
f_hi = 'd1' | ||
f_hs = 'd' | ||
f_Tsfc = 'd' | ||
f_uvel = 'd1' | ||
f_vvel = 'd1' | ||
f_uatm = 'd' | ||
f_vatm = 'd' | ||
f_uocn = 'd' | ||
f_vocn = 'd' | ||
f_strairx = 'd1' | ||
f_strairy = 'd1' | ||
f_strtltx = 'd1' | ||
f_strtlty = 'd1' | ||
f_strcorx = 'd1' | ||
f_strcory = 'd1' | ||
f_strocnx = 'd1' | ||
f_strocny = 'd1' | ||
f_strintx = 'd1' | ||
f_strinty = 'd1' | ||
f_taubx = 'd1' | ||
f_tauby = 'd1' | ||
f_divu = 'd1' | ||
f_sig1 = 'd1' | ||
f_sig2 = 'd1' | ||
f_sigP = 'd1' | ||
f_dvidtd = 'd1' |
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,55 @@ | ||
days_per_year = 360 | ||
use_leap_years = .false. | ||
npt_unit = 'd' | ||
npt = 5 | ||
ice_ic = 'internal' | ||
restart_ext = .true. | ||
histfreq = 'd','1','x','x','x' | ||
grid_type = 'rectangular' | ||
kmt_type = 'channel_onenorth' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .false. | ||
ew_boundary_type = 'open' | ||
ns_boundary_type = 'cyclic' | ||
tr_iage = .false. | ||
tr_FY = .false. | ||
tr_lvl = .false. | ||
tr_pond_lvl = .false. | ||
ktherm = -1 | ||
atmbndy = 'constant' | ||
atm_data_type = 'uniform_north' | ||
ocn_data_type = 'calm' | ||
ice_data_type = 'block' | ||
ice_data_conc = 'p5' | ||
ice_data_dist = 'uniform' | ||
calc_strair = .false. | ||
rotate_wind = .false. | ||
restore_ice = .false. | ||
f_aice = 'd1' | ||
f_hi = 'd1' | ||
f_hs = 'd' | ||
f_Tsfc = 'd' | ||
f_uvel = 'd1' | ||
f_vvel = 'd1' | ||
f_uatm = 'd' | ||
f_vatm = 'd' | ||
f_uocn = 'd' | ||
f_vocn = 'd' | ||
f_strairx = 'd1' | ||
f_strairy = 'd1' | ||
f_strtltx = 'd1' | ||
f_strtlty = 'd1' | ||
f_strcorx = 'd1' | ||
f_strcory = 'd1' | ||
f_strocnx = 'd1' | ||
f_strocny = 'd1' | ||
f_strintx = 'd1' | ||
f_strinty = 'd1' | ||
f_taubx = 'd1' | ||
f_tauby = 'd1' | ||
f_divu = 'd1' | ||
f_sig1 = 'd1' | ||
f_sig2 = 'd1' | ||
f_sigP = 'd1' | ||
f_dvidtd = 'd1' |
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