Changeset 3654 for trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
- Timestamp:
- Feb 27, 2025, 11:35:32 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
r2831 r3654 5 5 ! Purpose 6 6 ! ------- 7 ! Set up spectral intervals, stellar spectrum and Rayleigh 8 ! opacity in the shortwave. 7 ! Set up spectral intervals and stellar spectrum in the shortwave. 9 8 ! 10 9 ! Authors … … 25 24 use radinc_h, only: L_NSPECTV, corrkdir, banddir 26 25 use radcommon_h, only: BWNV,BLAMV,WNOV,DWNV,WAVEV, & 27 STELLARF ,TAURAY26 STELLARF 28 27 use datafile_mod, only: datadir 29 use callkeys_mod, only: Fat1AU ,rayleigh28 use callkeys_mod, only: Fat1AU 30 29 31 30 implicit none … … 133 132 print*,' ' 134 133 135 136 !=======================================================================137 ! Set up the wavelength independent part of the Rayleigh scattering.138 ! The pressure dependent part will be computed elsewhere (OPTCV).139 ! WAVEV is in microns. There is no Rayleigh scattering in the IR.140 141 if(rayleigh) then142 call calc_rayleigh143 else144 print*,'setspv: No Rayleigh scattering, check for NaN in output!'145 do N=1,L_NSPECTV146 TAURAY(N) = 1E-16147 end do148 endif149 150 134 RETURN 151 135 END subroutine setspv
Note: See TracChangeset
for help on using the changeset viewer.