source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA2ia_offline_cfg @ 3456

Last change on this file since 3456 was 3174, checked in by cetlod, 7 years ago

NEMO_v6 : Harmonize the configurations with IPSCLM6 & SHACONEMO

  • Property svn:executable set to *
File size: 8.6 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_clobber  = .true.
15/
16!-----------------------------------------------------------------------
17&namcfg        !   parameters of the configuration
18!-----------------------------------------------------------------------
19   cp_cfg      =  "orca"               !  name of the configuration
20   jp_cfg      =       2               !  resolution of the configuration
21   jpidta      =     182               !  1st lateral dimension ( >= jpi )
22   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
23   jpkdta      =      31               !  number of levels      ( >= jpk )
24   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
25   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
26   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
27   jpjzoom     =       1               !  in data domain indices
28   jperio      =       4               !  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      = 21600.    !  time step for the dynamics (and tracer if nn_acc=0)
39   rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nn_acc=1)
40   rn_rdtmax   = 21600.          !  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       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
49   ppa0        =     255.58049070440   ! (default coefficients)
50   ppa1        =     245.58132232490   !
51   ppkth       =      21.43336197938   !
52   ppacr       =       3.0             !
53   ppdzmin     =  999999.              !  Minimum vertical spacing
54   pphmax      =  999999.              !  Maximum depth
55   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
56   ppa2        =  999999.              !  Double tanh function parameters
57   ppkth2      =  999999.              !
58   ppacr2      =  999999.              !
59/
60!-----------------------------------------------------------------------
61&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namcrs        !   Grid coarsening for dynamics output and/or
66               !   passive tracer coarsened online simulations
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namsbc        !   Surface Boundary Condition (surface module)
71!-----------------------------------------------------------------------
72   nn_fsbc     = 1         !  frequency of surface boundary condition computation
73   ln_rnf      = .false.   !  runoffs
74
75!-----------------------------------------------------------------------
76&namtra_qsr    !   penetrative solar radiation
77!-----------------------------------------------------------------------
78   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
79/
80!-----------------------------------------------------------------------
81&namsbc_ssr    !   surface boundary condition : sea surface restoring
82!-----------------------------------------------------------------------
83/     
84
85!-----------------------------------------------------------------------
86&namcla        !   cross land advection
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&nambbl        !   bottom boundary layer scheme
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&nameos        !   ocean physical parameters
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namtra_ldf    !   lateral diffusion scheme for tracer
99!-----------------------------------------------------------------------
100   ln_triad_iso     =  .true.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp")
101/
102!-----------------------------------------------------------------------
103&namdta_dyn        !   offline dynamics read in files                ("key_offline")
104!-----------------------------------------------------------------------
105!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
106!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
107   sn_tem  = 'dyna_grid_T' ,    120          , 'votemper'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
108   sn_sal  = 'dyna_grid_T' ,    120          , 'vosaline'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
109   sn_mld  = 'dyna_grid_T' ,    120          , 'somixhgt'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
110   sn_emp  = 'dyna_grid_T' ,    120          , 'sowaflup'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
111   sn_fmf  = 'dyna_grid_T' ,    120          , 'iowaflup'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
112   sn_ice  = 'dyna_grid_T' ,    120          , 'soicecov'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
113   sn_qsr  = 'dyna_grid_T' ,    120          , 'soshfldo'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
114   sn_wnd  = 'dyna_grid_T' ,    120          , 'sowindsp'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
115   sn_uwd  = 'dyna_grid_U' ,    120          , 'uocetr_eff' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
116   sn_vwd  = 'dyna_grid_V' ,    120          , 'vocetr_eff' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
117   sn_wwd  = 'dyna_grid_W' ,    120          , 'wocetr_eff' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
118   sn_avt  = 'dyna_grid_W' ,    120          , 'voddmavs'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
119   sn_ubl  = 'dyna_grid_U' ,    120          , 'sobblcox'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
120   sn_vbl  = 'dyna_grid_V' ,    120          , 'sobblcoy'   ,  .true.    , .false. ,   'yearly'  , ''       , ''    , ''
121!
122   cn_dir          = './'       !  root directory for the location of the dynamical files
123   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F)
124   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F)
125!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction
126/
127!-----------------------------------------------------------------------
128&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namctl        !   Control prints & Benchmark
133!-----------------------------------------------------------------------
134/
Note: See TracBrowser for help on using the repository browser.