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 10835 for NEMO/trunk/src – NEMO

Changeset 10835 for NEMO/trunk/src


Ignore:
Timestamp:
2019-04-03T17:04:18+02:00 (5 years ago)
Author:
smueller
Message:

Merge of changesets [10832] and [10833] into the trunk, see ticket #2267

File:
1 edited

Legend:

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

    r10425 r10835  
    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,*) ' nb_ana must be lower than jpmax_harmo' 
    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.