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 3935 for branches/2013/dev_r3406_CNRS_LIM3 – NEMO

Ignore:
Timestamp:
2013-06-21T12:01:15+02:00 (11 years ago)
Author:
flavoni
Message:

put ln_ssr=true

Location:
branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3406_CNRS_LIM3/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist

    r3931 r3935  
    2727   cn_exp      =  "newlim3"  !  experience name 
    2828   nn_it000    =   1  !  first time step 
    29    nn_itend    =   5475  !  last  time step (std 5475) 
     29   nn_itend    =   54750  !  last  time step (std 5475) 
    3030   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     
    139139   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    140140   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    141    ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     141   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    142142   nn_fwb      = 1         !  FreshWater Budget: =0 unchecked  
    143143                           !     =1 global mean of e-p-r set to zero at each time step  
Note: See TracChangeset for help on using the changeset viewer.