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 3944 for trunk – NEMO

Changeset 3944 for trunk


Ignore:
Timestamp:
2013-06-28T09:54:50+02:00 (11 years ago)
Author:
clevy
Message:

fix init for AGRIF zoom in ORCA2_LIM/EXP00/1_namelist in 3_5, see ticket #1120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r3795 r3944  
    2727   cn_exp      = "Agulhas" !  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =   10950   !  last  time step 
     29   nn_itend    =     480   !  last  time step 
    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) 
     
    114114   sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
    115115   sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
     116   cn_dir        = './'      !  root directory for the location of the runoff files 
     117   ln_tsd_init   = .true.    !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     118   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    116119/ 
    117120!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.