New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
thd_ice_2.F90 in branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2 – NEMO

source: branches/DEV_r1837_mass_heat_salt_fluxes/NEMO/LIM_SRC_2/thd_ice_2.F90 @ 2926

Last change on this file since 2926 was 1859, checked in by gm, 14 years ago

ticket:#665 step 2 & 3: heat content in qns & new forcing terms

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 4.8 KB
Line 
1MODULE thd_ice_2
2#if defined key_lim2
3   !!======================================================================
4   !!                       ***  MODULE thd_ice_2  ***
5   !! LIM 2.0 sea-ice :   Ice thermodynamics in 1D
6   !!=====================================================================
7   !! History : 2.0  ! 2002-11  (C. Ethe)  F90: Free form and module
8   !!           2.1  ! 2010-05  (Y. Aksenov, M. Vancoppenolle, G. Madec) add heat content exchanges
9   !!----------------------------------------------------------------------
10   !! NEMO/LIM 3.3, UCL-LOCEAN-IPSL (2010)
11   !! $Id$
12   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
13   !!----------------------------------------------------------------------
14   USE par_ice_2
15
16   IMPLICIT NONE
17   PRIVATE
18
19   !! * Share Module variables
20   REAL(wp) , PUBLIC ::   & !!! ** ice-thermo namelist (namicethd) **
21      hmelt   = -0.15  ,  &  !: maximum melting at the bottom
22      hicmin  = 0.2    ,  &  !: ice th. corr. to max. ener. in brine pocket
23      hiclim  = 0.05   ,  &  !: minimum ice thickness
24      amax    = 0.999  ,  &  !: maximum lead fraction
25      swiqst  = 1.0    ,  &  !: energy stored in brine pocket (1) or not (0)
26      sbeta   = 1.0    ,  &  !: numerical scheme for diffusion in ice
27      parlat  = 0.0    ,  &  !: percent. of energy used for lateral ablation
28      hakspl  = 0.5    ,  &  !: slope of distr. for Hakkinen-Mellro's lat. melt
29      hibspl  = 0.5    ,  &  !: slope of distribution for Hibler's lat. melt
30      exld    = 2.0    ,  &  !: exponent for leads-closure rate
31      hakdif  = 1.0    ,  &  !: coefficient for diffusions of ice and snow
32      thth    = 0.2    ,  &  !: thick. for comp. of eq. thermal conduct
33      hnzst   = 0.1    ,  &  !: thick. of the surf. layer in temp. comp.
34      parsub  = 1.0    ,  &  !: switch for snow sublimation or not
35      alphs   = 1.0          !: coef. for snow density when snow-ice formation
36
37   REAL(wp), PUBLIC, DIMENSION(2)  ::  &  !:   
38      hiccrit = (/0.3,0.3/)  !: ice th. for lateral accretion in the NH (SH) (m)
39
40   REAL(wp) , PUBLIC ::   &  !:
41      uscomi,             &  !: inverse of minimum lead fraction
42      cnscg                  !: ratio  rcpsn/rcpic
43
44   INTEGER , PUBLIC, DIMENSION(jpij) ::   &  !:
45      npb     ,   &   !: number of points where computations has to be done
46      npac            !: correspondance between the points
47
48   REAL(wp), PUBLIC, DIMENSION(jpij) ::   &  !:
49      qldif_1d    ,     &  !: corresponding to the 2D var  qldif
50      qcmif_1d    ,     &  !: corresponding to the 2D var  qcmif
51      thcm_1d     ,     &  !:    "                  "      thcm
52      fstbif_1d   ,     &  !:    "                  "      fstric
53      fltbif_1d   ,     &  !:    "                  "      ffltbif
54      fscbq_1d    ,     &  !:    "                  "      fscmcbq
55      qsr_ice_1d  ,     &  !:    "                  "      qsr_ice
56      fr1_i0_1d   ,     &  !:    "                  "      fr1_i0
57      fr2_i0_1d   ,     &  !:    "                  "      fr2_i0
58      qns_ice_1d  ,     &  !:    "                  "      qns_ice
59      qfvbq_1d    ,     &  !:    "                  "      qfvbq
60      sist_1d     ,     &  !:    "                  "      sist
61      tfu_1d      ,     &  !:    "                  "      tfu
62      sprecip_1d  ,     &  !:    "                  "      sprecip
63      h_snow_1d   ,     &  !:    "                  "      h_snow
64      h_ice_1d    ,     &  !:    "                  "      h_ice
65      frld_1d     ,     &  !:    "                  "      frld
66      qstbif_1d   ,     &  !:    "                  "      qstoif
67      fbif_1d     ,     &  !:    "                  "      fbif
68      rdm_ice_1d  ,     &  !:    "                  "      rdm_ice
69      rdq_ice_1d  ,     &  !:    "                  "      rdq_ice
70      rdm_snw_1d  ,     &  !:    "                  "      rdm_snw
71      rdq_snw_1d  ,     &  !:    "                  "      rdq_snw
72      qlbbq_1d    ,     &  !:    "                  "      qlbsbq
73      dmgwi_1d    ,     &  !:    "                  "      dmgwi
74      dvsbq_1d    ,     &  !:    "                  "      rdvosif
75      rdvomif_1d  ,     &  !:    "                  "      rdvomif
76      dvbbq_1d    ,     &  !:    "                  "      rdvobif
77      dvlbq_1d    ,     &  !:    "                  "      rdvolif
78      dvnbq_1d    ,     &  !:    "                  "      rdvolif
79      dqns_ice_1d ,     &  !:    "                  "      dqns_ice
80      qla_ice_1d  ,     &  !:    "                  "      qla_ice
81      dqla_ice_1d          !:    "                  "      dqla_ice
82
83   REAL(wp), PUBLIC, DIMENSION(jpij,jplayersp1) ::   &  !:
84      tbif_1d              !: corresponding to the 2D var  tbif
85
86   !!======================================================================
87#endif
88END MODULE thd_ice_2
Note: See TracBrowser for help on using the repository browser.