New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist in trunk/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: trunk/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist @ 1229

Last change on this file since 1229 was 1229, checked in by smasson, 16 years ago

define restart names in the namelist, see ticket:258

  • Property svn:executable set to *
File size: 8.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  1 - run manager      (namrun)
3!! namelists    2 - miscellaneous    (namctl,nammpp)
4!!              3 - Domain           (namzgr, namzgr_sco, namdom)
5!!              6 - Tracer           (nameos, namcla, namqsr)
6!!              7 - Inputs dynamics  (namdyna)
7!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
8!  CAUTION: some scripts does not support CAPITALs for logical use .true./.false., not .TRUE./.FALSE.
9
10!!======================================================================
11!!                   ***  Run management namelists  ***
12!!======================================================================
13!!   namrun            parameters of the run
14!!======================================================================
15
16!-----------------------------------------------------------------------
17&namrun        !   parameters of the run
18!-----------------------------------------------------------------------
19   no          =       0   !  job number
20   cexper      =  "PISCES"  !  experience name
21   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
22   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
23   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
24   nrstdt      =       0   !  restart control = 0 nit000 is not compared to the restart file value
25                           !                  = 1 use ndate0 in namelist (not the value in the restart file)
26                           !                  = 2 calendar parameters read in the restart file
27   nit000      =       1   !  first time step
28   nitend      =     6000  !  last  time step
29   ndate0      =  010101   !  initial calendar date yymmdd (used if nrstdt=1)
30   nleapy      =       0   !  Leap year calendar (1) or not (0)
31   ninist      =       0   !  output the initial state (1) or not (0)
32   nstock      =     6000  !  frequency of creation of a restart file
33   nwrite      =     6000  !  frequency of write in the output file
34/
35!-----------------------------------------------------------------------
36&namctl       !   Control prints & Benchmark
37!-----------------------------------------------------------------------
38   ln_ctl     = .false.    !  trends control print (expensive!)
39   nprint     =    0       !  level of print (0 no extra print)
40   nictls     =    1       !  start i indice of control sum (use to compare mono versus
41   nictle     =    182       !  end   i indice of control sum        multi processor runs
42   njctls     =    1       !  start j indice of control               over a subdomain)
43   njctle     =    149       !  end   j indice of control
44   isplt      =    1       !  number of processors in i-direction
45   jsplt      =    1       !  number of processors in j-direction
46   nbench     =    0       !  Bench mode (1/0): CAUTION use zero except for bench
47/
48!-----------------------------------------------------------------------
49&nammpp      !   Massively Parallel Processing                         ("key_mpp_mpi)
50!-----------------------------------------------------------------------
51   c_mpi_send =  'S'       !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
52                           !  buffer blocking send or immediate non-blocking sends, resp.
53/
54!-----------------------------------------------------------------------
55&namzgr       !   vertical coordinate
56!-----------------------------------------------------------------------
57   ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
58   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F)
59   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F)
60/
61!-----------------------------------------------------------------------
62&namzgr_sco   !   s-coordinate or hybrid z-s-coordinate
63!-----------------------------------------------------------------------
64   sbot_min    =  300.     !  minimum depth of s-bottom surface (>0) (m)
65   sbot_max    = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
66   theta       =    6.0    !  surface control parameter (0<=theta<=20)
67   thetb       =    0.75   !  bottom control parameter  (0<=thetb<= 1)
68   r_max       =    0.15   !  maximum cut-off r-value allowed (0<r_max<1)
69/
70!-----------------------------------------------------------------------
71&namdom        !   space and time domain (bathymetry, mesh, timestep)
72!-----------------------------------------------------------------------
73   e3zps_min   =    5.     !  the thickness of the partial step is set larger than the minimum
74   e3zps_rat   =    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1)
75   nmsh        =    1      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0)
76   nacc        =    0      !  =1 acceleration of convergence method used, rdt < rdttra(k)
77                           !  =0, no acceleration, rdt = rdttra
78   atfp        =    0.1    !  asselin time filter parameter
79   rdt         = 26280.    !  time step for the dynamics (and tracer if nacc=0)
80   rdtmin      = 26280.    !  minimum time step on tracers (used if nacc=1)
81   rdtmax      = 26280.    !  maximum time step on tracers (used if nacc=1)
82   rdth        =  800.     !  depth variation of tracer time step  (used if nacc=1)
83/
84!-----------------------------------------------------------------------
85&namtraldf    !   lateral diffusion scheme for tracer
86!-----------------------------------------------------------------------
87!                               !  Type of the operator :
88   ln_traldf_lap    =  .true.   !     laplacian operator
89   ln_traldf_bilap  =  .false.  !     bilaplacian operator
90                                !  Direction of action  :
91   ln_traldf_level  =  .false.  !     iso-level
92   ln_traldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
93   ln_traldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
94!                               !  Coefficient
95   aht0        =  2000.         !     horizontal eddy diffusivity for tracers [m2/s]
96   ahtb0       =     0.         !     background eddy diffusivity for ldf_iso [m2/s]
97   aeiv0       =  2000.         !     eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
98/
99!-----------------------------------------------------------------------
100&namcla        !   cross land advection
101!-----------------------------------------------------------------------
102   n_cla       =    0      !  advection between 2 ocean pts separates by land
103/
104!-----------------------------------------------------------------------
105&namqsr        !   penetrative solar radiation
106!-----------------------------------------------------------------------
107   ln_traqsr   = .true.    !  penetrative solar radiation (T) or not (F)
108   xsi1        =   0.35    !  first depth of extinction
109/
110!-----------------------------------------------------------------------
111&nameos        !   ocean physical parameters
112!-----------------------------------------------------------------------
113   neos        =    0      !  type of equation of state and Brunt-Vaisala frequency
114                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) )
115                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T )
116                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T )
117   ralpha      =    2.e-4  !  thermal expension coefficient (neos= 1 or 2)
118   rbeta       =    0.001  !  saline  expension coefficient (neos= 2)
119/
120!-----------------------------------------------------------------------
121&namdyn        !   offline parameters
122!-----------------------------------------------------------------------
123    ndtadyn   =  73        ! number of period in the file for one year   
124    ndtatot   =  73        ! total number of period in the file   
125    nsptint   =  1         ! indicator for time interpolation   
126    nficdyn   =  2         ! number of file to read   
127    lperdyn   = .true.     ! periodicity of the unique file (T)
128!                          ! F  (default)   computed with Blanke' scheme   
129/
130
Note: See TracBrowser for help on using the repository browser.