Changeset 1130 for trunk/LMDZ.MARS/libf/phymars/initracer.F
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r1047 r1130 2 2 3 3 #ifndef MESOSCALE 4 use infotrac, only: tn om4 use infotrac, only: tname 5 5 #endif 6 6 use tracer_mod … … 81 81 txt=" " 82 82 write(txt,'(a1,i2.2)') 'q',iq 83 if (txt.eq.tn om(iq)) then83 if (txt.eq.tname(iq)) then 84 84 count=count+1 85 85 endif … … 95 95 ! copy tracer names from dynamics 96 96 do iq=1,nq 97 noms(iq)=tn om(iq)97 noms(iq)=tname(iq) 98 98 enddo 99 99 #endif
Note: See TracChangeset
for help on using the changeset viewer.