Skip to content

Commit 8ceed76

Browse files
finished documentation update
1 parent 8f9b081 commit 8ceed76

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

doc/source/developer_guide/dg_driver.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Overview
4040

4141
The icepack driver exists to test the column physics. At the present time, it is hardwired
4242
to run 4 different gridcells on one processor with the same forcing used for all gridcells.
43-
There is no MPI and no threading built into the icepack driver. There is limited IO capabilities,
44-
no history files, and no netcdf restart files. The model generally runs very quickly.
43+
There is no MPI and no threading built into the icepack driver. There is limited IO capabilities.
44+
The model generally runs very quickly.
4545

4646
Forcing data and details on these data are available in :ref:`force`.

doc/source/icepack_index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ section :ref:`tabnamelist`.
357357
"potT", "atmospheric potential temperature", "K"
358358
"PP_net", "total primary productivity per grid cell", "mg C/m\ :math:`^2`/s"
359359
"precip_units", ":math:`\bullet` liquid precipitation data units", ""
360+
"precalc_forc", ":math:`\bullet` if true, average/interpolate forcing data on initialization", ""
360361
"print_points", ":math:`\bullet` if true, print point data", "F"
361362
"Pstar", "ice strength parameter", "2.75\ :math:`\times`\ 10\ :math:`^4`\ N/m\ :math:`^2`"
362363
"puny", "a small positive number", "1\ :math:`\times`\ 10\ :math:`^{-11}`"

doc/source/user_guide/ug_case_settings.rst

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ forcing_nml
371371
"", "``ISPOL``", "ISPOL experiment data (see :ref:`force`)", ""
372372
"", "``NICE``", "N-ICE experiment data (see :ref:`force`)", ""
373373
"", "``SHEBA``", "Opening/closing dataset from SHEBA", ""
374+
"``precalc_forc``", "logical", "average/interpolate forcing data on initialization", "``.false.``"
374375
"``precip_units``", "``mks``", "liquid precipitation data units", "``mks``"
375376
"", "``mm_per_month``", "", ""
376377
"", "``mm_per_sec``", "(same as MKS units)", ""

doc/source/user_guide/ug_running.rst

+18-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,24 @@ cases. Current filenames can be found in the options scripts in
741741
Atmospheric and oceanic forcing are available from the 2019-2020 Multidisciplinary Drifting Observatory
742742
for the Study of Arctic Climate (MOSAiC) expedition :cite:`Clemens-Sewall24`. The atmospheric forcing is
743743
available minutely and the oceanic forcing is available daily. These data are based on observations from
744-
a collection of drifting ice floes in the Arctic Ocean. MOSAiC
744+
a collection of drifting ice floes in the Arctic Ocean. MOSAiC consisted of two drift experiments,
745+
in which the R/V Polarstern was moored to a drifting ice floe and continuous observations were made. The
746+
first drift started in October 2019 North of the Laptev Sea (85.4N, 129.2E) and ended in July 2020 in
747+
the Fram Strait (79.2N, 2.6W). The second drift was from August to September, 2020 in the vicinity of
748+
the North Pole (approximately 88.6N, 110.6E).
749+
750+
Atmospheric forcing fields from :cite:`Clemens-Sewall24` consist of 2-m air temperature (K), 2-m
751+
specific humidity (kg/kg), 2-m wind velocity in the u and v directions (m/s), downward solar radiation
752+
(:math:`W/m^2`), and downward longwave radiation (:math:`W/m^2`). For the first drift, snowfall rate
753+
(:math:`kg/m^2/s`) is also available. Oceanic forcing fields consist of mixed layer salinity (PSU),
754+
mixed layer depth (m), turbulent heat fluxes over the halocline and thermocline (:math:`W/m^2`),
755+
mixed layer temperature (K), ocean-ice friction velocity (m/s), and sea ice drift speed (m/s). Note,
756+
icepack's driver currently lacks a mechanism to use the ocean-ice friction velocity and/or sea ice
757+
drift speed in the thermodynamics calculations. Additionally, caution should be used when using the
758+
ocean mixed layer temperatures directly because for much of the experiment icepack's parameterization
759+
of the ocean mixed layer freezing point differs from the true freezing point by ~0.5 C.
760+
761+
MOSAiC data are available exclusively as MDF-formatted netCDF files (see :ref:`init`).
745762

746763

747764

0 commit comments

Comments
 (0)