source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA2_cfg @ 2414

Last change on this file since 2414 was 2372, checked in by aclsce, 10 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.4 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   pstar       =   4.0e+04 !  1st bulk-rheology parameter
25/
26!-----------------------------------------------------------------------
27&namicetrp     !   ice transport
28!-----------------------------------------------------------------------
29/
30!-----------------------------------------------------------------------
31&namicethd     !   ice thermodynamic
32!-----------------------------------------------------------------------
33   parsub      = 0.0       !  switch for snow sublimation or not - O.M. attention : 0 en couple
34/
35!-----------------------------------------------------------------------
36&namicesal     !   ice salinity
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namiceitdme   !   parameters for mechanical redistribution of ice
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namicedia     !   ice diagnostics
45!-----------------------------------------------------------------------
46/
Note: See TracBrowser for help on using the repository browser.