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/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00 – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg @ 8215

Last change on this file since 8215 was 8215, checked in by gm, 7 years ago

#1911 (ENHANCE-09): PART 0 - phasing with branch dev_r7832_HPC09_ZDF revision 8214

  • Property svn:executable set to *
File size: 4.8 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   nn_no       =       0   !  job number (no more used...)
9   cn_exp      =  "ORCA2_SAS"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =     100   !  last  time step (std 5475)
12/
13!-----------------------------------------------------------------------
14&namcfg     !   parameters of the configuration
15!-----------------------------------------------------------------------
16   ln_read_cfg = .true.    !  (=T) read the domain configuration file
17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
19/
20!-----------------------------------------------------------------------
21&namdom        !   space and time domain (bathymetry, mesh, timestep)
22!-----------------------------------------------------------------------
23   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
24   !
25   nn_msh      =    0      !  create (>0) a mesh file or not (=0)
26   !
27/
28!-----------------------------------------------------------------------
29&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namtsd    !   data : Temperature  & Salinity
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namsbc        !   Surface Boundary Condition (surface module)
38!-----------------------------------------------------------------------
39   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
40/
41!-----------------------------------------------------------------------
42&namsbc_blk   !   namsbc_blk  Bulk formulae
43!-----------------------------------------------------------------------
44   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
45/
46!-----------------------------------------------------------------------
47&namsbc_sas    !   Stand-Alone Surface module
48!-----------------------------------------------------------------------
49/     
50!-----------------------------------------------------------------------
51&namsbc_rnf    !   runoffs namelist surface boundary condition
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namsbc_ssr    !   surface boundary condition : sea surface restoring
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namsbc_alb    !   albedo parameters
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namberg       !   iceberg parameters
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namlbc        !   lateral momentum boundary condition
68!-----------------------------------------------------------------------
69/
70!-----------------------------------------------------------------------
71&nameos        !   ocean physical parameters
72!-----------------------------------------------------------------------
73   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
74/
75!-----------------------------------------------------------------------
76&namtra_adv    !   advection scheme for tracer
77!-----------------------------------------------------------------------
78   ln_traadv_fct =  .true.    !  FCT scheme
79      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
80      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
81      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping
82      !                             !        (number of sub-timestep = nn_fct_zts)
83/
84!-----------------------------------------------------------------------
85&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&namctl        !   Control prints & Benchmark
90!-----------------------------------------------------------------------
91/
Note: See TracBrowser for help on using the repository browser.