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

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg @ 6979

Last change on this file since 6979 was 6979, checked in by cetlod, 8 years ago

SIMPLIF_2_usrdef : make it work for standard Offline configuration

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