Changeset 3072 for trunk/LMDZ.MARS/libf
- Timestamp:
- Oct 5, 2023, 11:58:22 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3069 r3072 451 451 do iq = 1,nq 452 452 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 454 457 enddo 455 458 endif
Note: See TracChangeset
for help on using the changeset viewer.