You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #792 shows that l_fixed_area=.true. eliminates the checkerboard pattern in aice, hice fields. However, gx3 simulations crash with this flag set to true (issue #809). I want to see if idealized runs with a variable grid crash or not with l_fixed_area=.true.
I redid the exp above but with the modified approach for computing the edge masks as described in issue #809. This is in my branch Fixed_area_remap with commit 86d3409.
See also issues #786, #792 and #809.
Issue #792 shows that l_fixed_area=.true. eliminates the checkerboard pattern in aice, hice fields. However, gx3 simulations crash with this flag set to true (issue #809). I want to see if idealized runs with a variable grid crash or not with l_fixed_area=.true.
./cice.setup --case CvgridFA -g gbox80 -m ppp6 -e intel -p 1x1 -s boxforcee,boxclosed,vargrid,buildincremental
I then changed things in the namelist:
npt=14 (days)
ndte = 2400
elasticDamp = 0.1d0
deltaminEVP = 2e-9
capping_method = 'sum'
kridge = 1
ktransport = 1
atm_data_type = 'uniform_northeast'
ocn_data_type = 'calm'
bgc_data_type = 'default'
fe_data_type = 'default'
ice_data_type = 'uniform'
ice_data_conc = 'p8'
ice_data_dist = 'uniform'
scale_dxdy = .true.
dxscale = 1.01d0
dyscale = 1.01d0
The runs are 14 days long. I look at the results after 14 days.
The text was updated successfully, but these errors were encountered: