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 1796 – NEMO

Changeset 1796


Ignore:
Timestamp:
2010-01-18T15:28:30+01:00 (14 years ago)
Author:
cetlod
Message:

correction of trcdta.F90 routine, see ticket:639

File:
1 edited

Legend:

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

    r1645 r1796  
    6262      !! 
    6363      CHARACTER (len=39) ::   clname(jptra) 
    64       INTEGER, PARAMETER ::   jpmois  = 12        ! number of months 
     64      INTEGER, PARAMETER ::   & 
     65         jpmonth = 12    ! number of months 
    6566      INTEGER ::   ji, jj, jn, jl  
    6667      INTEGER ::   imois, iman, i15, ik  ! temporary integers  
     
    188189            ! Read init file only 
    189190            IF( kt == nittrc000  ) THEN 
     191               ntrc1(jn) = 1 
    190192               CALL iom_get ( numtr(jn), jpdom_data, ctrcnm(jn), trdta(:,:,:,jn), ntrc1(jn) ) 
    191193               trdta(:,:,:,jn) = trdta(:,:,:,jn) * tmask(:,:,:) 
Note: See TracChangeset for help on using the changeset viewer.