source: CMIP6/PAMIP/CM6-pa-futArcSIC-ext-001/PARAM/namelist_lim3_ORCA1_cfg_NPv6.1 @ 5465

Last change on this file since 5465 was 5465, checked in by ggalod, 4 years ago

sauvegarde exp PAMIP

File size: 4.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!-----------------------------------------------------------------------
6&namicerun     !   Share parameters for dynamics/advection/thermo
7!-----------------------------------------------------------------------
8   cn_icerst_in  = "restart_ice_in" !  suffix of ice restart name (input)
9   rn_amax_n     = 0.997            !  maximum tolerated ice concentration NH
10   rn_amax_s     = 0.950            !  maximum tolerated ice concentration SH
11   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F)
12   ln_limndg     = .true.          !  activate sea ice nudging (T) or not (F)
13   ln_limdiaout  = .true.            !  output the heat and salt budgets (T) or not (F)
14/
15!-----------------------------------------------------------------------
16&namiceini     !   ice initialisation
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namicendg     !   Sea ice nudging   ! 06/2019 - Vladimir Lapin (06/2019)
21!-----------------------------------------------------------------------
22   !             ! filename          ! freq  ! variable name  ! time     ! clim     ! year or   ! weights   ! rot     ! mask
23   !             !                   !       !                ! interp   !          ! monthly   ! filename  ! pair    ! filename
24   !----------------------------------------------------------------------------------------------------------------------------------------
25   sn_sic      = 'sic_data'  , -1.   , 'siconc'       , .true.   , .true.  , 'yearly'   , ''        , ''      , ''
26   sn_sit      = 'sit_data'  , -1.   , 'sit'          , .true.   , .true.  , 'yearly'   , ''        , ''      , ''
27   sn_msk      = 'mask_si_restore'   , -12.  , 'mask'          , .false.  , .true.  , 'yearly'   , ''        , ''      , ''
28   !
29   cn_dir      = './'    !  root directory for the location of the target files
30   nn_icendg   = 1       !  add nudging fluxes based on SIC (=1), SIC and SIT (=2), or no restoring (=0)
31   nn_sstdmp   = 1       !  add extra heat fluxes to qns_oce which relax SST to freezing point and prevent new ice formation term  (=1); do nothing (=0)
32   rn_dqdt_mlt = 354.5   !  nudging coeff for creating ice (oce-ice flux)  [W/m3]
33   rn_dqdt_frz = 354.5
34   rn_ndg_thld = 0.01    !  nudging activation threshold based on SIC, nudging is ON if |sic_model - sic_target| > rn_ndg_thld
35   nn_msk      = 0       !  add a mask to the sea ice nudging scheme (=1) or not (=0)
36                         !  sn_msk can be empty if nn_msk = 0
37   rn_dqdt_sst = -40.0   !  nudging coeff for melting  ice (atm-ice flux)  [W/m3]
38/
39!-----------------------------------------------------------------------
40&namicedyn     !   ice dynamic
41!-----------------------------------------------------------------------
42/
43!------------------------------------------------------------------------------
44&namicehdf     !   Ice horizontal diffusion
45!------------------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namicethd     !   ice thermodynamic
49!-----------------------------------------------------------------------
50   rn_cdsn     = 0.50              !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
51                                   !  Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
52/
53!-----------------------------------------------------------------------
54&namicesal     !   ice salinity
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namiceitdme   !   parameters for mechanical redistribution of ice
59!-----------------------------------------------------------------------
60   rn_astar    =   0.03            !  exponential measure of ridging ice fraction (nn_partfun = 1)
61   rn_hstar    = 25.0             !  determines the maximum thickness of ridged ice (m) (Hibler, 1980)
62/
63!-----------------------------------------------------------------------
64&namicedia     !   ice diagnostics
65!-----------------------------------------------------------------------
66/
67!------------------------------------------------------------------------------
68&namiceitd     !   Ice discretization
69!------------------------------------------------------------------------------
70   rn_himax_bot = 99.             !  max ice thickness in the last category jpl
71/
Note: See TracBrowser for help on using the repository browser.