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_noCoriolis – NEMO

source: branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/TEST_EQ_BOX01_noCoriolis/namelist_cfg @ 5287

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

commit scripts python to create files needed for test cases,and examples; related to ticket #1469

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