Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update emissivity to 0.985 and set nblyr default to 1 #553

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cicecore/cicedynB/general/ice_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ subroutine input_data
calc_Tsfc = .true. ! calculate surface temperature
update_ocn_f = .false. ! include fresh water and salt fluxes for frazil
ustar_min = 0.005 ! minimum friction velocity for ocean heat flux (m/s)
emissivity = 0.95 ! emissivity of snow and ice
emissivity = 0.985 ! emissivity of snow and ice
l_mpond_fresh = .false. ! logical switch for including meltpond freshwater
! flux feedback to ocean model
fbot_xfer_type = 'constant' ! transfer coefficient type for ocn heat flux
Expand Down Expand Up @@ -1436,7 +1436,7 @@ subroutine input_data
write(nu_diag,1002) ' ahmax = ', ahmax,' : albedo is constant above this thickness'
endif
endif
write(nu_diag,1002) ' emissivity = ', emissivity,' : emissivity of snow and ice'
write(nu_diag,1000) ' emissivity = ', emissivity,' : emissivity of snow and ice'
write(nu_diag,1010) ' sw_redist = ', sw_redist,' : redistribute internal shortwave to surface'
if (sw_redist) then
write(nu_diag,1002) ' sw_frac = ', sw_frac,' : fraction redistributed'
Expand Down
4 changes: 2 additions & 2 deletions configuration/scripts/ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
nfsd = 1
nilyr = 7
nslyr = 1
nblyr = 7
nblyr = 1
orca_halogrid = .false.
/

Expand Down Expand Up @@ -195,7 +195,7 @@
natmiter = 5
atmiter_conv = 0.0d0
ustar_min = 0.0005
emissivity = 0.95
emissivity = 0.985
fbot_xfer_type = 'constant'
update_ocn_f = .false.
l_mpond_fresh = .false.
Expand Down
1 change: 1 addition & 0 deletions configuration/scripts/options/set_nml.zsal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nblyr = 7
ktherm = 1
sw_redist = .true.
tfrz_option = 'linear_salt'
Expand Down
2 changes: 1 addition & 1 deletion doc/source/cice_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ either Celsius or Kelvin units).
"e11, e12, e22", "strain rate tensor components", ""
"ecci", "yield curve minor/major axis ratio, squared", "1/4"
"eice(n)", "energy of melting of ice per unit area (in category n)", "J/m\ :math:`^2`"
"emissivity", "emissivity of snow and ice", "0.95"
"emissivity", "emissivity of snow and ice", "0.985"
"eps13", "a small number", "10\ :math:`^{-13}`"
"eps16", "a small number", "10\ :math:`^{-16}`"
"esno(n)", "energy of melting of snow per unit area (in category n)", "J/m\ :math:`^2`"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ forcing_nml
"``calc_Tsfc``", "logical", "calculate surface temperature", "``.true.``"
"``default_season``", "``summer``", "forcing initial summer values", "``winter``"
"", "``winter``", "forcing initial winter values", ""
"``emissivity``", "real", "emissivity of snow and ice", "0.95"
"``emissivity``", "real", "emissivity of snow and ice", "0.985"
"``fbot_xfer_type``", "``Cdn_ocn``", "variabler ocean heat transfer coefficient scheme", "``constant``"
"", "``constant``", "constant ocean heat transfer coefficient", ""
"``fe_data_type``", "``clim``", "ocean climatology forcing value for iron", "``default``"
Expand Down