NEDAS.models.topaz.v5.cice_utils module
- NEDAS.models.topaz.v5.cice_utils.thickness_upper_limit(seaice_conc: ndarray, target_variable: Literal['seaice', 'snow']) ndarray[source]
upper threshold for seaice_thick based on daily output of CICE 1993-2016
- NEDAS.models.topaz.v5.cice_utils.hi_cate(ncat, kcatb=0, kitd=1)[source]
Defines ice thickness category boundaries based on the given scheme.
- Parameters:
ncat (int) – Number of ice thickness categories.
kcatb (int) – Determines the categorization scheme.
kitd (int) – Determines the remapping type (used when kcatb == 0).
- Returns:
Ice thickness category boundaries.
- Return type:
hilim (list of float)