Changeset 5269 for LMDZ6


Ignore:
Timestamp:
Oct 24, 2024, 1:12:56 PM (9 hours ago)
Author:
Laurent Fairhead
Message:

Collateral effect of F/F90/f90 changes. Should we just use makelmdz_fcm in the whole of the QC suite?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r5261 r5269  
    749749then
    750750  source_code=${code}.F90
     751elif [[ -r $LMDGCM/libf/dyn${dimc}d${FLAG_PARA}/${code}.f90 ]]
     752then
     753  source_code=${code}.f90
    751754elif [[ -r $LMDGCM/libf/phy$physique/${code}.F90 ]] ; then
    752755  dirmain=phy$physique
Note: See TracChangeset for help on using the changeset viewer.