Skip to content

Commit

Permalink
Merge pull request #1058 from GEOS-ESM/feature/zhaobin74/update-cice6…
Browse files Browse the repository at this point in the history
…-configs

update cice6 configs
  • Loading branch information
sdrabenh authored Feb 21, 2025
2 parents 7d0f2a9 + f229548 commit 64abc38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
grid_format = 'nc'
grid_type = 'tripole'
grid_subtype = 'geosmom'
grid_ice = 'B'
grid_ice = 'C'
grid_atm = 'A'
grid_ocn = 'B'
grid_ocn = 'C'
grid_file = 'cice6_grid.nc'
kmt_file = 'cice6_kmt.nc'
bathymetry_file = 'cice6_global.bathy.nc'
Expand Down Expand Up @@ -115,7 +115,7 @@

&thermo_nml
kitd = 1
ktherm = 1
ktherm = 2
conduct = 'bubbly'
ksno = 0.3d0
a_rapid_mode = 0.5e-3
Expand Down Expand Up @@ -174,22 +174,22 @@
/

&shortwave_nml
shortwave = 'ccsm3'
shortwave = 'dEdd'
albedo_type = 'ccsm3'
albicev = 0.78
albicei = 0.36
albsnowv = 0.98
albsnowi = 0.70
ahmax = 0.3
R_ice = 0.
R_pnd = 0.
R_snw = 1.5
R_ice = -1.
R_pnd = -1.
R_snw = -1.
dT_mlt = 1.5
rsnw_mlt = 1500.
kalg = 0.6
sw_redist = .true.
sw_frac = 0.9d0
sw_dtemp = 0.02d0
kalg = 0.0
sw_redist = .true.
sw_frac = 0.9d0
sw_dtemp = 0.02d0
/

&ponds_nml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
grid_format = 'nc'
grid_type = 'tripole'
grid_subtype = 'geosmom'
grid_ice = 'B'
grid_ice = 'C'
grid_atm = 'A'
grid_ocn = 'B'
grid_ocn = 'C'
grid_file = 'cice6_grid.nc'
kmt_file = 'cice6_kmt.nc'
bathymetry_file = 'cice6_global.bathy.nc'
Expand Down Expand Up @@ -470,7 +470,7 @@
f_snowfrac = 'x'
f_snow = 'x'
f_snow_ai = 'm'
f_rain = 'x'
f_rain = 'm'
f_rain_ai = 'm'
f_sst = 'm'
f_sss = 'm'
Expand All @@ -492,7 +492,7 @@
f_alidf_ai = 'x'
f_albice = 'md'
f_albsno = 'md'
f_albpnd = 'x'
f_albpnd = 'md'
f_coszen = 'x'
f_flat = 'md'
f_flat_ai = 'md'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

&thermo_nml
kitd = 1
ktherm = 1
ktherm = 2
conduct = 'bubbly'
ksno = 0.3d0
a_rapid_mode = 0.5e-3
Expand Down Expand Up @@ -293,8 +293,6 @@
restart_hbrine = .false.
tr_zaero = .false.
modal_aero = .false.
optics_file = 'unknown'
optics_file_fieldname = 'modalBCabsorptionParameter5band'
skl_bgc = .false.
z_tracers = .false.
dEdd_algae = .false.
Expand Down

0 comments on commit 64abc38

Please sign in to comment.