Changeset 2529 for trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
- Timestamp:
- May 31, 2021, 5:44:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
r1397 r2529 27 27 use radinc_h, only: L_NSPECTV 28 28 use radcommon_h, only: WAVEV, BWNV, DWNV, tstellar, tauray, taurayvar, scalep 29 use gases_h 29 use gases_h, only: ngasmx, vgas, gnom, gfrac, igas_CO2, igas_H2, & 30 igas_H2O, igas_He, igas_N2 30 31 use comcstfi_mod, only: g, mugaz 31 32 … … 78 79 else 79 80 print*,'Error in calc_rayleigh: Gas species not recognised!' 80 call abort 81 print*,"igas=",igas," gnom(igas)=",trim(gnom(igas)) 82 call abort_physic("calc_rayleigh","Invalid gas",1) 81 83 endif 82 84 … … 127 129 else 128 130 print*,'Error in calc_rayleigh: Gas species not recognised!' 129 call abort 131 call abort_physic("calc_rayleigh","Gas species not recognised",1) 130 132 endif 131 133 endif
Note: See TracChangeset
for help on using the changeset viewer.