Ignore:
Timestamp:
04/26/13 13:01:38 (11 years ago)
Author:
cetlod
Message:

IPSLCM6_rc0 : update ORCA2 namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA2

    r1775 r2061  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :  1 - tracer definition                     (namtoptrc) 
    3 !! namelists    2 - dynamical tracer trends               (namtoptrd) 
    4 !!              6 - tracer advection                      (namtopadv) 
    5 !!              7 - tracer bottom boundary                (namtopbbl) 
    6 !!              8 - tracer lateral diffusion              (namtopldf) 
    7 !!              3 - tracer vertical physics               (namtopzdf) 
    8 !!              9 - tracer newtonian damping              (namtopdmp) 
     2!! NEMO/TOP1 :  1 - tracer definition                     (namtrc    ) 
     3!!              2 - tracer data initialisation            (namtrc_dta) 
     4!!              3 - tracer advection                      (namtrc_adv) 
     5!!              4 - tracer lateral diffusion              (namtrc_ldf) 
     6!!              5 - tracer vertical physics               (namtrc_zdf) 
     7!!              6 - tracer newtonian damping              (namtrc_dmp) 
     8!!              7 - dynamical tracer trends               (namtrc_trd) 
     9!!              8 - tracer output diagonstics             (namtrc_dia) 
    910!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    1011!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    11 &namtoptrc     !   tracers definition 
     12&namtrc     !   tracers definition 
    1213!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    13    ndttrc      =  1        !  time step frequency for passive tracers       
    14    nwritetrc   =  5475     !  time step frequency for tracer outputs 
    15    ln_rsttr    = .false.   !  AUTO start from a restart file (T) or not (F) 
    16    nrsttr      =   0       !  AUTO restart control = 0 initial time step is not compared to the restart file value 
    17                            !                  = 1 do not use the value in the restart file 
    18                            !                  = 2 calendar parameters read in the restart file 
    19    cn_trcrst_in  = "restart_trc"   !  suffix of pass. tracer restart name (input) 
    20    cn_trcrst_out = "restart_trc"   !  suffix of pass. tracer restart name (output) 
     14   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
     15   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs 
     16   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
     17   ln_rsttr      = .false.   !  AUTO start from a restart file (T) or not (F) 
     18   nn_rsttr      =   0       !  AUTO restart control = 0 initial time step is not compared to the restart file value 
     19                             !                  = 1 do not use the value in the restart file 
     20                             !                  = 2 calendar parameters read in the restart file 
     21   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     22   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     23   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
     24   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
     25   ln_trcdmp_clo =  .true.   !  restoring on close sea + baltic sea (T) or not (F) 
    2126! 
    22 !              !    name   !           title of the field              !   units    ! initial data ! save   ! 
    23 !              !           !                                           !            ! from file    ! or not !  
    24 !              !           !                                           !            ! or not       !        ! 
    25    tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'molC/L' ,  .true.     ,  .true. 
    26    tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true. 
    27    tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'molO2/L' ,  .true.     ,  .true. 
    28    tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'molC/L' ,  .false.    ,  .true. 
    29    tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'molC/L' ,  .true.     ,  .true. 
    30    tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'molC/L' ,  .false.    ,  .true. 
    31    tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'molSi/L' ,  .true.     ,  .true. 
    32    tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'molC/L' ,  .false.    ,  .true. 
    33    tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'molC/L' ,  .false.    ,  .true. 
    34    tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'molC/L'  ,  .false.    ,  .true. 
    35    tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'molC/L' ,  .false.    ,  .true. 
    36    tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'molC/L' ,  .false.    ,  .true. 
    37    tracer(13)  = 'BSi     ' , 'Diatoms Silicate Concentration         ',  'molC/L' ,  .false.    ,  .true. 
    38    tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'molFe/L' ,  .true.     ,  .true. 
    39    tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'molFe/L' ,  .false.    ,  .true. 
    40    tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'molC/L' ,  .false.    ,  .true. 
    41    tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'molFe/L' ,  .false.    ,  .true. 
    42    tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'molFe/L' ,  .false.    ,  .true. 
    43    tracer(19)  = 'DSi     ' , 'Sinking biogenic Silicate Concentration',  'molC/L' ,  .false.    ,  .true. 
    44    tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'molFe/L' ,  .false.    ,  .true. 
    45    tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'gChl/L' ,  .false.    ,  .true. 
    46    tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'gChl/L' ,  .false.    ,  .true. 
    47    tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'molC/L' ,  .true.     ,  .true. 
    48    tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'molC/L' ,  .false.    ,  .true. 
     27!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
     28!                !           !                                           !  units       ! from file    ! or not !  
     29!                !           !                                           !              ! or not       !        ! 
     30   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true. 
     31   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true. 
     32   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true. 
     33   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
     34   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true. 
     35   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true. 
     36   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true. 
     37   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true. 
     38   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
     39   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.     ,  .true. 
     40   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true. 
     41   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
     42   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true. 
     43   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true. 
     44   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
     45   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
     46   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true. 
     47   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true. 
     48   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true. 
     49   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true. 
     50   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true. 
     51   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true. 
     52   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true. 
     53   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true. 
    4954/ 
    5055!----------------------------------------------------------------------- 
    51 &namtopadv    !   advection scheme for passive tracer  
     56&namtrc_dta      !    Initialisation from data input file 
    5257!----------------------------------------------------------------------- 
    53    ln_trcadv_cen2   =  .false.  !  2nd order centered scheme    
    54    ln_trcadv_tvd    =  .false.  !  TVD scheme    
    55    ln_trcadv_muscl  =  .true.   !  MUSCL scheme 
    56    ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    57    ln_trcadv_smolar =  .false.  !  SMOLAR scheme 
    58    rsc              =  1.       !  tuning coefficient for Smol-Car. scheme  
    59    ncortrc          =  1        !  number of corrective phases for Smol-Car. scheme  
    60    crosster         =  .false.  !  computes Smol-Car crossterms (T) or not (F) 
     58! 
     59!                !  file name               ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     60!                !                          !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     61   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     62   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , '' 
     63   sn_trcdta(3)  = 'data_O2_nomask'         ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , '' 
     64   sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , '' 
     65   sn_trcdta(7)  = 'data_Si_nomask'         ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , '' 
     66   sn_trcdta(10) = 'data_DOC_nomask'        ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     67   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , '' 
     68   sn_trcdta(23) = 'data_NO3_nomask'        ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , '' 
     69! 
     70   cn_dir        =  './'      !  root directory for the location of the data files 
     71   rn_trfac(1)   =   1.0e-06  !  multiplicative factor 
     72   rn_trfac(2)   =   1.0e-06  !  -      -      -     - 
     73   rn_trfac(3)   =  44.6e-06  !  -      -      -     - 
     74   rn_trfac(5)   = 122.0e-06  !  -      -      -     - 
     75   rn_trfac(7)   =   1.0e-06  !  -      -      -     - 
     76   rn_trfac(10)  =   1.0      !  -      -      -     - 
     77   rn_trfac(14)  =   1.0      !  -      -      -     - 
     78   rn_trfac(23)  =   7.6e-06  !  -      -      -     - 
    6179/ 
    6280!----------------------------------------------------------------------- 
    63 &namtopbbl    !   bottom boundary layer scheme for passive tracer  
     81&namtrc_adv    !   advection scheme for passive tracer  
    6482!----------------------------------------------------------------------- 
    65    atrcbbl          = 1000.     !  lateral mixing coefficient in the bbl  [m2/s] 
     83   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
     84   ln_trcadv_tvd     =  .false.  !  TVD scheme 
     85   ln_trcadv_muscl   =  .true.   !  MUSCL scheme 
     86   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     87   ln_trcadv_ubs     =  .false.  !  UBS scheme 
     88   ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
     89   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
    6690/ 
    6791!----------------------------------------------------------------------- 
    68 &namtopldf    !   lateral diffusion scheme for passive tracer  
     92&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    6993!----------------------------------------------------------------------- 
    7094   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
     
    77101   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    78102!                               !  Coefficient 
    79    ahtrc0      =  2000.         !     horizontal eddy diffusivity for tracers [m2/s] 
    80    ahtrb0      =     0.         !     background eddy diffusivity for ldf_iso [m2/s] 
    81    aeivtr0     =  2000.         !     eddy induced velocity coefficient [m2/s]    (require "key_trcldf_eiv") 
    82    trcrat      =  1.            !  ratio betweeen passive and active tracer diffusion coeff 
     103   rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     104   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s] 
    83105/ 
    84106!----------------------------------------------------------------------- 
    85 &namtopzdf        !   vertical physics 
     107&namtrc_zdf        !   vertical physics 
    86108!----------------------------------------------------------------------- 
    87109   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping 
    88    n_trczdf_exp    =   3       !  number of sub-timestep for ln_trczdfexp=T 
     110   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T 
    89111/ 
    90112!----------------------------------------------------------------------- 
    91 &namtoprad        !  treatment of negative concentrations  
     113&namtrc_rad        !  treatment of negative concentrations  
    92114!----------------------------------------------------------------------- 
    93115   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F) 
    94116/ 
    95117!----------------------------------------------------------------------- 
    96 &namtopdmp        !   passive tracer newtonian damping                 ('key_trcdmp') 
     118&namtrc_dmp    !   passive tracer newtonian damping    
    97119!----------------------------------------------------------------------- 
    98    ndmptr      =   20      !  type of damping in passive tracers 
    99                            !     ='latitude', damping poleward of 'ndmp' degrees and function  
    100                            !                  of the distance-to-coast. Red and Med Seas as ndmptr=-1 
    101                            !     =-1 damping only in Med and Red Seas 
    102    ndmpftr     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    103    nmldmptr    =    1      !  type of damping: =0 damping throughout the water column 
    104                            !                   =1 no damping in the mixed layer defined by avt >5cm2/s ) 
    105                            !                   =2 no damping in the mixed layer defined rho<rho(surf)+.01 ) 
    106    sdmptr      =   50.     !  surface time scale for internal damping (days) 
    107    bdmptr      =  360.     !  bottom  time scale for internal damping (days) 
    108    hdmptr      =  800.     !  depth of transition between sdmptr and bdmptr (meters) 
     120   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
     121                           !                   =XX, damping poleward of XX degrees (XX>0) 
     122                           !                      + F(distance-to-coast) + Red and Med Seas 
     123   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column 
     124                           !                   =1 no damping in the mixing layer (kz  criteria) 
     125                           !                   =2 no damping in the mixed  layer (rho crieria) 
     126   rn_surf_tr  =   50.     !  surface time scale of damping   [days] 
     127   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days] 
     128   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
     129   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    109130/ 
    110131!----------------------------------------------------------------------- 
    111 &namtoptrd       !   diagnostics on tracer trends 
     132&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    112133!                          or mixed-layer trends          ('key_trdmld_trc') 
    113134!---------------------------------------------------------------------- 
    114    ntrd_trc   =  5475      !  time step frequency and tracers trends 
    115    nctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    116    ucf_trc    =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     135   nn_trd_trc  =  5475      !  time step frequency and tracers trends 
     136   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
     137   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    117138   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics 
    118139   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
    119    luttrd(1)  =   .true. 
    120    luttrd(2)  =   .true. 
    121    luttrd(3)  =   .false. 
    122    luttrd(4)  =   .false. 
    123    luttrd(5)  =   .false. 
    124    luttrd(6)  =   .false. 
    125    luttrd(7)  =   .false. 
    126    luttrd(8)  =   .false. 
    127    luttrd(9)  =   .false. 
    128    luttrd(10) =   .false. 
    129    luttrd(11) =   .false. 
    130    luttrd(12) =   .false. 
    131    luttrd(13) =   .false. 
    132    luttrd(14) =   .false. 
    133    luttrd(15) =   .false. 
    134    luttrd(16) =   .false. 
    135    luttrd(17) =   .false. 
    136    luttrd(18) =   .false. 
    137    luttrd(19) =   .false. 
    138    luttrd(20) =   .false. 
    139    luttrd(21) =   .false. 
    140    luttrd(22) =   .false. 
    141    luttrd(23) =   .true. 
    142    luttrd(24) =   .false. 
     140   ln_trdtrc(1)  =   .true. 
     141   ln_trdtrc(2)  =   .true. 
     142   ln_trdtrc(23) =   .true. 
    143143/ 
     144!----------------------------------------------------------------------- 
     145&namtrc_dia       !   parameters for passive tracer additional diagnostics 
     146!---------------------------------------------------------------------- 
     147   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F) 
     148   nn_writedia   =  5475     !  time step frequency for diagnostics 
     149/ 
Note: See TracChangeset for help on using the changeset viewer.