Changeset 2799 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Oct 7, 2022, 4:44:07 PM (2 years ago)
Author:
flefevre
Message:

H2 and HDO cross-sections: bug fix in file path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/photolysis_mod.F90

    r2795 r2799  
    15861586      kin = 10
    15871587
    1588       fil = '/cross_sections/hdo_composite_295K.txt'
     1588      fil = 'cross_sections/hdo_composite_295K.txt'
    15891589      print*, 'section efficace HDO: ', fil
    15901590
     
    26642664!     h2 cross sections
    26652665
    2666       fil = '/cross_sections/h2secef.txt'
     2666      fil = 'cross_sections/h2secef.txt'
    26672667      print*, 'section efficace H2: ', fil
    26682668
     
    26952695!     photodissociation yield
    26962696
    2697       fil = '/cross_sections/h2_ionef_schunknagy2000.txt'
     2697      fil = 'cross_sections/h2_ionef_schunknagy2000.txt'
    26982698
    26992699      if(is_master) then
Note: See TracChangeset for help on using the changeset viewer.