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 10425 for NEMO/trunk/src/OCE/DIA/diaharm.F90 – NEMO

Ignore:
Timestamp:
2018-12-19T22:54:16+01:00 (5 years ago)
Author:
smasson
Message:

trunk: merge back dev_r10164_HPC09_ESIWACE_PREP_MERGE@10424 into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DIA/diaharm.F90

    r10068 r10425  
    2222   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2323   USE timing          ! preformance summary 
     24   USE lib_mpp           ! MPP library 
    2425 
    2526   IMPLICIT NONE 
     
    126127      ! 
    127128      IF (nb_ana > jpmax_harmo) THEN 
    128         IF(lwp) WRITE(numout,*) ' E R R O R dia_harm_init : nb_ana must be lower than jpmax_harmo, stop' 
    129         IF(lwp) WRITE(numout,*) ' jpmax_harmo= ', jpmax_harmo 
    130         nstop = nstop + 1 
     129         WRITE(ctmp1,*) 'Can not use XIOS in iom_g0d, file: '//TRIM(clname)//', var:'//TRIM(cdvar) 
     130         WRITE(ctmp2,*) ' jpmax_harmo= ', jpmax_harmo 
     131         CALL ctl_stop( 'dia_harm_init', ctmp1, ctmp2 ) 
    131132      ENDIF 
    132133 
Note: See TracChangeset for help on using the changeset viewer.