source: CONFIG/trunk/IPSL_ESM_V1/EXP00/PARAM/dynami.param_ORCA4 @ 103

Last change on this file since 103 was 103, checked in by acosce, 17 years ago

ACo : First import of configuration IPSL_ESM_V1

File size: 1.7 KB
Line 
1c
2c               **********************
3c               Parameters ice dynamic
4c               **********************
5c
6c               idyn, Switch for ice dynamics (1) or not (0)
7      1
8c               zepsd1,  First tolerance parameter
9      1.0e-08
10c               zepsd2,  Second tolerance parameter
11      1.0e-20
12c               nlminn,  Northern minimum index for ice drift old value = 38
13      48
14c               nlmaxs,  Southern minimum index for ice drift old value = 15
15      30
16c               usdt,   Inverse of the time step (=0.0 no acceleration)
17      1.74e-4
18c               alpha,  Coefficient for semi-implicit coriolis
19      0.5
20c               bound,  Boundary conditions (=0.0 no-slip, =1.0 free-slip)
21      0.
22c               dm,     Diffusion constant for dynamics.
23      0.6e+03
24c               nbitdf, number of iterations for free drift
25      100
26c               nbiter, Number of sub-time steps for relaxation
27      1
28c               nbitdr, Max. number of iterations for relaxation
29      250
30c               om,     Relaxation constant
31      0.5
32c               resl,   Maximum value for the residual of relaxation
33      5.0e-05
34c               cw,     Drag coefficient for oceanic stress
35      5.0e-03
36c               angvg   Turning angle for oceanic stress
37      0.0
38c               pstar,  First bulk-rheology parameter
39      1.2e+04
40c               c,      Second bulk-rhelogy parameter
41      20.0
42c               zetamn, Minimun value for viscosity
43      0.0e+07
44c               creepl, Creep limit
45      2.0e-08
46c               ecc,    Eccentricity of the elliptical yield curve
47      2.0
48c               uvdif,  Diffusion velocity for scalars
49      0.05
50c               ren,    Reynolds number for the grid
51      10.0
52c               gridsz, Grid size for diffusion constant.
53      1.4e+05
54c               iameth, Method for advection (1=Modified Euler; 2=Prather)
55      2
56c               nglobal_dyna, Ice dynamics to be computed everywhere in non-mpp case, yes=1, no=0
57      0
58
Note: See TracBrowser for help on using the repository browser.