source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA1/namelist_offline_ia_cfg @ 3854

Last change on this file since 3854 was 3854, checked in by cetlod, 6 years ago

NEMO_v6 for OMIP : Add new version of sub-dir PARAM + update driver

File size: 9.5 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      =  _AUTO_
8   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
9   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0)
10   nn_it000    =  _AUTO_
11   nn_itend    =  _AUTO_
12   nn_stock    =  _AUTO_
13   ln_mskland  = .true.
14   ln_mskutil  = .false.
15   ln_clobber  = .true.
16   ln_cfmeta   = .true.
17/
18!-----------------------------------------------------------------------
19&namcfg        !   parameters of the configuration
20!-----------------------------------------------------------------------
21   cp_cfg      =  "orca"               !  name of the configuration
22   jp_cfg      =       1               !  resolution of the configuration
23   jpidta      =     362               !  1st lateral dimension ( >= jpi )
24   jpjdta      =     332               !  2nd    "         "    ( >= jpj )
25   jpkdta      =      75               !  number of levels      ( >= jpk )
26   jpiglo      =     362               !  1st dimension of global domain --> i =jpidta
27   jpjglo      =     332               !  2nd    -                  -    --> j  =jpjdta
28   jperio      =       6               !  lateral cond. type (between 0 and 6)
29/
30!-----------------------------------------------------------------------
31&namzgr        !   vertical coordinate
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namdom        !   space and time domain (bathymetry, mesh, timestep)
36!-----------------------------------------------------------------------
37   nn_msh      =    1      !  create (=1) a mesh file or not (=0)
38   rn_rdt      = 14400.    !  time step for the dynamics (and tracer if nn_acc=0)
39   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1)
40   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1)
41   jphgr_msh   =       0               !  type of horizontal mesh
42   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
43   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
44   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
45   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
46   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
47   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
48   ppsur       =   -3958.951371276829  !  ORCA r4, r2 and r05 coefficients
49   ppa0        =     103.9530096000000 ! (default coefficients)
50   ppa1        =       2.415951269000000   !
51   ppkth       =      15.35101370000000    !
52   ppacr       =       7.0             !
53   ppdzmin     =  999999.0             !  Minimum vertical spacing
54   pphmax      =  999999.0             !  Maximum depth
55   ppa2        =     100.7609285000000 !  Double tanh function parameters
56   ppkth2      =      48.02989372000000    !
57   ppacr2      =      13.00000000000   !
58   rn_hmin     =   20.
59/
60!-----------------------------------------------------------------------
61!-----------------------------------------------------------------------
62&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namcrs        !   Grid coarsening for dynamics output and/or
67               !   passive tracer coarsened online simulations
68!-----------------------------------------------------------------------
69/
70!-----------------------------------------------------------------------
71&namsbc        !   Surface Boundary Condition (surface module)
72!-----------------------------------------------------------------------
73   nn_fsbc     = 1         !  frequency of surface boundary condition computation
74   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
75   ln_rnf      = .false.   !  runoffs
76/
77!-----------------------------------------------------------------------
78&namtra_qsr    !   penetrative solar radiation
79!-----------------------------------------------------------------------
80   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
81/
82-----------------------------------------------------------------------
83&namsbc_ssr    !   surface boundary condition : sea surface restoring
84!-----------------------------------------------------------------------
85/
86
87!-----------------------------------------------------------------------
88&namcla        !   cross land advection
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&nambbl        !   bottom boundary layer scheme
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&nameos        !   ocean physical parameters
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namtra_ldf    !   lateral diffusion scheme for tracer
101!-----------------------------------------------------------------------
102   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
103   rn_aeiv_0        =  1000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
104/
105!-----------------------------------------------------------------------
106&namdta_dyn        !   offline dynamics read in files                ("key_offline")
107!-----------------------------------------------------------------------
108!           !  file name       ! frequency (hours)  ! variable         ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
109!           !                  !  (if <0  months)   !   name           !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
110   sn_tem   = 'dyna_grid_T' ,    120            , 'thetao'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
111   sn_sal   = 'dyna_grid_T' ,    120            , 'so'            ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
112   sn_mld   = 'dyna_grid_T' ,    120            , 'mldr10_1'      ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
113   sn_emp   = 'dyna_grid_T' ,    120            , 'wfo'           ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
114   sn_empb  = 'dyna_grid_T' ,    120            , 'wfob'          ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
115   sn_rnf   = 'dyna_grid_T' ,    120            , 'friver'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
116   sn_fmf   = 'dyna_grid_T' ,    120            , 'fmmflx'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
117   sn_ice   = 'dyna_grid_T' ,    120            , 'siconc'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
118   sn_qsr   = 'dyna_grid_T' ,    120            , 'rsntds'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
119   sn_wnd   = 'dyna_grid_T' ,    120            , 'windsp'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
120   sn_div   = 'dyna_grid_T' ,    120            , 'hdivtr'        ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
121   sn_uwd   = 'dyna_grid_U' ,    120            , 'uocetr_eff'    ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
122   sn_vwd   = 'dyna_grid_V' ,    120            , 'vocetr_eff'    ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
123   sn_wwd   = 'dyna_grid_W' ,    120            , 'wocetr_eff'    ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
124   sn_avt   = 'dyna_grid_W' ,    120            , 'difvsolog'     ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
125   sn_ubl   = 'dyna_grid_U' ,    120            , 'ahu_bbl'       ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
126   sn_vbl   = 'dyna_grid_V' ,    120            , 'ahv_bbl'       ,  .false.      , .false. ,   'yearly'  , ''       , ''    , ''
127!
128   cn_dir     = './'      !  root directory for the location of the dynamical files
129   ln_ssh_ini =  _AUTO_
130   ln_dynrnf =  .true.   !  computation of vertical velocity instead of using the one read in file
131   ln_dynrnf_depth =  .true.   !  computation of vertical velocity instead of using the one read in file
132!   fwbcorr      = 3.786e-06
133/
134!-----------------------------------------------------------------------
135&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
136!-----------------------------------------------------------------------
137   ln_nnogather=  .true.  !
138   jpni        =    25    !  jpni   number of processors following i (set automatically if < 1)
139   jpnj        =    24    !  jpnj   number of processors following j (set automatically if < 1)
140   jpnij       =   432    !  jpnij  number of local domains (set automatically if < 1)
141/
142!-----------------------------------------------------------------------
143&namctl        !   Control prints & Benchmark
144!-----------------------------------------------------------------------
145/
Note: See TracBrowser for help on using the repository browser.