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 1542 for trunk/NEMO/TOP_SRC/PISCES/trcini_pisces.F90 – NEMO

Ignore:
Timestamp:
2009-07-27T13:57:49+02:00 (15 years ago)
Author:
cetlod
Message:

rename namelist variable lrsttr to ln_rsttr, see ticket:493

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/trcini_pisces.F90

    r1287 r1542  
    8686      ! Initialization of tracer concentration in case of  no restart  
    8787      !-------------------------------------------------------------- 
    88       IF( .NOT. lrsttr ) THEN   
     88      IF( .NOT. ln_rsttr ) THEN   
    8989          
    9090         trn(:,:,:,jpdic) = sco2 
Note: See TracChangeset for help on using the changeset viewer.