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 – NEMO

Ignore:
Timestamp:
2013-01-12T13:59:49+01:00 (12 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.

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/GYRE_BFM/EXP00
Files:
12 deleted
2 edited

Legend:

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

    r3399 r3744  
    2525!----------------------------------------------------------------------- 
    2626   nn_no       =       0   !  job number 
    27    cn_exp      =  "GYRE"   !  experience name  
     27   cn_exp      = "GYRE_BFM"!  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =    12   !  last  time step 
     29   nn_itend    =    4320   !  last  time step 
    3030   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =      30   !  Leap year calendar (1) or not (0) 
     
    3838   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3939   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    40    nn_write    =      12   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     40   nn_write    =     120   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4141   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4242   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     
    252252   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    253253   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    254    ln_qsr_bio  = .false.   !  bio-model light penetration 
     254   ln_qsr_bio  = .true.   !  bio-model light penetration 
    255255   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    256256   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
  • 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.