Ignore:
Timestamp:
Sep 23, 2013, 7:02:50 PM (11 years ago)
Author:
slebonnois
Message:

SL: update pour divers details titan + quelques modifs arch et makelmdz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz

    r1019 r1048  
    595595########################################################################
    596596cd $LMDGCM
    597 find libf -name '*.[Fh]' -print > tmp77
    598 find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print > tmp90
    599 find libf -name '*.[Fh90]' -print >> tmp90
     597find libf -name '*.[Fh]' -print | sort > tmp77
     598find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print | sort > tmp90
     599find libf -name '*.[Fh90]' -print | sort >> tmp90
    600600######### CAS PARTICULIER CHIMIE TITAN
    601601if [[ "$physique" == "titan" ]]
    602602then
    603   find libf -name '*.[ch]' -print > tmpC
     603  find libf -name '*.[ch]' -print | sort > tmpC
    604604fi
    605605#########
Note: See TracChangeset for help on using the changeset viewer.