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

Ignore:
Timestamp:
2008-05-30T11:57:12+02:00 (16 years ago)
Author:
cetlod
Message:

re-organization of TOP initialization and outputs phases see ticket 171

File:
1 edited

Legend:

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

    r945 r1011  
    2323   PRIVATE 
    2424 
    25    PUBLIC dta_trc   ! called in trcdtr.F90 and trcdmp.F90 
     25   PUBLIC trc_dta   ! called in trcdtr.F90 and trcdmp.F90 
    2626 
    2727   REAL(wp), PUBLIC, DIMENSION(jpi,jpj,jpk,jptra) ::   trdta   !: tracer data at given time-step 
     
    4646   !!---------------------------------------------------------------------- 
    4747    
    48    SUBROUTINE dta_trc( kt ) 
     48   SUBROUTINE trc_dta( kt ) 
    4949      !!---------------------------------------------------------------------- 
    50       !!                   ***  ROUTINE dta_trc  *** 
     50      !!                   ***  ROUTINE trc_dta  *** 
    5151      !! 
    5252      !! ** Purpose :   Reads passive tracer data (Levitus monthly data) 
     
    198198      END DO 
    199199      ! 
    200    END SUBROUTINE dta_trc 
     200   END SUBROUTINE trc_dta 
    201201 
    202202#else 
     
    205205   !!---------------------------------------------------------------------- 
    206206CONTAINS 
    207    SUBROUTINE dta_trc( kt )        ! Empty routine 
    208       WRITE(*,*) 'dta_trc: You should not have seen this print! error?', kt 
    209    END SUBROUTINE dta_trc 
     207   SUBROUTINE trc_dta( kt )        ! Empty routine 
     208      WRITE(*,*) 'trc_dta: You should not have seen this print! error?', kt 
     209   END SUBROUTINE trc_dta 
    210210#endif 
    211211 
Note: See TracChangeset for help on using the changeset viewer.