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 3744 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top – NEMO

Ignore:
Timestamp:
2013-01-12T13:59:49+01:00 (11 years ago)
Author:
vichi
Message:

Update of the GYRE_BFM configuration

The BFM namelists have been removed because they are part of
the BFM tree and can be taken from there.
An updated version of the README has been incuded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top

    r3718 r3744  
    1111!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    1212   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    13    nn_writetrc   =  360     !  time step frequency for sn_tracer outputs 
    14    ln_top_euler  = .true.   !  use Euler timestepping at first step (T) or not (F) 
     13   nn_writetrc   =  0        !  time step frequency for sn_tracer outputs 
     14   ln_top_euler  = .true.    !  use Euler timestepping for TOP 
    1515   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1616   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
     
    6767 
    6868!----------------------------------------------------------------------- 
    69 &namtrc_dta 
     69&namtrc_dta    ! initial conditions 
    7070!----------------------------------------------------------------------- 
    71 !              ! file name                ! frequency (hr) ! variable ! time interp. ! clim    !'yearly' or ! weights  ! rotation 
    72 !              !                          !  (if <0 mon)   !   name   !  (logical)   ! (T/F)   ! 'monthly'  ! filename ! pairing 
    73    sn_trcdta(1)  = 'data_O2_nomask'       ,        -1      ,  'O2'      ,    .true.  , .true.  , 'yearly'   , ''       , '' 
    74    sn_trcdta(2)  = 'data_PO4_nomask'      ,        -1      ,  'PO4'     ,    .true.  , .true.  , 'yearly'   , ''       , '' 
    75    sn_trcdta(3)  = 'data_NO3_nomask'      ,        -1      ,  'NO3'     ,    .true.  , .true.  , 'yearly'   , ''       , '' 
    76    sn_trcdta(6)  = 'data_Si_nomask'       ,        -1      ,  'Si'      ,    .true.  , .true.  , 'yearly'   , ''       , '' 
    77    sn_trcdta(43) = 'data_DOC_nomask'      ,        -12     ,  'DOC'     ,    .false. , .true.  , 'yearly'   , ''       , '' 
    78    sn_trcdta(49) = 'data_DIC_nomask'      ,        -12     ,  'DIC'     ,    .false. , .true.  , 'yearly'   , ''       , '' 
    79    sn_trcdta(50) = 'data_Alkalini_nomask' ,        -12     ,  'Alkalini',    .false. , .true.  , 'yearly'   , ''       , '' 
    80    ! 
    81    cn_dir       = './'     !  root directory for the location of the input files 
    8271/ 
    8372 
    8473!----------------------------------------------------------------------- 
    85 &namtrc_bc 
     74&namtrc_bc     ! boundary conditions 
    8675!----------------------------------------------------------------------- 
    87 !              ! file name                ! frequency (hr) ! variable ! time interp. ! clim    !'yearly' or ! weights  ! rotation 
    88 !              !                          !  (if <0 mon)   !   name   !  (logical)   ! (T/F)   ! 'monthly'  ! filename ! pairing 
    89    sn_trcsbc(3)  = 'ndeposition.orca.nc'  ,        -12     ,  ''      ,    .true.  , .true.  , 'yearly'   , ''       , '' 
    90    ! 
    91    cn_dir       = './'     !  root directory for the location of the boundary condition files 
    9276/ 
     77 
    9378!----------------------------------------------------------------------- 
    9479&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
     
    9681!---------------------------------------------------------------------- 
    9782/ 
     83 
    9884!----------------------------------------------------------------------- 
    9985&namtrc_dia       !   parameters for passive tracer additional diagnostics 
Note: See TracChangeset for help on using the changeset viewer.