source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim2_ORCA1_ref @ 2295

Last change on this file since 2295 was 2265, checked in by omamce, 10 years ago

O.M.

Add namelists for ORCA1 LIM2. No diurnal cycle presently.
Add namelists for ORCA1 LIM3 : still not working.

File size: 9.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM-2 : 1 - dynamics/advection/thermo          (namicerun)
3!! namelists    2 - ice intialisation                  (namiceini)
4!!              3 - ice dynamic                        (namicedyn)
5!!              4 - ice advection                      (namicetrp)
6!!              5 - thermodynamic                      (namicethd)
7!!              6 - ice damping                        (namice_dmp)
8!!              7 - ice diagnostics                    (namicedia)
9!!              8 - ice outputs                        (namiceout)
10!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
11
12!-----------------------------------------------------------------------
13&namicerun     !   Share parameters for dynamics/advection/thermo
14!-----------------------------------------------------------------------
15   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input)
16   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output)
17   ln_limdyn     = .true.             !  ice dynamics (T) or thermodynamics only (F)
18   ln_limdmp     = .false.            !  restoring ice thickness and fraction leads   (T => fill  namice_dmp)
19   acrit         = 1.0e-06 , 1.0e-06  !  minimum lead fraction in the Northern & Southern Hemispheres
20   hsndif        =  0.e0              !  computation of temperature in snow (=0.0) or not
21   hicdif        =  0.e0              !  computation of temperature in ice  (=0.0) or not (=9999.0)
22/
23!-----------------------------------------------------------------------
24&namiceini     !   ice initialisation
25!-----------------------------------------------------------------------
26   ln_limini   = .false.   !  read the initial state in 'Ice_initialization.nc' (T) or not (F)
27   ttest       =  2.0      !  threshold water temperature for initial sea ice
28   hninn       =  0.5      !  initial snow thickness in the north
29   hginn       =  3.0      !  initial ice  thickness in the north
30   alinn       =  0.05     !  initial leads area     in the north
31   hnins       =  0.1      !  same  three parameter  in the south
32   hgins       =  1.0      !        "                 "     south   
33   alins       =  0.1      !        "                 "     south
34/
35!-----------------------------------------------------------------------
36&namicedyn     !   ice dynamic
37!-----------------------------------------------------------------------
38   epsd        =   1.0e-20 !  tolerance parameter
39   alpha       =   0.5     !  coefficient for semi-implicit coriolis
40   dm          =   0.6e+03 !  diffusion constant for dynamics
41   nbiter      =   1       !  number of sub-time steps for relaxation
42   nbitdr      = 100       !  maximum number of iterations for relaxation
43   om          =   0.5     !  relaxation constant
44   resl        =   5.0e-05 !  maximum value for the residual of relaxation
45   cw          =   5.0e-03 !  drag coefficient for oceanic stress
46   angvg       =   0.0     !  turning angle for oceanic stress
47   pstar       =   1.0e+04 !  1st bulk-rheology parameter
48   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter
49   etamn       =   0.0e+07 !  minimun value for viscosity
50   creepl      =   1.0e-08 !  creep limit
51   ecc         =   2.0     !  eccentricity of the elliptical yield curve
52   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s]
53   nevp        =   120     !  number of EVP subcycling iterations
54   telast      =   9600    !  timescale for EVP elastic waves
55   alphaevp    =   1.0     !  coefficient for the solution of EVP int. stresses
56   hminrhg     =   0.05     !  ice thickness (m) below which ice velocity equal ocean velocity
57/
58!-----------------------------------------------------------------------
59&namicetrp     !   ice transport
60!-----------------------------------------------------------------------
61   bound       =   0.0     !  boundary conditions (=0. no-slip, =1. free-slip)
62/
63!-----------------------------------------------------------------------
64&namicethd     !   ice thermodynamic
65!-----------------------------------------------------------------------
66   hmelt       = -0.15     !  maximum melting at the bottom
67   hiccrit     = 0.3 , 0.3 !  ice thickness for lateral accretion in the Northern (Southern) Hemisphere
68   !                       !  (caution 1.0, 1.0 best value to be used!!! (gilles G.))
69   hicmin      = 0.2       !  ice thickness corr. to max. energy stored in brine pocket
70   hiclim      = 0.05      !  minimum ice thickness
71   amax        = 0.999     !  maximum lead fraction
72   swiqst      = 1.        !  energy stored in brine pocket (=1) or not (=0)   
73   sbeta       = 1.        !  numerical caracteritic of the scheme for diffusion in ice
74                           !        Cranck-Nicholson (=0.5), implicit (=1), explicit (=0)
75   parlat      = 0.0       !  percentage of energy used for lateral ablation
76   hakspl      = 0.5       !  slope of distr. for Hakkinen-Mellor's lateral melting
77   hibspl      = 0.5       !  slope of distribution for Hibler's lateral melting
78   exld        = 2.0       !  exponent for leads-closure rate
79   hakdif      = 1.0       !  coefficient for diffusions of ice and snow
80   thth        = 0.2       !  threshold thickness for comp. of eq. thermal conductivity
81   hnzst       = 0.1       !  thickness of the surf. layer in temp. computation
82   parsub      = 1.0       !  switch for snow sublimation or not
83   alphs       = 1.0       !  coefficient for snow density when snow ice formation
84/
85!-----------------------------------------------------------------------
86&namice_dmp    !   damping of sea ice alone open boundaries
87!              !   (hard coded damping area: check if it fit your config)
88!-----------------------------------------------------------------------
89!              !  file name     ! frequency (hours) ! variable ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
90!              !                !  (if <0  months)  !   name   !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
91   sn_hicif    = 'ice_damping'  ,  -1.              , 'hicif'  ,   .true.     , .true. , 'yearly'  , ''       , ''       ,    ''
92   sn_frld     = 'ice_damping'  ,  -1.              , 'frld'   ,   .true.     , .true. , 'yearly'  , ''       , ''       ,    ''
93!
94   cn_dir      = './'      !  root directory for the location of the runoff files
95/
96!-----------------------------------------------------------------------
97&namicedia     !   ice diagnostics
98!-----------------------------------------------------------------------
99   fmtinf      = '1PE13.5' !  format of the output values
100   nfrinf      =  4        !  number of variables written in one line
101   ntmoy       =  1        !  instantaneous values of ice evolution or averaging
102   ninfo       =  1        !  frequency of ouputs on file ice_evolu in case of averaging
103/
104!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
105&namiceout     !   parameters for outputs
106!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
107!              !         title of the field           !  name     !   units   !  save  ! multipl. ! additive !
108!              !                                      !           !           ! or not !  factor  !  factor  !
109   field_1     = 'Snow thickness                     ', 'isnowthi', 'm       ',    1   ,  1.0     ,    0.0
110   field_2     = 'Ice thickness                      ', 'iicethic', 'm       ',    1   ,  1.0     ,    0.0
111   field_3     = 'Ice produced                       ', 'iiceprod', 'm/kt    ',    1   ,  1.0     ,    0.0
112   field_4     = 'Ice concentration                  ', 'ileadfra', '%       ',    1   , -1.0     ,    1.0
113   field_5     = 'Ice temperature                    ', 'iicetemp', 'C       ',    1   ,  1.0     , -273.15
114   field_6     = 'Oceanic flux at the ice base       ', 'ioceflxb', 'w/m2    ',    1   ,  1.0     ,    0.0
115   field_7     = 'Ice velocity u                     ', 'iicevelu', 'm/s     ',    1   ,  1.0     ,    0.0
116   field_8     = 'Ice velocity v                     ', 'iicevelv', 'm/s     ',    1   ,  1.0     ,    0.0
117   field_9     = 'Sea surface temperature            ', 'isstempe', 'C       ',    1   ,  1.0     , -273.15
118   field_10    = 'Sea surface salinity               ', 'isssalin', 'PSU     ',    1   ,  1.0     ,    0.0
119   field_11    = 'Total flux at ocean surface        ', 'iocetflx', 'w/m2    ',    1   ,  1.0     ,    0.0
120   field_12    = 'Solar flux at ocean surface        ', 'iocesflx', 'w/m2    ',    1   ,  1.0     ,    0.0
121   field_13    = 'Non-solar flux at ocean surface    ', 'iocwnsfl', 'w/m2    ',    1   ,  1.0     ,    0.0
122   field_14    = 'Salt flux at ocean surface         ', 'iocesafl', 'kg/m2/kt',    1   ,  1.0     ,    0.0
123   field_15    = 'Wind stress u                      ', 'iocestru', 'Pa      ',    1   ,  1.0     ,    0.0
124   field_16    = 'Wind stress v                      ', 'iocestrv', 'Pa      ',    1   ,  1.0     ,    0.0
125   field_17    = 'Solar flux at ice/ocean surface    ', 'iicesflx', 'w/m2    ',    1   ,  1.0     ,    0.0
126   field_18    = 'Non-solar flux at ice/ocean surface', 'iicenflx', 'w/m2    ',    1   ,  1.0     ,    0.0
127   field_19    = 'Snow precipitation                 ', 'isnowpre', 'kg/day  ',    1   ,  1.0     ,    0.0
128!
129   noumef      =   19      !  number of fields
130/     
Note: See TracBrowser for help on using the repository browser.