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

Changeset 10832


Ignore:
Timestamp:
2019-04-03T15:55:41+02:00 (5 years ago)
Author:
smueller
Message:

Reversion of an error-message string to the version at NEMO/trunk/src/OCE/DIA/diaharm.F90@10068#L128; fix for the defect described in ticket #2266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/OCE/DIA/diaharm.F90

    r10425 r10832  
    127127      ! 
    128128      IF (nb_ana > jpmax_harmo) THEN 
    129          WRITE(ctmp1,*) 'Can not use XIOS in iom_g0d, file: '//TRIM(clname)//', var:'//TRIM(cdvar) 
     129         WRITE(ctmp1,*) ' E R R O R dia_harm_init : nb_ana must be lower than jpmax_harmo, stop' 
    130130         WRITE(ctmp2,*) ' jpmax_harmo= ', jpmax_harmo 
    131131         CALL ctl_stop( 'dia_harm_init', ctmp1, ctmp2 ) 
Note: See TracChangeset for help on using the changeset viewer.