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/C14b/trcini_c14b.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/C14b/trcini_c14b.F90

    r1252 r1542  
    7373      ! Initialization of qint in case of  no restart  
    7474      !---------------------------------------------- 
    75       IF( .NOT. lrsttr ) THEN     
     75      IF( .NOT. ln_rsttr ) THEN     
    7676         IF(lwp) THEN 
    7777            WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.