Changeset 716 for trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
- Timestamp:
- Jul 3, 2012, 8:09:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
r471 r716 74 74 elseif(gnom(igas).eq.'He_')then 75 75 print*,'Helium not ready yet!' 76 tauconsti(igas) = 0.0 77 call abort 76 78 else 77 79 print*,'Error in calc_rayleigh: Gas species not recognised!' … … 117 119 elseif(gnom(igas).eq.'H2_')then 118 120 tauvari(igas) = 1.0/wl**4 121 elseif(gnom(igas).eq.'He_')then 122 print*,'Helium not ready yet!' 123 tauvari(igas) = 0.0 119 124 else 120 125 print*,'Error in calc_rayleigh: Gas species not recognised!'
Note: See TracChangeset
for help on using the changeset viewer.