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 symmetry test and gridsys_suite (#11)
* Add ice_data_type = uniform to set uniform initial conditions in ice_init.F90 set_state_var * add uniform atm_data_type options * add box sym tests, gridsys testsuites Co-authored-by: daveh150 <[email protected]>
- Loading branch information
Showing
8 changed files
with
308 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
days_per_year = 360 | ||
use_leap_years = .false. | ||
npt_unit = 'd' | ||
npt = 5 | ||
ice_ic = 'default' | ||
restart_ext = .true. | ||
histfreq = 'd','1','x','x','x' | ||
grid_type = 'rectangular' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .true. | ||
ew_boundary_type = 'open' | ||
ns_boundary_type = 'open' | ||
tr_iage = .false. | ||
tr_FY = .false. | ||
tr_lvl = .false. | ||
tr_pond_lvl = .false. | ||
ktherm = -1 | ||
kstrength = 0 | ||
kdyn = 1 | ||
kridge = -1 | ||
ktransport = -1 | ||
coriolis = 'constant' | ||
atmbndy = 'constant' | ||
atm_data_type = 'uniform_east' | ||
ice_data_type = 'uniform' | ||
calc_strair = .false. | ||
rotate_wind = .false. | ||
restore_ice = .true. | ||
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' |
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,54 @@ | ||
days_per_year = 360 | ||
use_leap_years = .false. | ||
npt_unit = 'd' | ||
npt = 5 | ||
ice_ic = 'default' | ||
restart_ext = .true. | ||
histfreq = 'd','1','x','x','x' | ||
grid_type = 'rectangular' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .true. | ||
ew_boundary_type = 'open' | ||
ns_boundary_type = 'open' | ||
tr_iage = .false. | ||
tr_FY = .false. | ||
tr_lvl = .false. | ||
tr_pond_lvl = .false. | ||
ktherm = -1 | ||
kstrength = 0 | ||
kdyn = 1 | ||
kridge = -1 | ||
ktransport = -1 | ||
coriolis = 'constant' | ||
atmbndy = 'constant' | ||
atm_data_type = 'uniform_north' | ||
ice_data_type = 'uniform' | ||
calc_strair = .false. | ||
rotate_wind = .false. | ||
restore_ice = .true. | ||
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' |
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,54 @@ | ||
days_per_year = 360 | ||
use_leap_years = .false. | ||
npt_unit = 'd' | ||
npt = 5 | ||
ice_ic = 'default' | ||
restart_ext = .true. | ||
histfreq = 'd','1','x','x','x' | ||
grid_type = 'rectangular' | ||
dxrect = 16.e5 | ||
dyrect = 16.e5 | ||
close_boundaries = .true. | ||
ew_boundary_type = 'open' | ||
ns_boundary_type = 'open' | ||
tr_iage = .false. | ||
tr_FY = .false. | ||
tr_lvl = .false. | ||
tr_pond_lvl = .false. | ||
ktherm = -1 | ||
kstrength = 0 | ||
kdyn = 1 | ||
kridge = -1 | ||
ktransport = -1 | ||
coriolis = 'constant' | ||
atmbndy = 'constant' | ||
atm_data_type = 'uniform_northeast' | ||
ice_data_type = 'uniform' | ||
calc_strair = .false. | ||
rotate_wind = .false. | ||
restore_ice = .true. | ||
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' |
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,2 @@ | ||
grid_system = 'B' | ||
|
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,2 @@ | ||
grid_system = 'CD' | ||
|
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,16 @@ | ||
# Test Grid PEs Sets BFB-compare | ||
smoke gx3 8x2 diag1,run5day | ||
restart gx3 4x2 debug,diag1 | ||
smoke gbox80 1x1 box2001 | ||
smoke gbox80 1x1 boxslotcyl | ||
smoke gbox80 1x1 boxsymn | ||
smoke gbox80 1x1 boxsyme | ||
smoke gbox80 1x1 boxsymne | ||
|
||
smoke gx3 8x2 diag1,run5day,gridcd | ||
restart gx3 4x2 debug,diag1,gridcd | ||
smoke gbox80 1x1 box2001,gridcd | ||
smoke gbox80 1x1 boxslotcyl,gridcd | ||
smoke gbox80 1x1 boxsymn,gridcd | ||
smoke gbox80 1x1 boxsyme,gridcd | ||
smoke gbox80 1x1 boxsymne,gridcd |