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_cfg in branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg @ 3954

Last change on this file since 3954 was 3954, checked in by clevy, 11 years ago

Configuration setting/Step2, additions, see ticket:#1074

File size: 9.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!!======================================================================
6!!                   ***  Run management namelists  ***
7!!======================================================================
8!!   namrun        parameters of the run
9!!======================================================================
10!
11!-----------------------------------------------------------------------
12&namrun        !   parameters of the run
13!-----------------------------------------------------------------------
14   cn_exp      =  "GYRE"   !  experience name
15   nn_itend    =    4320   !  last  time step
16   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
17   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
18   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
19/
20&namzgr        !   vertical coordinate
21!-----------------------------------------------------------------------
22   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
23   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
24/
25!-----------------------------------------------------------------------
26&namdom        !   space and time domain (bathymetry, mesh, timestep)
27!-----------------------------------------------------------------------
28   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
29   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
30   nn_baro     =   60      !  number of barotropic time step            ("key_dynspg_ts")
31   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1)
32   rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1)
33/
34!-----------------------------------------------------------------------
35&namtsd    !   data : Temperature  & Salinity
36!-----------------------------------------------------------------------
37!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation !
38!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing 
39   cn_dir        = './'      !  root directory for the location of the runoff files
40   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
41   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
42/
43!-----------------------------------------------------------------------
44&namsbc        !   Surface Boundary Condition (surface module)
45!-----------------------------------------------------------------------
46   nn_fsbc     = 1         !  frequency of surface boundary condition computation
47                           !     (also = the frequency of sea-ice model call)
48   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
49   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
50   nn_ice      = 0         !  =0 no ice boundary condition   ,
51   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
52   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
53   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
54/
55!-----------------------------------------------------------------------
56&namtra_qsr    !   penetrative solar radiation
57!-----------------------------------------------------------------------
58   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
59   ln_qsr_2bd  = .true.    !  2 bands              light penetration
60   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
61/
62
63!-----------------------------------------------------------------------
64&namberg       !   iceberg parameters
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namlbc        !   lateral momentum boundary condition
69!-----------------------------------------------------------------------
70   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
71/
72!-----------------------------------------------------------------------
73&namcla        !   cross land advection
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&nambfr        !   bottom friction
78!-----------------------------------------------------------------------
79   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
80/
81!-----------------------------------------------------------------------
82&nambbc        !   bottom temperature boundary condition
83!-----------------------------------------------------------------------
84   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
85   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
86/
87!-----------------------------------------------------------------------
88&nameos        !   ocean physical parameters
89!-----------------------------------------------------------------------
90   nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency
91/
92!-----------------------------------------------------------------------
93&namtra_adv    !   advection scheme for tracer
94!-----------------------------------------------------------------------
95   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl
96/
97!----------------------------------------------------------------------------------
98&namtra_ldf    !   lateral diffusion scheme for tracers
99!----------------------------------------------------------------------------------
100   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
101   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
102/
103!-----------------------------------------------------------------------
104&namtra_dmp    !   tracer: T & S newtonian damping
105!-----------------------------------------------------------------------
106   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
107   nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column
108   nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0)
109/
110!-----------------------------------------------------------------------
111&namdyn_adv    !   formulation of the momentum advection
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
116!-----------------------------------------------------------------------
117   ln_dynvor_ene = .true.  !  energy    conserving scheme 
118   ln_dynvor_ens = .false. !  enstrophy conserving scheme   
119   ln_dynvor_een = .false. !  energy & enstrophy scheme
120/
121!-----------------------------------------------------------------------
122&namdyn_hpg    !   Hydrostatic pressure gradient option
123!-----------------------------------------------------------------------
124   ln_hpg_zco  = .true.    !  z-coordinate - full steps
125   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
126/
127!-----------------------------------------------------------------------
128&namdyn_ldf    !   lateral diffusion on momentum
129!-----------------------------------------------------------------------
130   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s]
131/
132!-----------------------------------------------------------------------
133&namzdf        !   vertical physics
134!-----------------------------------------------------------------------
135   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
136/
137!-----------------------------------------------------------------------
138&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
139!-----------------------------------------------------------------------
140   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
141/
142!-----------------------------------------------------------------------
143&namsol        !   elliptic solver / island / free surface
144!-----------------------------------------------------------------------
145   nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
146   nn_nmin     =    210    !  minimum of iterations for the SOR solver
147   rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain)
148/
149!-----------------------------------------------------------------------
150&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&namctl        !   Control prints & Benchmark
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namptr       !   Poleward Transport Diagnostic
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&namhsb       !  Heat and salt budgets
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
167!-----------------------------------------------------------------------
168   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water
169/
Note: See TracBrowser for help on using the repository browser.