Ignore:
Timestamp:
Dec 21, 2022, 10:55:05 AM (2 years ago)
Author:
streel
Message:

LMDZ.VENUS - chemical reaction rates update with JPL 2019

  • Update of the main 1D subroutine with nitrogen species + generalisation of VMR output every 1/5 venusian day
  • Added the H2 photolysis
  • Added the traceur.def for all neutral species only
  • Added the VMR def files for 1D model

NS

File:
1 edited

Legend:

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

    r2684 r2851  
    8989      real :: dummy
    9090
    91       character*8  specname(36)                 
    92       real  mmol(36)
     91      character*8  specname(40)                 
     92      real  mmol(40)
    9393
    9494c=======================================================================
     
    103103     &       99., 32., 48., 64., 80.,   
    104104     &       96., 60., 81., 98., 64.,   
    105      &       99., 83., 28., 4.,  18.,   
    106      &       98./)
     105     &       99., 83., 28.,  4., 46.,
     106     &       30., 14., 14., 18., 98./)
    107107
    108108      specname = (/"co2", "co", "h2", "h2o", "o1d",           
     
    112112     &       "cocl2", "s", "so", "so2", "so3",           
    113113     &       "s2o2", "ocs", "hso3", "h2so4", "s2",       
    114      &       "clso2", "oscl", "n2", "he", "h2oliq",
    115      &       "h2so4liq"/)
     114     &       "clso2", "oscl", "n2", "he", "no2", "no",
     115     &       "n", "n2d", "h2oliq", "h2so4liq"/)
    116116
    117117c ------------------------------------------------------
     
    514514c       ------------------------------------------------------------
    515515
    516          if ((idt==1) .OR. (idt==9600) .OR. (idt==19200) .OR.
    517      $      (idt==28800) .OR. (idt==38400) .OR. (idt==48000)) then
     516         if (mod(idt,9600)==0) then   
    518517              DO ilayer=1,nlayer
    519518                 write (5,'(100e12.4)')play(ilayer)/100., q(ilayer,:)
     
    523522      ENDDO   ! fin de la boucle temporelle
    524523
    525 c      close(5)
     524      close(5)
    526525c    ========================================================
    527526c    GESTION DES SORTIE
Note: See TracChangeset for help on using the changeset viewer.