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

Last change on this file since 2265 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: 2.6 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!!              9 - ice outputs                        (namiceout)
11!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12
13!-----------------------------------------------------------------------
14&namicerun     !   Share parameters for dynamics/advection/thermo
15!-----------------------------------------------------------------------
16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input)
17/
18!-----------------------------------------------------------------------
19&namiceini     !   ice initialisation
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
23&namicedyn     !   ice dynamic
24!-----------------------------------------------------------------------
25   pstar       =   4.0e+04 !  1st bulk-rheology parameter
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/
48!-----------------------------------------------------------------------
49&namiceout     !   parameters for outputs
50!-----------------------------------------------------------------------
51/     
Note: See TracBrowser for help on using the repository browser.