source: CMIP6/OMIP/CM61-LR-OMIP1-CO2PIND-R1/PARAM/NAMELIST/ORCA1/namelist_offline_ia_cfg @ 4818

Last change on this file since 4818 was 4818, checked in by cetlod, 4 years ago

Save new OMIP experiments

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