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.
Changeset 3294 for trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

Location:
trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2715 r3294  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    22!! NEMO/OPA  :  1 - run manager      (namrun) 
    3 !! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namdta_tem, namdta_sal) 
     3!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
    5 !!                                    namsbc_cpl, namsbc_cpl_co2 namtra_qsr, namsbc_rnf,  
     5!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    77!!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     
    2525!----------------------------------------------------------------------- 
    2626   nn_no       =       0   !  job number 
    27    cn_exp      =  "ORCA2P"  !  experience name  
     27   cn_exp      =  "PISCES"  !  experience name  
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =    1460   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
     30   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
     35                               !                  = 2 calendar parameters read in the restart file 
     36   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     37   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    3238   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3339   nn_stock    =    1460   !  frequency of creation of a restart file (modulo referenced to 1) 
    34    nn_write    =    1460   !  frequency of write in the output file   (modulo referenced to nit000) 
     40   nn_write    =    1460   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    3541   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    3642   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    3743   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    38    nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    39    ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    40    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
    41                                !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    42                                !                  = 2 calendar parameters read in the restart file 
    43    cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    44    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     44   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4545/ 
    4646 
     
    5151!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    5252!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    53 !!   namdta_tem   data: temperature                                     ("key_dtatem") 
    54 !!   namdta_sal   data: salinity                                        ("key_dtasal") 
     53!!   namtsd       data: temperature & salinity                          
    5554!!====================================================================== 
    5655! 
     
    6766   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    6867   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    69    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     68   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
     69   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
     70   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    7271   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
    7372   rn_bb       =    0.8    !  stretching with s-sigma 
     
    7877!----------------------------------------------------------------------- 
    7978   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    80    nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    81    nn_msh      =    1      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    82    rn_hmin     =   -3.     !  minimum depth of the ocean (>0) or minimum number of ocean level (<0) 
    83    rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    84    rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     79   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     80   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
     81   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     82   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     83   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8584                           ! 
    86    rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    87    nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     85   rn_rdt      = 21600.    !  time step for the dynamics (and tracer if nn_acc=0) 
     86   nn_baro     =   64      !  number of barotropic time step           ("key_dynspg_ts") 
    8887   rn_atfp     =    0.1    !  asselin time filter parameter 
    8988   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    9089                                 !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nacc=1) 
    92    rn_rdtmax   = 21600.          !  maximum time step on tracers (used if nacc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namdta_tem    !   data : temperature                                   ("key_dtatem") 
    97 !----------------------------------------------------------------------- 
    98 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    99 !              !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    100    sn_tem = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     90   rn_rdtmin   = 21600.          !  minimum time step on tracers (used if nn_acc=1) 
     91   rn_rdtmax   = 21600.          !  maximum time step on tracers (used if nn_acc=1) 
     92   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
     93/ 
     94!----------------------------------------------------------------------- 
     95&namtsd    !   data : Temperature  & Salinity                            
     96!----------------------------------------------------------------------- 
     97!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     98!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     99   sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     100   sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
    101101   ! 
    102    cn_dir       = './'     !  root directory for the location of the runoff files 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namdta_sal    !   data : salinity                                      ("key_dtasal") 
    106 !----------------------------------------------------------------------- 
    107 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    108 !              !           !  (if <0  months)     !   name   !   (logical)  ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    109    sn_sal      =  'data_1m_salinity_nomask',  -1  ,'vosaline',    .true.    , .true., 'yearly'   , ''       , ' ' 
    110    ! 
    111    cn_dir      = './'      !  root directory for the location of the runoff files 
    112 / 
    113  
     102   cn_dir        = './'     !  root directory for the location of the runoff files 
     103   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     104   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     105/ 
    114106!!====================================================================== 
    115107!!            ***  Surface Boundary Condition namelists  *** 
     
    118110!!   namsbc_ana      analytical         formulation 
    119111!!   namsbc_flx      flux               formulation 
    120 !!   namsbc_clio     CLIO bulk formulea formulation 
    121 !!   namsbc_core     CORE bulk formulea formulation 
     112!!   namsbc_clio     CLIO bulk formulae formulation 
     113!!   namsbc_core     CORE bulk formulae formulation 
     114!!   namsbc_mfs      MFS  bulk formulae formulation 
    122115!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
    123 !!   namsbc_cpl_co2  coupled ocean/biogeo/atmosphere model              ("key_cpl_carbon_cycle") 
    124116!!   namtra_qsr      penetrative solar radiation 
    125117!!   namsbc_rnf      river runoffs 
     
    132124&namsbc        !   Surface Boundary Condition (surface module) 
    133125!----------------------------------------------------------------------- 
    134    nn_fsbc     =  1        !  frequency of surface boundary condition computation  
     126   nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    135127                           !     (also = the frequency of sea-ice model call) 
    136128   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
     
    138130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    139131   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
     132   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    140133   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    141134   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    143136                           !  =1 use observed ice-cover      , 
    144137                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    145    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
     138   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    146139   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    147140   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     
    150143                           !     =2 annual global mean of e-p-r set to zero 
    151144                           !     =3 global emp set to zero and spread out over erp area 
     145   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave ) 
    152146/ 
    153147!----------------------------------------------------------------------- 
     
    175169/       
    176170!----------------------------------------------------------------------- 
    177 &namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
     171&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    178172!----------------------------------------------------------------------- 
    179173!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     
    190184/ 
    191185!----------------------------------------------------------------------- 
    192 &namsbc_core   !   namsbc_core  CORE bulk formulea 
     186&namsbc_core   !   namsbc_core  CORE bulk formulae 
     187!----------------------------------------------------------------------- 
     188!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     189!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     190   sn_wndi     = 'u_10.15JUNE2009_orca2'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
     191   sn_wndj     = 'v_10.15JUNE2009_orca2'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
     192   sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     193   sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     194   sn_tair     = 't_10.15JUNE2009_orca2'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     195   sn_humi     = 'q_10.15JUNE2009_orca2'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     196   sn_prec     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
     197   sn_snow     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
     198   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
     199 
     200   cn_dir      = './'      !  root directory for the location of the bulk files 
     201   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     202   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     203   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    193207!----------------------------------------------------------------------- 
    194208!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    195209!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    196    sn_wndi = 'u_10.15JUNE2009_orca2'       ,  6  , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
    197    sn_wndj = 'v_10.15JUNE2009_orca2'       ,  6  , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
    198    sn_qsr  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    199    sn_qlw  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    200    sn_tair = 't_10.15JUNE2009_orca2'       ,  6  , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    201    sn_humi = 'q_10.15JUNE2009_orca2'       ,  6  , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    202    sn_prec = 'ncar_precip.15JUNE2009_orca2', -1  , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
    203    sn_snow = 'ncar_precip.15JUNE2009_orca2', -1  , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
    204    sn_tdif = 'taudif_core'                 , 24  , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
    205  
    206    cn_dir      = './'      !  root directory for the location of the bulk files 
    207    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    208    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
    209    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     210   sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     211   sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     212   sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     213   sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     214   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     215   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     216   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
     217 
     218   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
    210219/ 
    211220!----------------------------------------------------------------------- 
    212221&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
    213222!----------------------------------------------------------------------- 
    214 !                                      ! send 
    215 cn_snd_temperature= 'weighted oce and ice'  !  'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    216 cn_snd_albedo     = 'weighted ice'          !  'none' 'weighted ice' 'mixed oce-ice' 
    217 cn_snd_thickness  = 'none'                  !  'none' 'weighted ice and snow' 
    218 cn_snd_crt_nature = 'none'                  !  'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    219 cn_snd_crt_refere = 'spherical'             !  'spherical' 'cartesian' 
    220 cn_snd_crt_orient = 'eastward-northward'    !  'eastward-northward' or 'local grid' 
    221 cn_snd_crt_grid   = 'T'                     !  'T' 
    222 !                                      ! receive 
    223 cn_rcv_w10m       = 'none'                  !  'none' 'coupled' 
    224 cn_rcv_taumod     = 'coupled'               !  'none' 'coupled' 
    225 cn_rcv_tau_nature = 'oce only'              !  'oce only' 'oce and ice' 'mixed oce-ice' 
    226 cn_rcv_tau_refere = 'cartesian'             !  'spherical' 'cartesian' 
    227 cn_rcv_tau_orient = 'eastward-northward'    !  'eastward-northward' or 'local grid' 
    228 cn_rcv_tau_grid   = 'U,V'                   !  'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
    229 cn_rcv_dqnsdt     = 'coupled'               !  'none' 'coupled' 
    230 cn_rcv_qsr        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
    231 cn_rcv_qns        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
    232 cn_rcv_emp        = 'conservative'          !  'conservative' 'oce and ice' 'mixed oce-ice' 
    233 cn_rcv_rnf        = 'coupled'               !  'coupled' 'climato' 'mixed' 
    234 cn_rcv_cal        = 'coupled'               !  'none' 'coupled' 
    235 / 
    236 !----------------------------------------------------------------------- 
    237 &namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238 !----------------------------------------------------------------------- 
    239 cn_snd_co2        = 'coupled'         ! send    :  'none' 'coupled' 
    240 cn_rcv_co2        = 'coupled'         ! receive : 'none' 'coupled' 
    241 / 
    242 !----------------------------------------------------------------------- 
     223!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     224!                    !                       ! categories !  reference  !    orientation       ! grids  ! 
     225! send 
     226sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''     
     227sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''     
     228sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   ''     
     229sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T'        
     230sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''         
     231! receive 
     232sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''     
     233sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     234sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'    
     235sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     236sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
     237sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
     238sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''     
     239sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     240sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     241sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     242/ 
    243243&namtra_qsr    !   penetrative solar radiation 
    244244!----------------------------------------------------------------------- 
     
    260260&namsbc_rnf    !   runoffs namelist surface boundary condition 
    261261!----------------------------------------------------------------------- 
    262 !              !  file name              ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    263 !              !                         !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    264    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    265    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    266    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    267    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    268    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     262!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     263!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     264   sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     265   sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     266   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     267   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     268   sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    269269 
    270270   cn_dir       = './'      !  root directory for the location of the runoff files 
    271    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    272    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     271   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     272   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    273273   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    274274   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    275275   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    276    ln_rnf_depth =  .false.  !  read in depth information for runoff 
    277    ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    278    ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     276   ln_rnf_depth = .false.   !  read in depth information for runoff 
     277   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
     278   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    279279/ 
    280280!----------------------------------------------------------------------- 
     
    301301                           !  or to SSS only (=1) or no damping term (=0) 
    302302   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    303    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
     303   rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
    304304   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    305305   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     
    331331   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    332332                           !  free slip  !   partial slip  !   no slip   ! strong slip 
     333   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    333334/ 
    334335!----------------------------------------------------------------------- 
     
    355356   rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    356357   rn_dpsob    =   15.     !     -           -         -     south   -      - 
    357    rn_volemp   =  1.       !  = 0 the total volume change with the surface flux (E-P-R) 
     358   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    358359                           !  = 1 the total volume remains constant 
    359360/ 
     
    361362&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    362363!----------------------------------------------------------------------- 
    363    nn_cln_update = 3       !  baroclinic update frequency 
     364   nn_cln_update =    3    !  baroclinic update frequency 
    364365   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    365    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [s] 
    366    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [s] 
     366   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     367   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    367368/ 
    368369!----------------------------------------------------------------------- 
    369370&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370371!----------------------------------------------------------------------- 
    371    cn_mask       =  ''                     !  name of mask file (if ln_bdy_mask=.TRUE.) 
    372    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378  
    379    ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    380    ln_vol      = .false.   !  total volume correction (see volbdy parameter) 
    381    ln_mask     = .false.   !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
    382    ln_tides    = .false.   !  Apply tidal harmonic forcing with Flather condition 
    383    ln_dyn_fla  = .false.   !  Apply Flather condition to velocities 
    384    ln_tra_frs  = .false.   !  Apply FRS condition to temperature and salinity  
    385    ln_dyn_frs  = .false.   !  Apply FRS condition to velocities 
    386    nn_rimwidth =  9        !  width of the relaxation zone 
    387    nn_dtactl   =  1        !  = 0, bdy data are equal to the initial state 
     372    nb_bdy = 1                            !  number of open boundary sets        
     373    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     374    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     375    ln_mask_file = .false.                !  =T : read mask from file 
     376    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
     377    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     378    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     379                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     380                                          !  = 2, use tidal harmonic forcing data from files 
     381                                          !  = 3, use external data AND tidal harmonic forcing 
     382    nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     383    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    388384                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    389    nn_volctl   =  0        !  = 0, the total water flux across open boundaries is zero 
    390                            !  = 1, the total volume of the system is conserved 
    391 / 
    392 !----------------------------------------------------------------------- 
    393 &nambdy_tide   !  tidal forcing at unstructured boundaries               
    394 !----------------------------------------------------------------------- 
    395    filtide     = 'bdytide_'           !  file name root of tidal forcing files 
    396    tide_cpt    = 'M2','S1'            !  names of tidal components used 
    397    tide_speed  = 28.984106, 15.000001 !  phase speeds of tidal components (deg/hour) 
    398    ln_tide_date= .false.              !  adjust tidal harmonics for start date of run 
    399 / 
    400  
     385    nn_tra        =  1                    !  boundary conditions for T and S 
     386    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
     387                           !  = 1, bdy data are read in 'bdydata   .nc' files 
     388    nn_rimwidth  = 10                      !  width of the relaxation zone 
     389    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
     390    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     391/ 
     392!----------------------------------------------------------------------- 
     393&nambdy_dta      !  open boundaries - external data           ("key_bdy") 
     394!----------------------------------------------------------------------- 
     395!              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     396!              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     397   bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     398   bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     399   bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     400   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     401   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     402   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     403   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     404   cn_dir  =    'bdydta/' 
     405   ln_full_vel = .false. 
     406/ 
     407!----------------------------------------------------------------------- 
     408&nambdy_tide     ! tidal forcing at open boundaries               
     409!----------------------------------------------------------------------- 
     410   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     411    tide_cpt(1)   ='Q1'  !  names of tidal components used 
     412    tide_cpt(2)   ='O1'  !  names of tidal components used 
     413    tide_cpt(3)   ='P1'  !  names of tidal components used 
     414    tide_cpt(4)   ='S1'  !  names of tidal components used 
     415    tide_cpt(5)   ='K1'  !  names of tidal components used 
     416    tide_cpt(6)   ='2N2' !  names of tidal components used 
     417    tide_cpt(7)   ='MU2' !  names of tidal components used 
     418    tide_cpt(8)   ='N2'  !  names of tidal components used 
     419    tide_cpt(9)   ='NU2' !  names of tidal components used 
     420    tide_cpt(10)   ='M2'  !  names of tidal components used 
     421    tide_cpt(11)   ='L2'  !  names of tidal components used 
     422    tide_cpt(12)   ='T2'  !  names of tidal components used 
     423    tide_cpt(13)   ='S2'  !  names of tidal components used 
     424    tide_cpt(14)   ='K2'  !  names of tidal components used 
     425    tide_cpt(15)   ='M4'  !  names of tidal components used 
     426    tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
     427    tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
     428    tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
     429    tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
     430    tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
     431    tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
     432    tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
     433    tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
     434    tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
     435    tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
     436    tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
     437    tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
     438    tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
     439    tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
     440    tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
     441    ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     442/ 
    401443!!====================================================================== 
    402444!!                 ***  Bottom boundary condition  *** 
     
    414456   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    415457   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    416    rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    417    ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418    rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
     458   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     459   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     460   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     461   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
    419462/ 
    420463!----------------------------------------------------------------------- 
    421464&nambbc        !   bottom temperature boundary condition 
    422465!----------------------------------------------------------------------- 
    423    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     466   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    424467   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux  
    425468                           !     = 1 constant flux 
     
    442485!!   namtra_adv    advection scheme 
    443486!!   namtra_ldf    lateral diffusion scheme 
    444 !!   namtra_dmp    T & S newtonian damping                              ("key_tradmp") 
    445 !!====================================================================== 
    446  
     487!!   namtra_dmp    T & S newtonian damping                         
     488!!====================================================================== 
     489! 
    447490!----------------------------------------------------------------------- 
    448491&nameos        !   ocean physical parameters 
    449492!----------------------------------------------------------------------- 
    450    nn_eos      =    0      !  type of equation of state and Brunt-Vaisala frequency 
     493   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    451494                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    452495                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    453496                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    454    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    455    rn_beta     =    0.001  !  saline  expension coefficient (neos= 2) 
     497   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     498   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    456499/ 
    457500!----------------------------------------------------------------------- 
     
    463506   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    464507   ln_traadv_ubs    =  .false.  !  UBS scheme                  
    465    ln_traadv_qck    =  .false.  !  QUCIKEST scheme                  
     508   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    466509/ 
    467510!----------------------------------------------------------------------- 
     
    475518   ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    476519   ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    477    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
    478    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
    479    !                       !  Coefficient 
     520   ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
     521   ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
     522   ln_triad_iso     =  .false.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
     523   ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
     524                         !  Coefficient 
    480525   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    481526   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
     
    483528/ 
    484529!----------------------------------------------------------------------- 
    485 &namtra_dmp    !   tracer: T & S newtonian damping                      ('key_tradmp') 
    486 !----------------------------------------------------------------------- 
     530&namtra_dmp    !   tracer: T & S newtonian damping                   
     531!----------------------------------------------------------------------- 
     532   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    487533   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    488534                           !                   =XX, damping poleward of XX degrees (XX>0) 
    489535                           !                      + F(distance-to-coast) + Red and Med Seas 
    490    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
     536   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    491537                           !                   =1 no damping in the mixing layer (kz  criteria) 
    492538                           !                   =2 no damping in the mixed  layer (rho crieria) 
     
    505551!!   namdyn_spg    surface pressure gradient                            (CPP key only) 
    506552!!   namdyn_ldf    lateral diffusion scheme 
    507 !!   namdyn        offline: dynamics read in files                      ("key_offline") 
    508553!!====================================================================== 
    509554! 
     
    529574   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    530575   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    531    ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
    532    ln_hpg_wdj  = .false.   !  s-coordinate (weighted density jacobian) 
    533576   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    534    ln_hpg_rot  = .false.   !  s-coordinate (ROTated axes scheme) 
    535    rn_gamma    = 0.e0      !  weighting coefficient (wdj scheme) 
     577   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    536578   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    537579                                 !           centered      time scheme  (F) 
     
    560602/ 
    561603!----------------------------------------------------------------------- 
    562 &namdyn        !   offline dynamics read in files                       ("key_offline") 
    563 !----------------------------------------------------------------------- 
    564     ndtadyn   =  73        ! number of period in the file for one year 
    565     ndtatot   =  73        ! total number of period in the file 
    566     nsptint   =  1         ! indicator for time interpolation 
    567     lperdyn   = .true.     ! periodicity of the unique file (T) 
    568                            ! F  (default)   computed with Blanke' scheme 
    569     cfile_grid_T = 'dyna_grid_T.nc' ! name of grid_T file 
    570     cfile_grid_U = 'dyna_grid_U.nc' ! name of grid_U file 
    571     cfile_grid_V = 'dyna_grid_V.nc' ! name of grid_V file 
    572     cfile_grid_W = 'dyna_grid_W.nc' ! name of grid_W file 
    573 / 
    574  
     604&namdta_dyn        !   offline dynamics read in files                ("key_offline") 
     605!----------------------------------------------------------------------- 
     606!            !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     607!            !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     608   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     609   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     610   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     611   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflcd' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     612   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     613   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     614   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     615   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     616   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     617   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     618   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     619   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     620   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     621   sn_eiw  = 'dyna_grid_W' ,    120            , 'soleaeiw' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     622! 
     623   cn_dir      = './'      !  root directory for the location of the dynamical files 
     624   ln_degrad   =  .false.  !  flag for degradation -                requires ("key_degrad") 
     625   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file 
     626   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl") 
     627/ 
    575628!!====================================================================== 
    576629!!             Tracers & Dynamics vertical physics namelists 
     
    594647   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    595648   rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
    596    ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F) 
     649   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F) 
    597650   nn_npc      =    1            !  frequency of application of npc 
    598651   nn_npcp     =  365            !  npc control print frequency 
     
    606659   rn_alp      =   5.      !  coefficient of the parameterization 
    607660   nn_ric      =   2       !  coefficient of the parameterization 
     661   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     662   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     663   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     664   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     665   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     666   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    608667/ 
    609668!----------------------------------------------------------------------- 
     
    635694/ 
    636695!------------------------------------------------------------------------ 
    637 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     696&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    638697!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    639698   ln_kpprimix = .true.    !  shear instability mixing  
     
    654713   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    655714   rn_clim_galp  = 0.53    !  galperin limit 
    656    ln_crban      = .TRUE.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
    657    ln_sigpsi     = .TRUE.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     715   ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     716   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    658717   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    659718   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
     
    678737   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    679738   rn_me       = 0.2       !  mixing efficiency  
    680    ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
     739   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    681740   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    682741/ 
    683742 
    684743!!====================================================================== 
    685 !!                  ***  Miscelaneous namelists  *** 
     744!!                  ***  Miscellaneous namelists  *** 
    686745!!====================================================================== 
    687746!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
     
    709768                           !  buffer blocking send or immediate non-blocking sends, resp. 
    710769   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     770   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    711771   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    712772   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     
    726786   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    727787                           !     (no physical validity of the results) 
     788   nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    728789/ 
    729790 
     
    746807                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    747808                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
    748    ln_nc4zip   = .TRUE.    !  (T) use netcdf4 chunking and compression 
     809   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    749810                           !  (F) ignore chunking information and produce netcdf3-compatible files 
    750811/ 
     
    764825&namflo       !   float parameters                                      ("key_float") 
    765826!----------------------------------------------------------------------- 
    766    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    767    nn_writefl =      75    !  frequency of writing in float output file  
    768    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    769    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    770    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    771                            !  or computed with Blanke' scheme (F) 
    772                            !  or computed with Blanke' scheme (F) 
     827   jpnfl         = 1          !  total number of floats during the run 
     828   jpnnewflo     = 0          !  number of floats for the restart 
     829   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     830   nn_writefl    =      75    !  frequency of writing in float output file 
     831   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     832   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     833   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     834                              !  or computed with Blanke' scheme (F) 
     835   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     836   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    773837/ 
    774838!----------------------------------------------------------------------- 
     
    776840!----------------------------------------------------------------------- 
    777841   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    778    ln_diaznl  = .false.    !  Add zonal means and meridional stream functions 
    779    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
     842   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
     843   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    780844                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    781    ln_ptrcomp = .false.    !  Add decomposition : overturning 
     845   ln_ptrcomp = .true.     !  Add decomposition : overturning 
    782846   nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    783847   nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
     
    786850&namhsb       !  Heat and salt budgets  
    787851!----------------------------------------------------------------------- 
    788    ln_diahsb  = .false.     !  check the heat and salt budgets (T) or not (F) 
     852   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     853/ 
     854!----------------------------------------------------------------------- 
     855&namdct        ! transports through sections 
     856!----------------------------------------------------------------------- 
     857    nn_dct      = 15       !  time step frequency for transports computing 
     858    nn_dctwri   = 15       !  time step frequency for transports writing 
     859    nn_secdebug = 112      !      0 : no section to debug 
     860                           !     -1 : debug all section 
     861                           !  0 < n : debug section number n 
    789862/ 
    790863 
     
    797870! 
    798871!----------------------------------------------------------------------- 
    799  &namobs      !  observation usage switch                               ('key_diaobs') 
     872&namobs       !  observation usage switch                               ('key_diaobs') 
    800873!----------------------------------------------------------------------- 
    801874   ln_t3d     = .false.    ! Logical switch for T profile observations          
     
    877950    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    878951    salfixmin = -9999      !  Minimum salinity after applying the increments 
    879 / 
     952    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     953/ 
     954!----------------------------------------------------------------------- 
     955&namsbc_wave   ! External fields from wave model 
     956!----------------------------------------------------------------------- 
     957!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     958!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     959   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     960! 
     961   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     962/ 
     963!----------------------------------------------------------------------- 
     964&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     965!----------------------------------------------------------------------- 
     966   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     967   ln_neptsimp       = .false.  ! yes/no use simplified neptune 
     968 
     969   ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
     970   rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
     971   rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
     972   ! Specify whether to ramp down the Neptune velocity in shallow 
     973   ! water, and if so the depth range controlling such ramping down 
     974   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
     975   rn_htrmin         =  100.0   ! min. depth of transition range 
     976   rn_htrmax         =  200.0   ! max. depth of transition range 
     977/ 
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_pisces

    r2567 r3294  
    1515&nampisext     !   air-sea exchange 
    1616!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    17    atcco2     = 287.    ! atmospheric pCO2 
     17   ln_co2int  =  .false. ! read atm pco2 from a file (T) or constant (F) 
     18   atcco2     =  287.    ! Constant value atmospheric pCO2 - ln_co2int = F 
     19   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
     20   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T 
     21!                        ! If your model year is iyy, nn_offset=(years(1)-iyy)  
     22!                        ! then the first atmospheric CO2 record read is at years(1) 
     23/ 
     24!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     25&nampisatm     !  Atmospheric prrssure  
     26!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     27!              !  file name   ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     28!              !              !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     29   sn_patm     = 'presatm'    ,     -1            , 'patm'     ,  .true.      , .true. ,   'yearly'  , ''       , '' 
     30   cn_dir      = './'     !  root directory for the location of the dynamical files 
     31! 
     32   ln_presatm  = .true.   ! constant atmopsheric pressure (F) or from a file (T) 
    1833/ 
    1934!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    2035&nampisbio     !   biological parameters 
    2136!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    22    part       =  0.85    ! part of calcite not dissolved in guts 
    23    nrdttrc    =  4       ! time step frequency for biology 
    24    wsbio      =  2.      ! POC sinking speed 
    25    xkmort     =  1.E-7   ! half saturation constant for mortality 
    26    ferat3     =  3.E-6   ! Fe/C in zooplankton  
    27    wsbio2     =  30.     ! Big particles sinking speed 
     37   nrdttrc    =  4        ! time step frequency for biology 
     38   wsbio      =  2.       ! POC sinking speed 
     39   xkmort     =  1.E-7    ! half saturation constant for mortality 
     40   ferat3     =  10.E-6   ! Fe/C in zooplankton  
     41   wsbio2     =  30.      ! Big particles sinking speed 
    2842/ 
    2943!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    3145!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    3246   conc0      =  2.e-6    ! Phosphate half saturation 
    33    conc1      =  10E-6    ! Phosphate half saturation for diatoms 
    34    conc2      =  0.01E-9  ! Iron half saturation for phyto 
    35    conc2m     =  0.08E-9  ! Max iron half saturation for phyto 
    36    conc3      =  0.1E-9   ! Iron half saturation for diatoms 
    37    conc3m     =  0.4E-9   ! Maxi iron half saturation for diatoms 
     47   conc1      =  8E-6     ! Phosphate half saturation for diatoms 
     48   conc2      =  2E-9     ! Iron half saturation for phyto 
     49   conc2m     =  4E-9     ! Max iron half saturation for phyto 
     50   conc3      =  3E-9     ! Iron half saturation for diatoms 
     51   conc3m     =  9E-9     ! Maxi iron half saturation for diatoms 
     52   xsizedia   =  5.E-7    ! Minimum size criteria for diatoms 
     53   xsizephy   =  1.E-6    ! Minimum size criteria for phyto 
    3854   concnnh4   =  1.E-7    ! NH4 half saturation for phyto 
    39    concdnh4   =  5.E-7    ! NH4 half saturation for diatoms 
     55   concdnh4   =  4.E-7    ! NH4 half saturation for diatoms 
    4056   xksi1      =  2.E-6    ! half saturation constant for Si uptake 
    4157   xksi2      =  3.33E-6  ! half saturation constant for Si/C 
    4258   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization 
    43    caco3r     =  0.15     ! mean rain ratio 
     59   concfebac  =  3.E-11   ! Half-saturation for Fe limitation of Bacteria 
     60   qnfelim    =  7.E-6    ! Optimal quota of phyto 
     61   qdfelim    =  7.E-6    ! Optimal quota of diatoms 
     62   caco3r     =  0.16     ! mean rain ratio 
    4463/ 
    4564!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    4665&nampisprod     !   parameters for phytoplankton growth 
    4766!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    48    pislope    =  3.       ! P-I slope   
    49    pislope2   =  3.       ! P-I slope  for diatoms 
     67   pislope    =  3.       ! P-I slope 
     68   pislope2   =  2.       ! P-I slope  for diatoms 
    5069   excret     =  0.05     ! excretion ratio of phytoplankton 
    5170   excret2    =  0.05     ! excretion ratio of diatoms 
     71   ln_newprod =  .false.  ! Enable new parame. of production (T/F)  
     72   bresp      =  0.00333  ! Basal respiration rate 
    5273   chlcnm     =  0.033    ! Minimum Chl/C in nanophytoplankton 
    53    chlcdm     =  0.05     ! Minimum Chl/C in diatoms 
    54    fecnm      =  10E-6    ! Maximum Fe/C in nanophytoplankton 
    55    fecdm      =  15E-6    ! Minimum Fe/C in diatoms 
     74   chlcdm     =  0.04     ! Minimum Chl/C in diatoms 
     75   chlcmin    =  0.0033   ! Maximum Chl/c in phytoplankton 
     76   fecnm      =  40E-6    ! Maximum Fe/C in nanophytoplankton 
     77   fecdm      =  40E-6    ! Minimum Fe/C in diatoms 
    5678   grosip     =  0.151    ! mean Si/C ratio 
    5779/ 
     
    6890&nampismes     !   parameters for mesozooplankton 
    6991!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     92   part2      =  0.75    ! part of calcite not dissolved in mesozoo guts 
    7093   grazrat2   =  0.7      ! maximal mesozoo grazing rate 
    7194   resrat2    =  0.005    ! exsudation rate of mesozooplankton 
    7295   mzrat2     =  0.03     ! mesozooplankton mortality rate 
    7396   xprefc     =  1.       ! zoo preference for phyto 
    74    xprefp     =  0.2      ! zoo preference for POC 
     97   xprefp     =  0.3      ! zoo preference for POC 
    7598   xprefz     =  1.       ! zoo preference for zoo 
    76    xprefpoc   =  0.2      ! zoo preference for poc 
     99   xprefpoc   =  0.3      ! zoo preference for poc 
     100   xthresh2zoo = 1E-8     ! zoo feeding threshold for mesozooplankton  
     101   xthresh2dia = 1E-8     ! diatoms feeding threshold for mesozooplankton  
     102   xthresh2phy = 2E-7     ! nanophyto feeding threshold for mesozooplankton  
     103   xthresh2poc = 1E-8     ! poc feeding threshold for mesozooplankton  
     104   xthresh2   =  0.       ! Food threshold for grazing 
    77105   xkgraz2    =  20.E-6   ! half sturation constant for meso grazing 
    78    epsher2    =  0.33     ! Efficicency of Mesozoo growth  
     106   epsher2    =  0.33     ! Efficicency of Mesozoo growth 
    79107   sigma2     =  0.6      ! Fraction of mesozoo excretion as DOM 
    80108   unass2     =  0.3      ! non assimilated fraction of P by mesozoo 
    81    grazflux   =  5.e3     ! flux-feeding rate 
     109   grazflux   =  3.e3     ! flux-feeding rate 
    82110/ 
    83111!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    84112&nampiszoo     !   parameters for microzooplankton 
    85113!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    86    grazrat    =  4.0      ! maximal zoo grazing rate    
     114   part       =  0.5      ! part of calcite not dissolved in microzoo gutsa 
     115   grazrat    =  3.0      ! maximal zoo grazing rate 
    87116   resrat     =  0.03     ! exsudation rate of zooplankton 
    88117   mzrat      =  0.0      ! zooplankton mortality rate 
    89    xpref2c    =  0.1      ! Microzoo preference for POM  
    90    xpref2p    =  0.45     ! Microzoo preference for Nanophyto 
    91    xpref2d    =  0.45     ! Microzoo preference for Diatoms 
    92    xkgraz     =  20.E-6   ! half sturation constant for grazing  
     118   xpref2c    =  0.1      ! Microzoo preference for POM 
     119   xpref2p    =  1.       ! Microzoo preference for Nanophyto 
     120   xpref2d    =  0.6      ! Microzoo preference for Diatoms 
     121   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton  
     122   xthreshphy =  2.E-7    ! Nanophyto feeding threshold for microzooplankton  
     123   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton  
     124   xthresh    =  0.       ! Food threshold for feeding 
     125   xkgraz     =  20.E-6   ! half sturation constant for grazing 
    93126   epsher     =  0.33     ! Efficiency of microzoo growth 
    94127   sigma1     =  0.6      ! Fraction of microzoo excretion as DOM 
     
    98131&nampisrem     !   parameters for remineralization 
    99132!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    100    xremik    =  0.3       ! remineralization rate of DOC 
     133   xremik    =  0.25      ! remineralization rate of DOC 
    101134   xremip    =  0.025     ! remineralisation rate of POC 
    102135   nitrif    =  0.05      ! NH4 nitrification rate 
    103    xsirem    =  0.015     ! remineralization rate of Si 
     136   xsirem    =  0.003     ! remineralization rate of Si 
     137   xsiremlab =  0.025     ! fast remineralization rate of Si 
     138   xsilab    =  0.31      ! Fraction of labile biogenic silica 
    104139   xlam1     =  0.005     ! scavenging rate of Iron 
    105    oxymin    =  1.E-6     ! Half-saturation constant for anoxia  
     140   oxymin    =  1.E-6     ! Half-saturation constant for anoxia 
     141   ligand    =  0.6E-9    ! Ligands concentration 
    106142/ 
    107143!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    108144&nampiscal     !   parameters for Calcite chemistry 
    109145!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    110    kdca       =  0.327e3  ! calcite dissolution rate constant (1/time) 
     146   kdca       =  6.       ! calcite dissolution rate constant (1/time) 
    111147   nca        =  1.       ! order of dissolution reaction (dimensionless) 
    112148/ 
     
    114150&nampissed     !   parameters for inputs deposition 
    115151!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    116    ln_dustfer  =  .true.   ! boolean for dust input from the atmosphere 
     152!              !  file name        ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     153!              !                   !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     154   sn_dust     = 'dust.orca'       ,     -1            , 'dust'     ,  .true.      , .true. ,   'yearly'  , ''       , '' 
     155   sn_riverdic = 'river.orca'      ,    -12            , 'riverdic' ,  .false.     , .true. ,   'yearly'  , ''       , '' 
     156   sn_riverdoc = 'river.orca'      ,    -12            , 'riverdoc' ,  .false.     , .true. ,   'yearly'  , ''       , '' 
     157   sn_ndepo    = 'ndeposition.orca',    -12            , 'ndep'     ,  .false.     , .true. ,   'yearly'  , ''       , '' 
     158   sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'    ,  .false.     , .true. ,   'yearly'  , ''       , '' 
     159! 
     160   cn_dir      = './'      !  root directory for the location of the dynamical files 
     161   ln_dust     =  .true.   ! boolean for dust input from the atmosphere 
    117162   ln_river    =  .true.   ! boolean for river input of nutrients 
    118163   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
    119    ln_sedinput =  .true.   ! boolean for Fe input from sediments 
     164   ln_ironsed =  .true.   ! boolean for Fe input from sediments 
    120165   sedfeinput  =  1E-9     ! Coastal release of Iron 
    121    dustsolub   =  0.014    ! Solubility of the dust 
     166   dustsolub   =  0.02     ! Solubility of the dust 
     167   wdust       =  2.0      ! Dust sinking speed 
     168   nitrfix     =  1E-7     ! Nitrogen fixation rate 
     169   diazolight  =  50.      ! Diazotrophs sensitivity to light (W/m2) 
     170   concfediaz  =  1.E-10   ! Diazotrophs half-saturation Cste for Iron 
    122171/ 
    123172!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    140189/ 
    141190!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    142 &nampisdia     !   additional 2D/3D tracers diagnostics ("key_trc_diaadd") 
    143 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    144    nn_writedia  =  1460   !  time step frequency for tracers diagnostics 
    145 ! 
     191&nampisdia     !   additional 2D/3D tracers diagnostics  
     192!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    146193!              !    name   !           title of the field          !     units      ! 
    147194!              !           !                                       !                !   
     
    175222!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    176223   ln_pisdmp    =  .true.     !  Relaxation fo some tracers to a mean value 
    177    ln_pisclo    =  .false.    !  Restoring of tracer to initial value on closed sea ("key_dtatrc") 
    178 / 
     224   nn_pisdmp    =  1460       !  Frequency of Relaxation  
     225/ 
     226!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     227&nampismass     !  Mass conservation 
     228!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     229   ln_check_mass =  .false.    !  Check mass conservation 
     230/ 
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top

    r2528 r3294  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    22!! NEMO/TOP1 :  1 - tracer definition                     (namtrc    ) 
    3 !! namelists    2 - dynamical tracer trends               (namtrc_trd) 
     3!!              2 - tracer data initialisation            (namtrc_dta) 
    44!!              3 - tracer advection                      (namtrc_adv) 
    55!!              4 - tracer lateral diffusion              (namtrc_ldf) 
    66!!              5 - tracer vertical physics               (namtrc_zdf) 
    77!!              6 - tracer newtonian damping              (namtrc_dmp) 
     8!!              7 - dynamical tracer trends               (namtrc_trd) 
     9!!              8 - tracer output diagonstics             (namtrc_dia) 
    810!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    911!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     
    1820   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    1921   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     22   ln_trcdta     =   .true. !  Initialisation from data input file (T) or not (F) 
    2023! 
    2124!              !    name   !           title of the field              !   units    ! initial data ! save   ! 
     
    4851/ 
    4952!----------------------------------------------------------------------- 
     53&namtrc_dta      !    Initialisation from data input file 
     54!----------------------------------------------------------------------- 
     55! 
     56!                !  file name               ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     57!                !                          !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     58   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     59   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , '' 
     60   sn_trcdta(3)  = 'data_O2_nomask'         ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , '' 
     61   sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , '' 
     62   sn_trcdta(7)  = 'data_Si_nomask'         ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , '' 
     63   sn_trcdta(10) = 'data_DOC_nomask'        ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     64   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     65   sn_trcdta(23) = 'data_NO3_nomask'        ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , '' 
     66! 
     67   cn_dir        =  './'      !  root directory for the location of the data files 
     68   rn_trfac(1)   =   1.0e-06  !  multiplicative factor 
     69   rn_trfac(2)   =   1.0e-06  !  -      -      -     - 
     70   rn_trfac(3)   =  44.6e-06  !  -      -      -     - 
     71   rn_trfac(5)   = 122.0e-06  !  -      -      -     - 
     72   rn_trfac(7)   =   1.0e-06  !  -      -      -     - 
     73   rn_trfac(10)  =   1.0      !  -      -      -     - 
     74   rn_trfac(14)  =   1.0      !  -      -      -     - 
     75   rn_trfac(23)  =   7.6e-06  !  -      -      -     - 
     76/ 
     77!----------------------------------------------------------------------- 
    5078&namtrc_adv    !   advection scheme for passive tracer  
    5179!----------------------------------------------------------------------- 
     
    6997   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    7098!                               !  Coefficient 
     99   rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    71100   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s] 
    72101/ 
     
    83112/ 
    84113!----------------------------------------------------------------------- 
    85 &namtrc_dmp    !   passive tracer newtonian damping    ('key_tradmp && key_trcdmp') 
     114&namtrc_dmp    !   passive tracer newtonian damping    
    86115!----------------------------------------------------------------------- 
     116   ln_trcdmp   =  .false.  !  add a damping termn (T) or not (F) 
    87117   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    88118                           !                   =XX, damping poleward of XX degrees (XX>0) 
     
    100130!                          or mixed-layer trends          ('key_trdmld_trc') 
    101131!---------------------------------------------------------------------- 
    102    nn_trd_trc  =  5475      !  time step frequency and tracers trends 
     132   nn_trd_trc  =  1460      !  time step frequency and tracers trends 
    103133   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    104134   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     
    107137   ln_trdtrc(1)  =   .true. 
    108138   ln_trdtrc(2)  =   .true. 
    109    ln_trdtrc(3)  =   .false. 
    110    ln_trdtrc(4)  =   .false. 
    111    ln_trdtrc(5)  =   .false. 
    112    ln_trdtrc(6)  =   .false. 
    113    ln_trdtrc(7)  =   .false. 
    114    ln_trdtrc(8)  =   .false. 
    115    ln_trdtrc(9)  =   .false. 
    116    ln_trdtrc(10) =   .false. 
    117    ln_trdtrc(11) =   .false. 
    118    ln_trdtrc(12) =   .false. 
    119    ln_trdtrc(13) =   .false. 
    120    ln_trdtrc(14) =   .false. 
    121    ln_trdtrc(15) =   .false. 
    122    ln_trdtrc(16) =   .false. 
    123    ln_trdtrc(17) =   .false. 
    124    ln_trdtrc(18) =   .false. 
    125    ln_trdtrc(19) =   .false. 
    126    ln_trdtrc(20) =   .false. 
    127    ln_trdtrc(21) =   .false. 
    128    ln_trdtrc(22) =   .false. 
    129139   ln_trdtrc(23) =   .true. 
    130    ln_trdtrc(24) =   .false. 
    131140/ 
     141!----------------------------------------------------------------------- 
     142&namtrc_dia       !   parameters for passive tracer additional diagnostics 
     143!---------------------------------------------------------------------- 
     144   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F) 
     145   nn_writedia   =  1460     !  time step frequency for diagnostics 
     146/ 
  • trunk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/cpp_ORCA2_OFF_PISCES.fcm

    r2787 r3294  
    1 bld::tool::fppkeys key_trabbl key_vectopt_loop key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_top key_offline key_pisces key_dtatrc key_diatrc key_iomput  
     1bld::tool::fppkeys key_trabbl key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_top key_offline key_pisces key_iomput  
Note: See TracChangeset for help on using the changeset viewer.