Changeset 102 for trunk/libf/phytitan/radtitan.F
- Timestamp:
- Mar 24, 2011, 11:46:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/phytitan/radtitan.F
r97 r102 1 1 SUBROUTINE RADTITAN(p,nq,nmicro,ycomp) 2 3 IMPLICIT NONE4 5 2 6 3 c======================================================================= … … 34 31 c ------------- 35 32 33 USE infotrac 34 use dimphy 35 USE comgeomphy 36 IMPLICIT NONE 36 37 #include "dimensions.h" 37 #include "dimphy.h"38 38 #include "clesphys.h" 39 39 #include "microtab.h" 40 40 #include "numchimrad.h" 41 #include "comgeomphy.h"42 41 #include "YOMCST.h" 43 #include "advtrac.h" !! pour noms des traceurs44 42 45 43 c Pour le CRAY, les block data doivent etre declares external … … 297 295 298 296 do i=1,nq 299 if (tn om(i).eq."CH4") then297 if (tname(i).eq."CH4") then 300 298 iradch4=i 301 elseif (tn om(i).eq."C2H2") then299 elseif (tname(i).eq."C2H2") then 302 300 iradc2h2=i 303 elseif (tn om(i).eq."C2H6") then301 elseif (tname(i).eq."C2H6") then 304 302 iradc2h6=i 305 elseif (tn om(i).eq."HCN") then303 elseif (tname(i).eq."HCN") then 306 304 iradhcn=i 307 elseif (tn om(i).eq."N2") then305 elseif (tname(i).eq."N2") then 308 306 iradn2=i 309 elseif (tn om(i).eq."H2") then307 elseif (tname(i).eq."H2") then 310 308 iradh2=i 311 309 endif
Note: See TracChangeset
for help on using the changeset viewer.