Ignore:
Timestamp:
Apr 16, 2015, 10:23:36 AM (10 years ago)
Author:
milmd
Message:

Update newstart and start2archive programs to work with LMDZ.GENERIC or LMDZ.MARS dynamics. Modification of makegcm_ifort to compile on Ada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_ifort

    r1403 r1416  
    4747   setenv NCDFLIB /opt/netcdf3/ifort/lib
    4848   setenv NCDFINC /opt/netcdf3/ifort/include
     49endif
     50hostname | grep 'ada' > /dev/null
     51if ( $? == 0 ) then
     52   echo "*** NETCDF preset *** CICLAD cluster"
     53   setenv NCDFLIB /smplocal/pub/NetCDF/4.1.3/seq/lib
     54   setenv NCDFINC /smplocal/pub/NetCDF/4.1.3/seq/include
    4955endif
    5056### end NetCDF presets
     
    669675        echo "On recree le makefile"
    670676        echo "src_dirs: $src_dirs"
    671         create_make_gcm $src_dirs >! tmp
     677        ./create_make_gcm $src_dirs >! tmp
    672678        \mv tmp makefile
    673679        echo "Nouveau makefile cree."
Note: See TracChangeset for help on using the changeset viewer.