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 114 for trunk/NEMO/OPA_SRC/DTA/dtatem.F90 – NEMO

Ignore:
Timestamp:
2004-06-28T16:49:05+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE073 : Correction of typo and control tests just after the flinopen CALL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DTA/dtatem.F90

    r42 r114  
    2929   !! * Module variables 
    3030   CHARACTER (len=38) ::   & 
    31       cl_tdata = 'data_1m_potiential_temperature_nomask ' 
     31      cl_tdata = 'data_1m_potential_temperature_nomask ' 
    3232   INTEGER ::   & 
    3333      nlecte =  0,   &  ! switch for the first read 
     
    141141            STOP 'dtatem' 
    142142         ENDIF 
    143          IF( ipi /= jpidta .AND. ipj /= jpjdta .AND. ipk /= jpk ) THEN 
     143         IF( ipi /= jpidta .OR. ipj /= jpjdta .OR. ipk /= jpk ) THEN 
    144144            IF(lwp) THEN 
    145145               WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.