Changeset 3072 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Oct 5, 2023, 11:58:22 AM (17 months ago)
Author:
jbclement
Message:

Mars PCM:
Correction of a bug introduced in commit r3069 when compiling with ifort.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90

    r3069 r3072  
    451451    do iq = 1,nq
    452452        read(3,*) header, (qsurf(1,iq,j), j = 1,size(qsurf,3)), (q(1,ilayer,iq), ilayer = 1,nlayer)
    453         if (trim(tname(iq)) /= trim(header)) error stop 'Tracer names not compatible for initialization with "'//trim(start1Dname)//'"!'
     453        if (trim(tname(iq)) /= trim(header)) then
     454            write(*,*) 'Tracer names not compatible for initialization with "'//trim(start1Dname)//'"!'
     455            error stop
     456        endif
    454457    enddo
    455458endif
Note: See TracChangeset for help on using the changeset viewer.