Ignore:
Timestamp:
Mar 24, 2011, 11:46:27 AM (14 years ago)
Author:
slebonnois
Message:

SL : corrections et modifications dans phytitan correspondant a celles
faites apres compilation Venus. Titan pas encore compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libf/phytitan/radtitan.F

    r97 r102  
    11       SUBROUTINE RADTITAN(p,nq,nmicro,ycomp)
    2 
    3       IMPLICIT NONE
    4 
    52
    63c=======================================================================
     
    3431c   -------------
    3532
     33      USE infotrac
     34      use dimphy
     35      USE comgeomphy
     36      IMPLICIT NONE
    3637#include "dimensions.h"
    37 #include "dimphy.h"
    3838#include "clesphys.h"
    3939#include "microtab.h"
    4040#include "numchimrad.h"
    41 #include "comgeomphy.h"
    4241#include "YOMCST.h"
    43 #include "advtrac.h"     !! pour noms des traceurs
    4442
    4543c Pour le CRAY, les block data doivent etre declares external
     
    297295
    298296          do i=1,nq
    299              if (tnom(i).eq."CH4") then
     297             if (tname(i).eq."CH4") then
    300298                iradch4=i
    301              elseif (tnom(i).eq."C2H2") then
     299             elseif (tname(i).eq."C2H2") then
    302300                iradc2h2=i
    303              elseif (tnom(i).eq."C2H6") then
     301             elseif (tname(i).eq."C2H6") then
    304302                iradc2h6=i
    305              elseif (tnom(i).eq."HCN") then
     303             elseif (tname(i).eq."HCN") then
    306304                iradhcn=i
    307              elseif (tnom(i).eq."N2") then
     305             elseif (tname(i).eq."N2") then
    308306                iradn2=i
    309              elseif (tnom(i).eq."H2") then
     307             elseif (tname(i).eq."H2") then
    310308                iradh2=i
    311309             endif
Note: See TracChangeset for help on using the changeset viewer.