Ignore:
Timestamp:
Aug 30, 2013, 3:47:25 PM (11 years ago)
Author:
sglmd
Message:

Helium case added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90

    r1016 r1025  
    7777               ! was out by a factor 2!
    7878            elseif(igas.eq.igas_He)then
    79                print*,'Helium not ready yet!'
    80                tauconsti(igas) = 0.0
    81                !call abort
     79               tauconsti(igas) = (10.0/g)*0.00086*scalep/101325.0
    8280            else
    8381               print*,'Error in calc_rayleigh: Gas species not recognised!'
     
    128126                     tauvari(igas) = 1.0/wl**4
    129127                  elseif(igas.eq.igas_He)then
    130                      print*,'Helium not ready yet!'
    131                      tauvari(igas) = 0.0
     128                     tauvari(igas) = 1.0/wl**4
    132129                  else
    133130                     print*,'Error in calc_rayleigh: Gas species not recognised!'
Note: See TracChangeset for help on using the changeset viewer.