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/GYRE/EXP00 – NEMO

source: trunk/CONFIG/GYRE/EXP00/namelist @ 180

Last change on this file since 180 was 180, checked in by opalod, 19 years ago

CT : UPDATE125 : add the ninist parameter flag to uotput the initial state

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 23.9 KB
Line 
1!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2! OPA namelist :  model option and parameter input
3! -------------
4!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
5!
6!-----------------------------------------------------------------------
7!       namrun   parameters of the run
8!-----------------------------------------------------------------------
9!  no         job number
10!  cexper     experience name for vairmer format
11!  ln_rstart  boolean term for restart (true or false)
12!  nrstdt     control of the restart timestep:
13!                = 0 restart, do not control nit000 in the restart file.
14!                = 1 restart, control nit000 in the restart file. Do not
15!                    use the date in the restart file (use ndate0 in namelist)
16!                = 2 restart, control nit000 in the restart file, use the date
17!                    in the restart file. ndate0 in the namelist is ignored.
18!  nit000     number of the first time step
19!  nitend     number of the last time step
20!  ndate0     initial calendar date aammjj
21!  nleapy     Leap year calendar (0/1)
22!  ninist     initial state output flag (0/1)
23!  nprint     level of print (0 no print)
24!  nstock     frequency of restart file
25!  nwrite     frequency of OUTPUT file
26!  nrunoff    = 0 no, 1 runoff, 2 runoff+river mouth ups adv
27!  ln_ctl     trend control print (expensive!)
28!  nictl      max i indice to make the control SUM (very usefull to compare mono-
29!  njctl      max j indice to make the control SUM (-versus multi processor runs)
30!  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench
31!             for which we don't care about physical meaning of the results
32!
33!  CAUTION: for usual run scripts, logical value of
34!  *******  ln_rstart must be .true. or .false.
35!                     and NOT .TRUE. or .FALSE.
36&namrun
37   no         =       0
38   cexper     =  "GYRE"
39   ln_rstart  = .false.
40   nrstdt     =       0
41   nit000     =       1
42   nitend     =    4320
43   ndate0     =  010101
44   nleapy     =      30
45   ninist     =       0
46   nprint     =       0
47   nstock     =    4320
48   nwrite     =      60
49   nrunoff    =       0
50   ln_ctl     =  .true.
51   nictl      =      10
52   njctl      =      10
53   nbench     =       0
54/
55!-----------------------------------------------------------------------
56!       nam_traadv   advection scheme for tracer (option not control by CPP keys)
57!-----------------------------------------------------------------------
58!  ln_traadv_cen2     2nd order centered scheme    (default T)
59!  ln_traadv_tvd      TVD scheme                   (default F)
60!  ln_traadv_muscl    MUSCL scheme                 (default F)
61!  ln_traadv_muscl2   MUSCL2 scheme                (default F)
62&nam_traadv
63   ln_traadv_cen2   =  .true.
64   ln_traadv_tvd    =  .false.
65   ln_traadv_muscl  =  .false.
66   ln_traadv_muscl2 =  .false.
67/
68!-----------------------------------------------------------------------
69!       nam_traldf   lateral diffusion scheme for tracer (option not control by CPP keys)
70!-----------------------------------------------------------------------
71!  Type of the operator :
72!     ln_traldf_lap    laplacian operator          (default T)
73!     ln_traldf_bilap  bilaplacian operator        (default F)
74!  Direction of action  :
75!     ln_traldf_level  iso-level                   (default F)
76!     ln_traldf_hor    horizontal (geopotential)   (default F)^**
77!     ln_traldf_iso    iso-neutral                 (default T)^*
78!  Coefficient
79!     aht0    horizontal eddy diffusivity for tracers (m2/s)
80!     ahtb0   background eddy diffusivity for isopycnal diffusion (m2/s)
81!     aeiv0   eddy induced velocity coefficient (m2/s)
82! ^* require key_ldfslp to compute the direction of the lateral diffusion
83! ^** require key_ldfslp in s-coordinate
84&nam_traldf
85   ln_traldf_lap    =  .true.
86   ln_traldf_bilap  =  .false.
87   ln_traldf_level  =  .false.
88   ln_traldf_hor    =  .false.
89   ln_traldf_iso    =  .true.
90   aht0    =  1000.
91   ahtb0   =     0.
92   aeiv0   =  1000.
93/
94!-----------------------------------------------------------------------
95!       nam_dynldf   lateral diffusion on momentum
96!-----------------------------------------------------------------------
97!  Type of the operator :
98!     ln_dynldf_lap    laplacian operator          (default T)
99!     ln_dynldf_bilap  bilaplacian operator        (default F)
100!  Direction of action  :
101!     ln_dynldf_level  iso-level                   (default F)
102!     ln_dynldf_hor    horizontal (geopotential)   (default F)^**
103!     ln_dynldf_iso    iso-neutral                 (default T)^*
104!  Coefficient
105!  ahm0    horizontal eddy viscosity for the dynamics (m2/s)
106!  ahmb0   background eddy viscosity for isopycnal diffusion (m2/s)
107&nam_dynldf
108   ln_dynldf_lap    =  .true.
109   ln_dynldf_bilap  =  .false.
110   ln_dynldf_level  =  .false.
111   ln_dynldf_hor    =  .true.
112   ln_dynldf_iso    =  .false.
113   ahm0    = 100000.
114   ahmb0   =      0.
115/
116!-----------------------------------------------------------------------
117!       namflg   algorithm flags (algorithm not control by CPP keys)
118!-----------------------------------------------------------------------
119!  ln_dynhpg_imp   hydrostatic pressure gradient: semi-implicit time scheme  (T)
120!                                                  centered      time scheme  (F)
121&namflg
122   ln_dynhpg_imp   =  .false.
123/
124!-----------------------------------------------------------------------
125!       nam_dynvor   option of physics/algorithm (not control by CPP keys)
126!-----------------------------------------------------------------------
127!  ln_dynvor_ens   vorticity trends: enstrophy conserving scheme (default T)
128!  ln_dynvor_ene      "         "  : energy conserving scheme    (default F)
129!  ln_dynvor_mix      "         "  : mixed scheme                (default F)
130!  ln_dynvor_een      "         "  : energy & enstrophy scheme   (default F)
131&nam_dynvor
132   ln_dynvor_ene = .FALSE.
133   ln_dynvor_ens = .TRUE.
134   ln_dynvor_mix = .FALSE.
135   ln_dynvor_een = .FALSE.
136/
137!-----------------------------------------------------------------------
138!       namtau   surface wind stress
139!-----------------------------------------------------------------------
140!  ntau000   gently increase the stress over the first ntau_rst time-steps
141!  tau0x     uniform value used as default surface heat flux
142!  tau0y     uniform value used as default solar radiation flux
143&namtau
144   ntau000 =    100
145   tau0x   =      0.1e0
146   tau0y   =      0.e0
147/
148!-----------------------------------------------------------------------
149!       namflx   surface fluxes
150!-----------------------------------------------------------------------
151!  q0       uniform value used as default surface heat flux
152!  qsr0     uniform value used as default solar radiation flux
153!  emp0     uniform value used as default surface freswater budget (E-P)
154&namflx
155   q0      =      0.e0
156   qsr0    =    150.e0
157   emp0    =      0.e0
158/
159!-----------------------------------------------------------------------
160!       namalb   albedo parameters
161!-----------------------------------------------------------------------
162!  cgren    correction of the snow or ice albedo to take into account
163!  albice   albedo of melting ice in the arctic and antarctic
164!  alphd    coefficients for linear interpolation used to compute albedo
165!           between two extremes values (Pyane, 1972)
166!  alphc     "                                         "
167!  alphdi    "                                         "
168&namalb
169   cgren    =      0.06
170   albice   =      0.5
171   alphd    =      0.80
172   alphc    =      0.65
173   alphdi   =      0.72
174/
175!-----------------------------------------------------------------------
176!       namdom   space and time domain (bathymetry, mesh, timestep)
177!-----------------------------------------------------------------------
178!  ntopo      = 0/1 ,compute/read the bathymetry file
179!               (mbathy, nb of T-ocean levels)
180!  e3zps_min  the thickness of the partial step is set larger than the
181!  e3zps_rat     the minimum of e3zps_min and e3zps_rat * e3t
182!                (N.B. 0<e3zps_rat<1)
183!  ngrid      = 0/1, compute/read the horizontal mesh
184!                  (coordinates, scale factors)
185!  nmsh       =1 create a mesh file (coordinates, scale factors, masks)
186!  nacc       the acceleration of convergence method
187!             = 0, no acceleration, rdt = rdttra
188!             = 1, acceleration used, rdt < rdttra(k)
189!  atfp       asselin time filter parameter
190!  rdt        time step for the dynamics (and tracer if nacc=0)
191!  rdtmin     minimum time step on tracers
192!  rdtmax     maximum time step on tracers
193!  rdth       depth variation of tracer time step
194!  nfice      frequency of ice model call
195!  nfbulk     frequency of bulk formulea call (not used if ice used)
196!  nclosea    = 0 no closed sea
197!             = 1 closed sea (Black Sea, Caspian Sea, Great US Lakes...)
198&namdom
199   ntopo     =     0
200   e3zps_min =     5.
201   e3zps_rat =     0.1
202   ngrid     =     0
203   nmsh      =     1
204   nacc      =     0
205   atfp      =     0.1
206   rdt       =  7200.
207   rdtmin    =  7200.
208   rdtmax    =  7200.
209   rdth      =   800.
210   nfice     =     5 
211   nfbulk    =     5 
212   nclosea   =     0
213/
214!-----------------------------------------------------------------------
215!       namfwb   freshwater budget correction
216!-----------------------------------------------------------------------
217!  ln_fwb     logical flag for freshwater budget correction (0 annual mean)
218&namfwb
219   ln_fwb    = .false.
220/
221!-----------------------------------------------------------------------
222!       namptr   Poleward Transport Diagnostic
223!-----------------------------------------------------------------------
224!  ln_diaptr  logical flag for Poleward transport computation
225!  nf_ptr     Frequency of computation
226&namptr
227   ln_diaptr = .false.
228   nf_ptr    =  15
229/
230!-----------------------------------------------------------------------
231!       namcro   cross land advection
232!-----------------------------------------------------------------------
233!  n_cla   advection between 2 ocean pts separates by land
234&namcla
235   n_cla   = 0
236/
237!-----------------------------------------------------------------------
238!       namzdf   vertical physics
239!-----------------------------------------------------------------------
240!  ln_zdfevd  enhanced vertical diffusion         (default T)
241!  ln_zdfnpc  Non-Penetrative Convection          (default T)
242!  avm0       vertical eddy viscosity for the dynamic (m2/s)
243!  avt0       vertical eddy diffusivity for tracers (m2/s)
244!  avevd      vertical coefficient for enhanced diffusion scheme (m2/s)
245!  nevdm      = 0  apply enhanced mixing on tracer only
246!             = 1  apply enhanced mixing on both tracer and momentum
247!  ln_zdfexp   vertical physics: (=T)  time splitting (T)     (Default=F)
248!                               (=F)  euler backward (F)
249!  n_zdfexp   number of sub-timestep for time splitting scheme
250&namzdf
251   ln_zdfevd = .true.
252   ln_zdfnpc = .false.
253   avm0     = 1.2e-4
254   avt0     = 1.2e-5
255   avevd    =   100.
256   nevdm    =     1
257   ln_zdfexp =  .false.
258   n_zdfexp =      3
259/
260!-----------------------------------------------------------------------
261!       namnpc   vnon penetrative convection
262!-----------------------------------------------------------------------
263!  nnpc1   non penetrative convective scheme frequency
264!  nnpc2   non penetrative convective scheme print frequency
265&namnpc
266   nnpc1  =      1
267   nnpc2  =    365
268/
269!-----------------------------------------------------------------------
270!       nambbl   bottom boundary layer scheme
271!-----------------------------------------------------------------------
272!  atrbbl   lateral tracer coeff. for bottom boundary layer scheme(m2/s)
273&nambbl
274   atrbbl = 10000.
275/
276!-----------------------------------------------------------------------
277!       namric   richardson number dependent vertical diffusion
278!                ( #ifdef "key_zdfrichardson" )
279!-----------------------------------------------------------------------
280!  avmri   maximum value of the vertical viscosity
281!  alp     coefficient of the parameterization
282!  nric    coefficient of the parameterization
283&namwri
284   avmri = 100.e-4
285   alp   =      5.
286   nric  =       2
287/
288!-----------------------------------------------------------------------
289!       namtke   turbulent eddy kinetic dependent vertical diffusion
290!                ( #ifdef "key_zdftke" )
291!-----------------------------------------------------------------------
292!  ln_rstke flag to restart with tke from a run without tke (default F)
293!  ediff    coef. to compute vertical eddy coef. (avt=ediff*mxl*sqrt(e) )
294!  ediss    coef. of the Kolmogoroff dissipation 
295!  ebb      coef. of the surface input of tke
296!  efave    coef. to applied to the tke diffusion ( avtke=efave*avm )
297!  emin     minimum value of tke (m^2/s^2)
298!  emin0    surface minimum value of tke (m^2/s^2)
299!  nitke    number of restart iterative loops
300!  ri_c     critic richardson number
301!  nmxl     flag on mixing length used
302!           = 0 bounded by the distance to surface and bottom
303!           = 1 bounded by the local vertical scale factor
304!           = 2 first vertical derivative of mixing length bounded by 1
305!  npdl     flag on prandtl number
306!           = 0 no vertical prandtl number (avt=avm)
307!           = 1 prandtl number function of richarson number (avt=pdl*avm)
308!           = 2 same as = 1 but a shapiro filter is applied on pdl
309!  nave     =  horizontal averaged (=1) or not (=0) of avt  (default =1)
310!  navb     = 0 cst background avt0, avm0 / =1 profile used on avtb
311&namtke
312   ln_rstke = .false.
313   ediff =       0.1
314   ediss =       0.7
315   ebb   =      3.75
316   efave =        1.
317   emin  =     1.e-6
318   emin0 =     1.e-4
319   nitke =        50
320   nmxl  =         2
321   npdl  =         1
322   navb  =         0
323/
324!-----------------------------------------------------------------------
325!       namddm   double diffusive mixing parameterization
326!-----------------------------------------------------------------------
327!   avts    maximum avs for dd mixing
328!   hsbfr   heat/salt buoyancy flux ratio
329&namddm
330      avts  = 1.e-4
331      hsbfr = 1.6
332/
333!-----------------------------------------------------------------------
334!       namlbc   lateral momentum boundary condition
335!-----------------------------------------------------------------------
336!  shlat   lateral boundary condition on velocity
337!                   shlat = 0 , free slip
338!               0 < shlat < 2 , partial slip
339!                   shlat = 2 , no slip
340!               2 < shlat     , strong slip
341&namlbc
342   shlat  =      0.
343/
344!-----------------------------------------------------------------------
345!       nambfr   bottom friction
346!-----------------------------------------------------------------------
347!  nbotfr  type of bottom friction
348!                  nbotfr = 0 , no slip
349!                  nbotfr = 1 , linear friction
350!                  nbotfr = 2 , nonlinear friction
351!                  nbotfr = 3 , free slip
352!  bfri1   bottom drag coefficient (linear case)
353!  bfri2   bottom drag coefficient (non linear case)
354!  bfeb2   bottom turbulent kinetic energy  (m^2/s^2)
355&nambfr
356   nbotfr =       2
357   bfri1  =   4.e-4
358   bfri2  =   1.e-3
359   bfeb2  =  2.5e-3
360/
361!-----------------------------------------------------------------------
362!       nambbc   bottom temperature boundary condition
363!-----------------------------------------------------------------------
364!  ngeo_flux  = 0 no geothermal heat flux
365!             = 1 constant geothermal heat flux
366!             = 2 variable geothermal heat flux (read in geothermal_heating.nc)
367!                 ( C A U T I O N : flux in mW/m2 in the NetCDF file )
368!  ngeo_flux_const   Constant value of geothermal heat flux (W/m2)
369&nambbc
370   ngeo_flux =  0
371   ngeo_flux_const = 86.4e-3
372/
373!-----------------------------------------------------------------------
374!       namqsr   penetrative solar radiation
375!-----------------------------------------------------------------------
376!  ln_traqsr : penetrative solar radiation (T) or not (F)     (Default=T)
377!  rabs       fraction of qsr associated with xsi1
378!  xsi1       first depth of extinction
379!  xsi2       second depth of extinction
380&namqsr
381   ln_traqsr = .true.
382   rabs     =   0.58
383   xsi1     =   0.35
384   xsi2     =   23.0
385/
386!-----------------------------------------------------------------------
387!       namtdp   tracer newtonian damping ('key_tradmp')
388!-----------------------------------------------------------------------
389!  ndmp    type of damping in temperature and salinity
390!          (='latitude', damping poleward of 'ndmp' degrees and function
391!             of the distance-to-coast. Red and Med Seas as ndmp=-1)
392!          (=-1 damping only in Med and Red Seas)
393!  ndmpf   =1 create a damping.coeff NetCDF file (the 3D damping array)
394!  nmldmp  type of damping in the mixed layer
395!          (=0 damping throughout the water column)
396!     (=1 no damping in the mixed layer defined by avt >5cm2/s )
397!     (=2 no damping in the mixed layer defined rho<rho(surf)+.01 )
398!  sdmp    surface time scale for internal damping (days)
399!  bdmp    bottom time scale for internal damping (days)
400!  hdmp    depth of transition between sdmp and bdmp (meters)
401&namtdp
402   ndmp   =   -1
403   ndmpf  =    1
404   nmldmp =    1
405   sdmp   =  50.
406   bdmp   = 360.
407   hdmp   = 800.
408/
409!-----------------------------------------------------------------------
410!       nameos   ocean physical parameters
411!-----------------------------------------------------------------------
412!  neos    type of equation of state and Brunt-Vaisala frequency
413!          = 0, UNESCO (formulation of Jackett and McDougall (1994)
414!                                         and of McDougall (1987) )
415!          = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T )
416!          = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T )
417!                               with rau0=1020 set in parcst routine
418!  ralpha  thermal expension coefficient (linear equation of state)
419!  rbeta   saline  expension coefficient (linear equation of state)
420&nameos
421   neos   =      0
422   ralpha =  2.e-4
423   rbeta  =  7.7e-4
424/
425!-----------------------------------------------------------------------
426!       namsol   elliptic solver / island / free surface
427!-----------------------------------------------------------------------
428!  nsolv     elliptic solver (=1 preconditioned conjugate gradient: pcg)
429!                            (=2 successive-over-relaxation: sor)
430!                            (=3 FETI: fet, all require "key_feti" defined)
431!  nsol_arp  absolute/relative (0/1) precision convergence test
432!  nmin      minimum of iterations for the SOR solver
433!  nmax      maximum of iterations for the SOR solver
434!  nmod      frequency of test for the SOR solver
435!  eps       absolute precision of the solver
436!  resmax    absolute precision for the SOR solver
437!  sor       optimal coefficient for SOR solver
438!  epsisl    absolute precision on stream function solver
439!  nmisl     maximum pcg iterations for island
440!  rnu       strength of the additional force used in free surface b.c.
441&namsol
442   nsolv     =      2
443   nsol_arp  =      0
444   nmin      =    300
445   nmax      =    800
446   nmod      =     10
447   eps       =  1.E-6
448   resmax    = 1.E-10
449   sor       =   1.96
450   epsisl    = 1.e-10
451   nmisl     =   4000
452   rnu       =     1.
453/
454!=======================================================================
455!   Diagnostics namelists
456!       namtrd    dynamics and/or tracer trends
457!       namgap    level mean model-data gap
458!       namznl    zonal mean heat & freshwater fluxes computation
459!       namspr    surface pressure in rigid-lid
460!=======================================================================
461!-----------------------------------------------------------------------
462!       namtrd    diagnostics on dynamics and/or tracer trends
463!                         ('key_diatrdyn' and/or 'key_diatrtra')
464!                 or mixed-layer trends ('key_diatrdmld')
465!-----------------------------------------------------------------------
466!  ntrd    time step frequency dynamics and tracers trends
467!  nctls   control surface type in mixed-layer trends (0,1 or n<jpk)
468&namtrd
469   ntrd  = 365
470   nctls =   0
471/
472!-----------------------------------------------------------------------
473!       namgap    level mean model-data gap ('key_diagap')
474!-----------------------------------------------------------------------
475!  ngap    time-step frequency of model-data gap computation
476!  nprg    time-step frequency of gap print in model output
477&namgap
478   ngap =  15
479   nprg =  10
480/
481!-----------------------------------------------------------------------
482!       namznl    zonal mean heat & freshwater fluxes computation
483!                 (#ifdef "key_diaznl")
484!-----------------------------------------------------------------------
485!  nfznl   time-step frequency of zonal mean fluxes computation
486&namznl
487   nfznl =  15
488/
489!-----------------------------------------------------------------------
490!       namspr  surface pressure diagnostic
491!-----------------------------------------------------------------------
492!  nmaxp   maximum of iterations for the solver
493!  epsp    absolute precision of the solver
494!  niterp  number of iteration done by the solver
495&namspr
496   nmaxp   =   1000
497   epsp    =  1.e-3
498   niterp  =    400
499/
500!-----------------------------------------------------------------------
501!       namcpl    coupled ocean/atmosphere model  (#ifdef "key_coupled")
502!-----------------------------------------------------------------------
503!  nexco   coupling frequency in time steps
504!  cchan   coupling technique 'PIPE' or 'CLIM'
505&namcpl
506   nexco            =         24
507   cchan            =     'PIPE'
508   nmodcpl          =          2
509   cplmodnam        =   'opa.xx'
510   cploasis         =    'Oasis'
511   nfldo2c          =          2
512   nflxc2o          =          6
513   ntauc2o          =          4
514   cpl_writ(1)      = 'SOSSTSST'
515   cpl_f_writ(1)    =   'ocesst'
516   cpl_writ(2)      = 'SOICECOV'
517   cpl_f_writ(2)    =   'oceice'
518   cpl_readflx(1)   = 'SONSFLDO'
519   cpl_f_readflx(1) =   'oceflx'
520   cpl_readflx(2)   = 'SOSHFLDO'
521   cpl_f_readflx(2) =   'oceflx'
522   cpl_readflx(3)   = 'SOTOPRSU'
523   cpl_f_readflx(3) =   'oceflx'
524   cpl_readflx(4)   = 'SOTFSHSU'
525   cpl_f_readflx(4) =   'oceflx'
526   cpl_readflx(5)   = 'SORUNCOA'
527   cpl_f_readflx(5) =   'oceflx'
528   cpl_readflx(6)   = 'SORIVFLU'
529   cpl_f_readflx(6) =   'oceflx'
530   cpl_readtau(1)   = 'SOZOTAUX'
531   cpl_f_readtau(1) =   'ocetau'
532   cpl_readtau(2)   = 'SOZOTAU2'
533   cpl_f_readtau(2) =   'ocetau'
534   cpl_readtau(3)   = 'SOMETAUY'
535   cpl_f_readtau(3) =   'ocetau'
536   cpl_readtau(4)   = 'SOMETAU2'
537   cpl_f_readtau(4) =   'ocetau'
538/
539!-----------------------------------------------------------------------
540!       namobc    open boundaries parameters (#ifdef key_obc)
541!-----------------------------------------------------------------------
542!  nobc_dta   = 0 the obc data are equal to the initial state
543!             = 1 the obc data are read in 'obc   .dta' files
544!  rdpeob  time relaxation (days) for the east open boundary
545!  rdpwob  time relaxation (days) for the west open boundary
546!  rdpnob  time relaxation (days) for the north open boundary
547!  rdpsob  time relaxation (days) for the south open boundary
548!  zbsic1  barotropic stream function on isolated coastline 1
549!   zbsic2  barotropic stream function on isolated coastline 2
550!  zbsic3  barotropic stream function on isolated coastline 3
551&namobc
552    nobc_dta =    0
553    rdpein   =    1.
554    rdpwin   =    1.
555    rdpnin   =   30.
556    rdpsin   =    1.
557    rdpeob   = 1500.
558    rdpwob   =   15.
559    rdpnob   =  150.
560    rdpsob   =   15.
561    zbsic1   =  140.e+6
562    zbsic2   =    1.e+6
563    zbsic3   =    0.
564/
565!-----------------------------------------------------------------------
566!       namflo    float parameters (#ifdef key_float)
567!-----------------------------------------------------------------------
568!  ln_rstflo   boolean term for float restart (true or false)
569!  nwritefl   frequency of float output file
570!  nstockfl   frequency of float restart file
571!  ln_argo    Argo type floats (stay at the surface each 10 days)
572!  ln_flork4  = T trajectories computed with a 4th order Runge-Kutta
573!             = F  (default)   computed with Blanke' scheme
574&namflo
575    ln_rstflo = .false.
576    nwritefl  =      75
577    nstockfl  =    5475
578    ln_argo   = .false.
579    ln_flork4 = .false.
580/
Note: See TracBrowser for help on using the repository browser.