Changeset 3519 for trunk


Ignore:
Timestamp:
Nov 15, 2024, 3:39:29 PM (6 days ago)
Author:
slebonnois
Message:

SL: some cleaning of rcm1d Venus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F

    r3255 r3519  
    9696      real :: dummy
    9797
    98       character*8  specname(40)                 
    99       real  mmol(40)
    100 
    10198c=======================================================================
    10299c INITIALISATION
     
    108105      call init_parallel
    109106#endif
    110 
    111       mmol =     (/44., 28.,  2., 18., 16.,   
    112      &       16., 32., 32., 48.,  1.,   
    113      &       17., 33., 34., 35., 51.,   
    114      &       71., 36., 52., 63., 95.,   
    115      &       99., 32., 48., 64., 80.,   
    116      &       96., 60., 81., 98., 64.,   
    117      &       99., 83., 28.,  4., 46.,
    118      &       30., 14., 14., 18., 98./)
    119 
    120       specname = (/"co2", "co", "h2", "h2o", "o1d",           
    121      &       "o"  , "o2", "o2dg", "o3", "h",             
    122      &       "oh" , "ho2", "h2o2", "cl", "clo",         
    123      &       "cl2", "hcl", "hocl", "clco", "clco3",     
    124      &       "cocl2", "s", "so", "so2", "so3",           
    125      &       "s2o2", "ocs", "hso3", "h2so4", "s2",       
    126      &       "clso2", "oscl", "n2", "he", "no2", "no",
    127      &       "n", "n2d", "h2oliq", "h2so4liq"/)
    128107
    129108c ------------------------------------------------------
     
    155134c  dans fichier traceur.def
    156135      call infotrac_init
     136      iflag_trac=0
    157137      if (nqtot.gt.1) iflag_trac=1
    158138
     
    360340      ENDDO
    361341
     342      if (iflag_trac.eq.1) then
    362343      print*,"rcm1d: Loading chemistry profiles from init_1D.txt"
    363344      ! check if the file is indeed there
     
    376357        stop
    377358      endif ! of if(file_is_present)
     359      endif ! iflag_trac
    378360
    379361c    Initialisation des parametres d'oro
     
    422404c=======================================================================
    423405c
    424 !TEMPOAIRE
     406!TEMPORAIRE
    425407
    426408      firstcall=.true.
    427409      lastcall=.false.
    428 
    429 c     Ouverture du fichier d'écriture des VMR
    430 
    431       OPEN(15,file='chem.txt',form = 'formatted')
    432       WRITE(15,'(2x,100a12)')'hpa',(specname(i), i=1,nqtot)
    433410
    434411!     debut de boucle temporelle
     
    471448     ,     presnivs,
    472449     ,     u,v,temp,q,
    473 c     ,     plev,temp, ! "planetary mean" plev and temperature
    474450     ,     w,
    475451C - sorties
     
    535511             play(ilayer)=aps(ilayer)+psurf*bps(ilayer)
    536512           ENDDO
    537 
    538 c       ------------------------------------------------------------
    539 c       sortie des VMR tous les 20% d'une journée vénusienne dans le
    540 c       fichier chem.txt
    541 c       ------------------------------------------------------------
    542 
    543          if (mod(idt,9600)==0) then   
    544               DO ilayer=1,nlayer
    545                  write (15,'(100e12.4)')play(ilayer)/100., q(ilayer,:)
    546      $                 *mmean(1,ilayer)/mmol(:)
    547               ENDDO   
    548          end if
     513       
    549514      ENDDO   ! fin de la boucle temporelle
    550515
Note: See TracChangeset for help on using the changeset viewer.