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 9739 for NEMO/trunk/cfgs/SPITZ12/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-06-05T16:25:10+02:00 (6 years ago)
Author:
clem
Message:

eliminate the few lim3 comments left in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SPITZ12/EXPREF/namelist_cfg

    r9657 r9739  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO SPITZ namelist : overwrite some defaults values defined in SHARED/namelist_ref 
     2!! NEMO/OPA Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!!                       SPITZ 1/12 configuration                     !! 
     
    2323   nn_it000    = 1         !  first time step 
    2424   nn_itend    = 100       !  last  time step (std 5475) 
    25    nn_date0    = 20020101  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    2625/ 
    2726!----------------------------------------------------------------------- 
     
    8079   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    8180                     ! Sea-ice : 
    82    nn_ice      = 2         !  LIM3 
     81   nn_ice      = 2         !  SI3 
    8382                     ! Misc. options of sbc : 
    8483   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     
    190189   nn_ice_dta    =  1         !  = 0, bdy data are equal to the initial state 
    191190   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    192    rn_ice_tem    = 267.       !  lim3 only: arbitrary temperature of incoming sea ice 
    193    rn_ice_sal    =   6.       !  lim3 only:      --   salinity           -- 
    194    rn_ice_age    = 365.       !  lim3 only:      --   age                -- 
     191   rn_ice_tem    = 267.       !  si3 only: arbitrary temperature of incoming sea ice 
     192   rn_ice_sal    =   6.       !  si3 only:      --   salinity           -- 
     193   rn_ice_age    = 365.       !  si3 only:      --   age                -- 
    195194   ! 
    196195   nn_rimwidth   = 1          !  width of the relaxation zone 
     
    332331!----------------------------------------------------------------------- 
    333332   ln_dynspg_ts  = .true.  !  split-explicit free surface 
    334       ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs. 
     333!!clem      ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs. 
    335334/ 
    336335!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.