Changeset 1025 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Aug 30, 2013, 3:47:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
r1016 r1025 77 77 ! was out by a factor 2! 78 78 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 82 80 else 83 81 print*,'Error in calc_rayleigh: Gas species not recognised!' … … 128 126 tauvari(igas) = 1.0/wl**4 129 127 elseif(igas.eq.igas_He)then 130 print*,'Helium not ready yet!' 131 tauvari(igas) = 0.0 128 tauvari(igas) = 1.0/wl**4 132 129 else 133 130 print*,'Error in calc_rayleigh: Gas species not recognised!'
Note: See TracChangeset
for help on using the changeset viewer.