Ignore:
Timestamp:
10/17/15 15:28:39 (9 years ago)
Author:
cetlod
Message:

update namelist and card for NEMO_v6 configurations

Location:
CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM
Files:
7 added
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_ORCA2_cfg

    r2639 r2647  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   cn_exp      =  _AUTO_ 
     9   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     10   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0) 
     11   ln_rstart   =  _AUTO_ 
     12   nn_rstctl   =  _AUTO_ 
     13   nn_it000    =  _AUTO_ 
     14   nn_itend    =  _AUTO_ 
     15   nn_stock    =  _AUTO_ 
     16   nn_write    =    720 
     17   ln_mskland  = .true. 
     18   ln_clobber  = .true. 
    819/ 
    920!----------------------------------------------------------------------- 
     
    4657   ppkth2      =  999999.              ! 
    4758   ppacr2      =  999999.              ! 
     59   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     60   rn_atfp     =    0.1    !  asselin time filter parameter 
     61   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
     62                                 !                          =0, not used, rdt = rdttra 
     63   rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
     64   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
     65   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
     66   nn_msh      =  0  
    4867/ 
    4968!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/namelist_top_ORCA2_cfg

    r2639 r2647  
    55&namtrc_run     !   run information 
    66!----------------------------------------------------------------------- 
     7   ln_rsttr      = _AUTO_ 
     8   nn_rsttr      = _AUTO_ 
     9   ln_top_euler   = .true. 
    710/ 
    811!----------------------------------------------------------------------- 
     
    4043&namtrc_dta      !    Initialisation from data input file 
    4144!----------------------------------------------------------------------- 
    42 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    43 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    44    sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    45    sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    46    sn_trcdta(3)  = 'data_O2_nomask'         ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    47    sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    48    sn_trcdta(7)  = 'data_Si_nomask'         ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    49    sn_trcdta(10) = 'data_DOC_nomask'        ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    50    sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    51    sn_trcdta(23) = 'data_NO3_nomask'        ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     45!                !  file name                           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     46!                !                                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     47   sn_trcdta(1)  = 'DIC_GLODAP_annual_ORCA_R2.nc'       ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     48   sn_trcdta(2)  = 'Alkalini_GLODAP_annual_ORCA_R2.nc'  ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     49   sn_trcdta(3)  = 'O2_WOA2009_monthly_ORCA_R2.nc'      ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     50   sn_trcdta(5)  = 'PO4_WOA2009_monthly_ORCA_R2.nc'     ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     51   sn_trcdta(7)  = 'Si_WOA2009_monthly_ORCA_R2.nc'      ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
     52   sn_trcdta(10) = 'DOC_PISCES_monthly_ORCA_R2.nc'      ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     53   sn_trcdta(14) = 'Fer_PISCES_monthly_ORCA_R2.nc'      ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
     54   sn_trcdta(23) = 'NO3_WOA2009_monthly_ORCA_R2.nc'     ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , '' 
    5255   rn_trfac(1)   =   1.0e-06  !  multiplicative factor 
    5356   rn_trfac(2)   =   1.0e-06  !  -      -      -     - 
Note: See TracChangeset for help on using the changeset viewer.