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

source: branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 7954

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

#1880 (HPC-09): OPA & TOP replace key_trabbl by ln_trabbl + in CONFIG, remove reference to key_zdfXXX and key_trabbl

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