Changeset 3759 for trunk/LMDZ.MARS


Ignore:
Timestamp:
May 12, 2025, 7:16:09 PM (5 weeks ago)
Author:
jbclement
Message:

Mars PCM:
Correction of a bug at compilation with ifort due to a missing module importation related to code tidying in r3727.
JBC

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

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

    r3757 r3759  
    48354835More code tidying: puting routines in modules and modernizing some old
    48364836constructs. Tested to not change results with respect to previous version.
     4837
     4838== 12/05/2025 == JBC
     4839Correction of a bug at compilation with ifort due to a missing module importation related to code tidying in r3727.
  • trunk/LMDZ.MARS/libf/phymars/swr_fouquart.F

    r3727 r3759  
    1414      use yomlw_h, only: nlaylte
    1515      use callkeys_mod, only: rayleigh
     16      use swrayleigh_mod, only: swrayleigh
     17
    1618      IMPLICIT NONE
    1719C     
Note: See TracChangeset for help on using the changeset viewer.