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.
namini in NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO4_beta_mirror/doc/namelists/namini @ 10321

Last change on this file since 10321 was 10321, checked in by davestorkey, 5 years ago

UKMO/NEMO4_beta_mirror: Update to version 10279 of the trunk.

File size: 1.8 KB
Line 
1!------------------------------------------------------------------------------
2&namini         !   Ice initialization
3!------------------------------------------------------------------------------
4   ln_iceini        = .true.          !  activate ice initialization (T) or not (F)
5   ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F)
6   rn_thres_sst     =   2.0           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze)
7   rn_hts_ini_n     =   0.3           !  initial real snow thickness (m), North
8   rn_hts_ini_s     =   0.3           !        "            "             South
9   rn_hti_ini_n     =   3.0           !  initial real ice thickness  (m), North
10   rn_hti_ini_s     =   1.0           !        "            "             South
11   rn_ati_ini_n     =   0.9           !  initial ice concentration   (-), North
12   rn_ati_ini_s     =   0.9           !        "            "             South
13   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North
14   rn_smi_ini_s     =   6.3           !        "            "             South
15   rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North
16   rn_tmi_ini_s     = 270.            !        "            "             South
17
18   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', ''
19   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', ''
20   sn_ati = 'Ice_initialization'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', ''
21   sn_tsu = 'Ice_initialization'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', ''
22   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
23   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
24   cn_dir ='./'
25/
Note: See TracBrowser for help on using the repository browser.