Ignore:
Timestamp:
Nov 20, 2025, 4:23:54 PM (5 days ago)
Author:
gmilcareck
Message:

Generic PCM:
Fix bug and incorrect data and cleanup calc_rayleigh.F90.

  • [minor] Fix a very minor bug for reference pressure and temperature.

The same reference temperature and pressure was used for all gases
instead of use the one for each gas. But no impact on simulations is expected
because all gases have almost the same reference T/P.

  • [major] Data for H2O and O2 refractive index was incorrect on the reference paper. It is now fixed.
  • To remove singularities at wavenumber > 60000 cm-1 on some gases, we add extrapolated formula of refractive index at these wavenumbers. However, we keep the safety check strictboundrayleigh to remember that data is extrapolated after 60000 cm-1. So now, you can use rayleigh scattering at wavenumber > 60000 cm-1 but keep on mind that this is extrapolated data. Nobody knows what is going on at these wavenumbers (but Nobody is lost at sea with his crew).

GM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r3946 r3968  
    21292129Minor fix in start2archive: the dimension for albedoS (albedo recasted on the
    21302130dynamics scalar grid) shoudld be ip1jmp1.
     2131
     2132== 20/11/2025 == GM
     2133Generic PCM:
     2134Fix bug and incorrect data and cleanup calc_rayleigh.F90.
     2135- [minor] Fix a very minor bug for reference pressure and temperature.
     2136   The same reference temperature and pressure was used for all gases
     2137   instead of use the one for each gas. But no impact on simulations is expected
     2138   because all gases have almost the same reference T/P.
     2139- [major] Data for H2O and O2 refractive index was incorrect on the reference paper.
     2140  It is now fixed.
     2141- To remove singularities at wavenumber > 60000 cm-1 on some gases,
     2142  we add extrapolated formula of refractive index at these wavenumbers.
     2143  However, we keep the safety check strictboundrayleigh to remember that
     2144  data is extrapolated after 60000 cm-1.
     2145  So now, you can use rayleigh scattering at wavenumber > 60000 cm-1 but
     2146  keep on mind that this is extrapolated data. Nobody knows what is going on
     2147  at these wavenumbers (but Nobody is lost at sea with his crew).
Note: See TracChangeset for help on using the changeset viewer.