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 1801 for trunk/NEMO/TOP_SRC/trcdta.F90 – NEMO

Ignore:
Timestamp:
2010-01-22T10:36:07+01:00 (14 years ago)
Author:
cetlod
Message:

Reorganisation of restart part of TOP component, see ticket:644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcdta.F90

    r1796 r1801  
    2525   PUBLIC trc_dta   ! called in trcini.F90 and trcdmp.F90 
    2626 
     27   LOGICAL , PUBLIC, PARAMETER ::   lk_dtatrc = .TRUE.   !: temperature data flag 
    2728   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk,jptra) ::   trdta   !: tracer data at given time-step 
    2829 
     
    8283            ENDIF 
    8384            ! Initialization 
    84             iman = jpmois 
     85            iman = jpmonth 
    8586            i15  = nday / 16 
    8687            imois = nmonth + i15 -1 
     
    206207   !!   Dummy module                              NO 3D passive tracer data 
    207208   !!---------------------------------------------------------------------- 
     209   LOGICAL , PUBLIC, PARAMETER ::   lk_dtatrc = .FALSE.   !: temperature data flag 
    208210CONTAINS 
    209211   SUBROUTINE trc_dta( kt )        ! Empty routine 
Note: See TracChangeset for help on using the changeset viewer.