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/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/TEST_EQ_BOX01_kelvin – NEMO

source: branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/TEST_EQ_BOX01_kelvin/namelist_cfg @ 5437

Last change on this file since 5437 was 5437, checked in by flavoni, 9 years ago

add TEST CASE examples

File size: 14.6 KB
RevLine 
[5437]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   cn_exp      =  "bx025_kelvin"   !  experience name (tw = trade winds)
9   nn_it000    =    18001   !  first time step
10   nn_itend    =    36000   !  last  time step
11   nn_leapy    =     30   !  Leap year calendar (1) or not (0)
12   nn_stock    =    36000
13   ln_clobber  = .true.   !  clobber (overwrite) an existing file
14   ln_rstart   = .true.   !  start from rest (F) or from a restart file (T)
15   nn_rstctl   =       2   !  restart control ==> activated only if ln_rstart=T
16                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
17   cn_ocerst_in  = "bx025_tprof_00018000_restart"   !  suffix of ocean restart name (input)
18   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
19/
20!-----------------------------------------------------------------------
21&namcfg        !   parameters of the configuration
22!-----------------------------------------------------------------------
23   cp_cfg      =  "bx025"               !  name of the configuration
24   jp_cfg      =       0               !  resolution of the configuration
25   jpidta      =     721               !  1st lateral dimension ( >= jpi )
26   jpjdta      =     241               !  2nd    "         "    ( >= jpj )
27   jpkdta      =      31               !  number of levels      ( >= jpk )
28   jpiglo      =     721               !  1st dimension of global domain --> i =jpidta
29   jpjglo      =     241               !  2nd    -                  -    --> j  =jpjdta
30   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
31   jpjzoom     =       1               !  in data domain indices
32   jperio      =       0               !  lateral cond. type (between 0 and 6)
33/
34!-----------------------------------------------------------------------
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namdom        !   space and time domain (bathymetry, mesh, timestep)
40!-----------------------------------------------------------------------
41   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
42   rn_rdt      =    1200.     !  time step for the dynamics (and tracer if nn_acc=0)
43   jphgr_msh   =       0               !  type of horizontal mesh
44   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
45   ppa0        =     255.58049070440   ! (default coefficients)
46   ppa1        =     245.58132232490   !
47   ppkth       =      21.43336197938   !
48   ppacr       =       3.0             !
49   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
50/
51!-----------------------------------------------------------------------
52&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namcrs        !   Grid coarsening for dynamics output and/or
57               !   passive tracer coarsened online simulations
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namtsd    !   data : Temperature  & Salinity
62!-----------------------------------------------------------------------
63!          !  file name             ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
64!          !                        !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
65   sn_tem  = 'TS_init_tprof_r025'             ,         -12       ,'thetao'   ,    .false.   , .true. , 'yearly'   , ''       ,   ''    ,    ''
66   sn_sal  = 'TS_init_tprof_r025'             ,         -12       ,'so'       ,    .false.   , .true. , 'yearly'   , ''       ,   ''    ,    ''
67   !
68   cn_dir        = './'     !  root directory for the location of the runoff files
69   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
70   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
71/
72!-----------------------------------------------------------------------
73&namsbc        !   Surface Boundary Condition (surface module)
74!-----------------------------------------------------------------------
75   nn_fsbc     = 1         !  frequency of surface boundary condition computation
76                           !     (also = the frequency of sea-ice model call)
77   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx )
78   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
79   nn_ice      = 0         !  =0 no ice boundary condition   ,   
80   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
81   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
82   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
83/
84!-----------------------------------------------------------------------
85&namsbc_flx   !   surface boundary condition : flux formulation
86!-----------------------------------------------------------------------
87!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
88!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
89   sn_utau     = 'flx0_r025'    ,        -12        , 'utau'    , .false.      , .true., 'yearly'  , ''       , ''       , ''
90   sn_vtau     = 'flx0_r025'    ,        -12        , 'vtau'    , .false.      , .true., 'yearly'  , ''       , ''       , ''
91   sn_qtot     = 'flx0_r025'    ,        -12        , 'qtot'    , .false.      , .true., 'yearly'  , ''       , ''       , ''
92   sn_qsr      = 'flx0_r025'    ,        -12        , 'qsr'     , .false.      , .true., 'yearly'  , ''       , ''       , ''
93   sn_emp      = 'flx0_r025'    ,        -12        , 'emp'     , .false.      , .true., 'yearly'  , ''       , ''       , ''
94
95   cn_dir      = './'      !  root directory for the location of the flux files
96/
97!-----------------------------------------------------------------------
98&namtra_qsr    !   penetrative solar radiation
99!-----------------------------------------------------------------------
100   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
101   ln_qsr_2bd  = .true.    !  2 bands              light penetration
102/
103!-----------------------------------------------------------------------
104&namsbc_rnf    !   runoffs namelist surface boundary condition
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namsbc_ssr    !   surface boundary condition : sea surface restoring
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namsbc_alb    !   albedo parameters
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namberg       !   iceberg parameters
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namlbc        !   lateral momentum boundary condition
121!-----------------------------------------------------------------------
122   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
123/
124!-----------------------------------------------------------------------
125&namcla        !   cross land advection
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&nambfr        !   bottom friction
130!-----------------------------------------------------------------------
131   nn_bfr      =    0      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
132/
133!-----------------------------------------------------------------------
134&nambbc        !   bottom temperature boundary condition
135!-----------------------------------------------------------------------
136   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
137/
138!-----------------------------------------------------------------------
139&nambbl        !   bottom boundary layer scheme
140!-----------------------------------------------------------------------
141  nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
142  nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0)
143/
144!-----------------------------------------------------------------------
145&nameos        !   ocean physical parameters
146!-----------------------------------------------------------------------
147   nn_eos      =   1       !  type of equation of state and Brunt-Vaisala frequency
148/
149!-----------------------------------------------------------------------
150&namtra_adv    !   advection scheme for tracer
151!-----------------------------------------------------------------------
152ln_traadv_tvd    =  .false.
153ln_traadv_ubs    =  .true.
154/
155!-----------------------------------------------------------------------
156&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
157!-----------------------------------------------------------------------
158   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation
159/
160!----------------------------------------------------------------------------------
161&namtra_ldf    !   lateral diffusion scheme for tracers
162!----------------------------------------------------------------------------------
163   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
164   rn_aht_0         =     0.    !  horizontal eddy diffusivity for tracers [m2/s]
165/
166!-----------------------------------------------------------------------
167&namtra_dmp    !   tracer: T & S newtonian damping
168!-----------------------------------------------------------------------
169   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
170/
171!-----------------------------------------------------------------------
172&namdyn_adv    !   formulation of the momentum advection
173!-----------------------------------------------------------------------
174   ln_dynadv_vec = .false.  !  vector form (T) or flux form (F)
175   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme
176/
177!-----------------------------------------------------------------------
178&nam_vvl    !   vertical coordinate options
179!-----------------------------------------------------------------------
180   ln_vvl_zstar  = .false.           !  zstar vertical coordinate
181!-----------------------------------------------------------------------
182&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
183!-----------------------------------------------------------------------
184/
185!-----------------------------------------------------------------------
186&namdyn_hpg    !   Hydrostatic pressure gradient option
187!-----------------------------------------------------------------------
188/
189!-----------------------------------------------------------------------
190&namdyn_ldf    !   lateral diffusion on momentum
191!-----------------------------------------------------------------------
192  ln_dynldf_lap    =  .false.   !  laplacian operator
193/
194!-----------------------------------------------------------------------
195&namzdf        !   vertical physics
196!-----------------------------------------------------------------------
197/
198!-----------------------------------------------------------------------
199&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
200!-----------------------------------------------------------------------
201   ln_mxl0     = .false.    !  surface mixing length scale = F(wind stress) (T) or not (F)
202   ln_lc       = .false.    !  Langmuir cell parameterisation (Axell 2002)
203   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
204/
205!-----------------------------------------------------------------------
206&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
207!-----------------------------------------------------------------------
208/
209!-----------------------------------------------------------------------
210&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
211!-----------------------------------------------------------------------
212/
213!-----------------------------------------------------------------------
214&namsol        !   elliptic solver / island / free surface
215!-----------------------------------------------------------------------
216/
217!-----------------------------------------------------------------------
218&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
219!-----------------------------------------------------------------------
220/
221!-----------------------------------------------------------------------
222&namctl        !   Control prints & Benchmark
223!-----------------------------------------------------------------------
224/
225!-----------------------------------------------------------------------
226&namptr       !   Poleward Transport Diagnostic
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&namhsb       !  Heat and salt budgets
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
235!-----------------------------------------------------------------------
236/
237!-----------------------------------------------------------------------
238&namobs       !  observation usage                                      ('key_diaobs')
239!-----------------------------------------------------------------------
240/
241!-----------------------------------------------------------------------
242&nam_asminc   !   assimilation increments                               ('key_asminc')
243!-----------------------------------------------------------------------
244/
Note: See TracBrowser for help on using the repository browser.