Skip to content

Commit

Permalink
make icepack_warnings_getall public, snw_ssp_table=unknown, update us…
Browse files Browse the repository at this point in the history
…er guide
  • Loading branch information
eclare108213 committed Sep 23, 2022
1 parent ee97eab commit 1a089e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion columnphysics/icepack_warnings.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module icepack_warnings
character(len=char_len_long), public :: warnstr

public :: &
icepack_warnings_getall, &
icepack_warnings_clear, &
icepack_warnings_print, &
icepack_warnings_flush, &
Expand All @@ -27,7 +28,6 @@ module icepack_warnings
icepack_warnings_setabort

private :: &
icepack_warnings_getall, &
icepack_warnings_getone

!=======================================================================
Expand Down
2 changes: 1 addition & 1 deletion configuration/scripts/icepack_in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
sw_redist = .false.
sw_frac = 0.9d0
sw_dtemp = 0.02d0
snw_ssp_table = 'test'
snw_ssp_table = 'unknown_snw_ssp_table'
/

&ponds_nml
Expand Down
3 changes: 2 additions & 1 deletion doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ can be found in :ref:`cicecpps`. The following CPPs are available.
"NO_I8", "Converts ``integer*8`` to ``integer*4``."
"NO_R16", "Converts ``real*16`` to ``real*8``."
"USE_NETCDF", "Turns on netcdf capabilities in Icepack. By default and generally, Icepack does not need netcdf."
"USE_SNICARHC", "Compiles hardcoded (HC) tables needed for ``dEdd_snicar_ad``, which can lengthen the compile time considerably."
"",""
"**Application Macros**", ""
"CESMCOUPLED", "Turns on code changes for the CESM coupled application "
Expand Down Expand Up @@ -265,7 +266,7 @@ shortwave_nml
"``shortwave``", "``ccsm3``", "NCAR CCSM3 shortwave distribution method", "``dEdd``"
"", "``dEdd``", "Delta-Eddington method (3-band)", ""
"", "``dEdd_snicar_ad``", "Delta-Eddington method with 5-band snow", ""
"``snw_ssp_table``", "``snicar``", "lookup table for `dEdd_snicar_ad`", "``snicar``"
"``snw_ssp_table``", "``snicar``", "lookup table for `dEdd_snicar_ad`", ""
"", "``test``", "reduced lookup table for `dEdd_snicar_ad` testing", ""
"``sw_dtemp``", "real", "temperature from melt for sw_redist", "0.02"
"``sw_frac``", "real", "fraction of shortwave redistribution", "0.9"
Expand Down

0 comments on commit 1a089e8

Please sign in to comment.