Skip to content

Commit f61be9a

Browse files
authored
Final updates for GEOS changes. (CICE-Consortium#526)
Remove extra use variable and update documentation. These are a couple of minor changes that will complete the initial GEOS coupling integration.
1 parent ac57a1c commit f61be9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

columnphysics/icepack_therm_itd.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module icepack_therm_itd
2929
use icepack_parameters, only: phi_init, dsin0_frazil
3030
use icepack_parameters, only: Tliquidus_max
3131
use icepack_parameters, only: rhosi, conserv_check, rhosmin, snwredist
32-
use icepack_parameters, only: kitd, ktherm, semi_implicit_Tsfc
32+
use icepack_parameters, only: kitd, ktherm
3333
use icepack_parameters, only: z_tracers, hfrazilmin, hi_min
3434
use icepack_parameters, only: cpl_frazil, update_ocn_f, saltflux_option
3535
use icepack_parameters, only: icepack_chkoptargflag

doc/source/icepack_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ section :ref:`tabnamelist`.
196196
"fswthru_pardf", "visible photosynthetically active shortwave diffuse radiation 400-700nm penetrating to ocean", "W/m\ :math:`^2`"
197197
"fswthru_pardr", "visible photosynthetically active shortwave direct radiation 400-700nm penetrating to ocean", "W/m\ :math:`^2`"
198198
"fswthru_uvrdf", "visible ultraviolet shortwave diffuse radiation > 700nm penetrating to ocean", "W/m\ :math:`^2`"
199-
"fswthru_uvrdr", "visible ultraviolet shortwave direct radiation > 7000nm penetrating to ocean", "W/m\ :math:`^2`"
199+
"fswthru_uvrdr", "visible ultraviolet shortwave direct radiation > 700nm penetrating to ocean", "W/m\ :math:`^2`"
200200
"fswthru_vdr", "visible direct shortwave penetrating to ocean", "W/m\ :math:`^2`"
201201
"fswthru_vdf", "visible diffuse shortwave penetrating to ocean", "W/m\ :math:`^2`"
202202
"fyear", "current data year", ""

0 commit comments

Comments
 (0)