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.GENERIC/makegcm_ifort

    r1403 r1416  
    3939    setenv NCDFLIB /opt/netcdf/ifort/lib
    4040    setenv NCDFINC /opt/netcdf/ifort/include
     41else if ( `hostname` == ada337 || `hostname` == ada338 ) then
     42    echo "ADA cluster"
     43    setenv NCDFLIB /smplocal/pub/NetCDF/4.1.3/seq/lib
     44    setenv NCDFINC /smplocal/pub/NetCDF/4.1.3/seq/include
    4145else
    4246   # NetCDF, on LMD farm:
     
    651655        echo "Remaking the makefile!"
    652656        echo "src_dirs: $src_dirs"
    653         create_make_gcm $src_dirs >! tmp
     657        ./create_make_gcm $src_dirs >! tmp
    654658        \mv tmp makefile
    655659        echo "New makefile created."
Note: See TracChangeset for help on using the changeset viewer.