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_CNRS_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00 – NEMO

source: branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 8882

Last change on this file since 8882 was 8882, checked in by flavoni, 6 years ago

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

  • Property svn:mime-type set to text/x-fortran
File size: 10.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "PISCES"  !  experience name
8   nn_it000    =       1    !  first time step
9   nn_itend    =    1460    !  last  time step (std 5475)
10   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
11/
12!-----------------------------------------------------------------------
13&namcfg        !   parameters of the configuration
14!-----------------------------------------------------------------------
15   ln_read_cfg = .true.    !  (=T) read the domain configuration file
16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
17      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
18/
19!-----------------------------------------------------------------------
20&namzgr        !   vertical coordinate
21!-----------------------------------------------------------------------
22   ln_zps      = .true.    !  z-coordinate - partial steps
23/
24!-----------------------------------------------------------------------
25&namdom        !   space and time domain (bathymetry, mesh, timestep)
26!-----------------------------------------------------------------------
27   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
28   !
29   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0)
30/
31!-----------------------------------------------------------------------
32&namlbc        !   lateral momentum boundary condition
33!-----------------------------------------------------------------------
34   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
35   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
36   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
37/
38!-----------------------------------------------------------------------
39&namsbc        !   Surface Boundary Condition (surface module)
40!-----------------------------------------------------------------------
41   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
42   nn_fsbc     = 1         !  frequency of surface boundary condition computation
43   ln_rnf      = .false.   !  runoffs
44   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
45/
46!-----------------------------------------------------------------------
47&namsbc_blk   !   namsbc_blk  Bulk formulae
48!-----------------------------------------------------------------------
49   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
50/
51!-----------------------------------------------------------------------
52&namtra_qsr    !   penetrative solar radiation
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namsbc_ssr    !   surface boundary condition : sea surface restoring
57!-----------------------------------------------------------------------
58/     
59!-----------------------------------------------------------------------
60&nambbl        !   bottom boundary layer scheme
61!-----------------------------------------------------------------------
62   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
63   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
64   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
65   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
66   rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
67/
68/
69!-----------------------------------------------------------------------
70&nameos        !   ocean physical parameters
71!-----------------------------------------------------------------------
72   ln_teos10   = .false.        !  = Use TEOS-10 equation of state
73   ln_eos80    = .true.         !  = Use EOS80
74   ln_seos     = .false.        !  = Use S-EOS (simplified Eq.)
75/
76!----------------------------------------------------------------------------------
77&namtra_ldf    !   lateral diffusion scheme for tracers
78!----------------------------------------------------------------------------------
79   !                       !  Operator type:
80   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection)
81   ln_traldf_lap   =  .true.   !    laplacian operator
82   ln_traldf_blp   =  .false.  !  bilaplacian operator
83   !                       !  Direction of action:
84   ln_traldf_lev   =  .false.  !  iso-level
85   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
86   ln_traldf_iso   =  .true.   !  iso-neutral
87   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
88   !
89   !                       !  iso-neutral options:       
90   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
91   rn_slpmax       =   0.01    !  slope limit                      (both operators)
92   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
93   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
94   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
95   !
96   !                       !  Coefficients:
97   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef
98   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
99   !                                !   =  0           constant
100   !                                !   = 10 F(k)      =ldf_c1d
101   !                                !   = 20 F(i,j)    =ldf_c2d
102   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
103   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
104   !                                !   = 31 F(i,j,k,t)=F(local velocity)
105   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
106   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
107/
108!----------------------------------------------------------------------------------
109&namtra_ldfeiv !   eddy induced velocity param.
110!----------------------------------------------------------------------------------
111   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
112   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
113   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
114   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient
115   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
116   !                                !   =  0           constant
117   !                                !   = 10 F(k)      =ldf_c1d
118   !                                !   = 20 F(i,j)    =ldf_c2d
119   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
120   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
121/
122!-----------------------------------------------------------------------
123&namdta_dyn        !   offline dynamics read in files                ("key_offline")
124!-----------------------------------------------------------------------
125!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
126!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
127!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
128!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
129   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
130   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
131   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
132   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
133   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
134   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
135   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
136   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
137   sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
138   sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
139   sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
140   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
141   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
142   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
143!
144   cn_dir          = './'       !  root directory for the location of the dynamical files
145   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F)
146   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F)
147!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction
148/
149!-----------------------------------------------------------------------
150&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&namctl        !   Control prints & Benchmark
155!-----------------------------------------------------------------------
156/
Note: See TracBrowser for help on using the repository browser.