source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA1_cfg @ 2372

Last change on this file since 2372 was 2372, checked in by aclsce, 9 years ago

Modified in order to :

  • use writing of diaptr file by using XIOS library (SOURCES/NEMO and opa9.card)
  • IPSLCM6 specific NEMO sources coherent with updated NEMO revision
  • IPSLCM6 specific NEMO namelist files coherent with updated NEMO revision
  • use only XIOS in LMDZ trunk revision (run.def parameter)
  • coherent TS coherent with output variables (green TSC)
  • significative monitoring (ATM and MBG)


File size: 2.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM3 :  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 salinity                       (namicesal)
8!!              7 - mechanical redistribution of ice   (namiceitdme)
9!!              8 - ice diagnostics                    (namicedia)
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/
17!-----------------------------------------------------------------------
18&namiceini     !   ice initialisation
19!-----------------------------------------------------------------------
20/
21!-----------------------------------------------------------------------
22&namicedyn     !   ice dynamic
23!-----------------------------------------------------------------------
24   ahi0        = 175.e0     !  horizontal eddy diffusivity coefficient for sea-ice [m2/s]
25   telast      = 3600.0     !  timescale for EVP elastic waves
26/
27!-----------------------------------------------------------------------
28&namicetrp     !   ice transport
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namicethd     !   ice thermodynamic
33!-----------------------------------------------------------------------
34   parsub      = 0.0       !  switch for snow sublimation or not - O.M. attention : 0 en couple
35/
36!-----------------------------------------------------------------------
37&namicesal     !   ice salinity
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namiceitdme   !   parameters for mechanical redistribution of ice
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namicedia     !   ice diagnostics
46!-----------------------------------------------------------------------
47/
Note: See TracBrowser for help on using the repository browser.