Changeset 1867 for LMDZ5/trunk


Ignore:
Timestamp:
Sep 13, 2013, 4:50:51 PM (11 years ago)
Author:
Laurent Fairhead
Message:

La distinction avec ou sans writelim n'a plus lieu d'être
MP Lefebvre


the writelim/nowritelim distinction is of no further use
MP Lefebvre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/tools/install_1d_src.sh

    r1788 r1867  
    1919
    2020cd ../phy1d
    21 if grep -iq "subroutine *writelim" *.F *.F90
    22     then
    23     mv 1DUTILS.h_no_writelim 1DUTILS.h
    24 else
    25     mv 1DUTILS.h_with_writelim 1DUTILS.h
    26     rm -f ttt
    27     sed -e "s/^ *call *writelim *( *1 *,/      call writelim (/" lmdz1d.F >ttt
    28     rm -f lmdz1d.F
    29     mv ttt lmdz1d.F
    30 fi
    31 rm 1DUTILS.h*writelim
    3221rm wrgradsfi.F # already in 1DUTILS.h
    3322
Note: See TracChangeset for help on using the changeset viewer.