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/dtasal.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/dtasal.F90

    r59 r114  
    134134            STOP 'dta_sal' 
    135135         ENDIF 
    136          IF( ipi /= jpidta .AND. ipj /= jpjdta .AND. ipk /= jpk ) THEN 
     136         IF( ipi /= jpidta .OR. ipj /= jpjdta .OR. ipk /= jpk ) THEN 
    137137            IF(lwp) THEN 
    138138               WRITE(numout,*) 
     
    269269            WRITE(numout,*)' salinity Levitus month ',nsal1,nsal2 
    270270            WRITE(numout,*) 
    271             WRITE(numout,*) ' Levitus mounth = ',nsal1,'  level = 1' 
     271            WRITE(numout,*) ' Levitus month = ',nsal1,'  level = 1' 
    272272            CALL prihre(saldta(1,1,1,1),jpi,jpj,1,jpi,20,1,jpj,20,1.,numout) 
    273             WRITE(numout,*) ' Levitus mounth = ',nsal1,'  level = ',jpk/2 
     273            WRITE(numout,*) ' Levitus month = ',nsal1,'  level = ',jpk/2 
    274274            CALL prihre(saldta(1,1,jpk/2,1),jpi,jpj,1,jpi,20,1,jpj,20,1.,numout) 
    275             WRITE(numout,*) ' Levitus mounth = ',nsal1,'  level = ',jpkm1 
     275            WRITE(numout,*) ' Levitus month = ',nsal1,'  level = ',jpkm1 
    276276            CALL prihre(saldta(1,1,jpkm1,1),jpi,jpj,1,jpi,20,1,jpj,20,1.,numout) 
    277277         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.