Changeset 3863
- Timestamp:
- Jul 23, 2025, 10:47:13 AM (11 days ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3793 r3863 2083 2083 == 05/06/2025 == MT 2084 2084 Update + fix a bug for the new continuum interpolate routine (in optci and optcv routines) 2085 2086 == 23/07/2025 == GM 2087 Fix major bug in rayleigh scattering. A scalep is added to make it consistent with the pressure unit (hPa instead of Pa). -
trunk/LMDZ.GENERIC/libf/phystd/calc_rayleigh.F90
r3696 r3863 282 282 283 283 enddo !Nfine 284 TAURAY(:,N)=tausum(:)/tauwei 284 TAURAY(:,N)=tausum(:)*scalep/tauwei 285 ! scalep because tausum/tauwei is in SI units and dp on optcv is in hPa unit 285 286 286 287 end do !L_NSPECTV
Note: See TracChangeset
for help on using the changeset viewer.