Ignore:
Timestamp:
Nov 18, 2012, 7:35:44 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. Corrected makegcm_ifort to cope with ciclad and gnome specifities. Corrected an out-of-bounds in calc_rayleigh when using too few spectral bands. Also some files have been moved to LMDZ.UNIVERSAL hence are now deleted from LMDZ.GENERIC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_ifort

    r671 r848  
    2626#setenv LMDGCM "/san/home/rdword/gcm/LMDZ.GENERIC"
    2727setenv LIBOGCM $LMDGCM/libo
    28 # NetCDF, what is below is OK on Gnome
    29 setenv NCDFLIB /usr/local/lib
    30 setenv NCDFINC /usr/local/include
     28## NetCDF, what is below is OK on Gnome
     29if ( `hostname` == n201 ) then
     30    echo "GNOME cluster"
     31    setenv NCDFLIB /usr/local/lib
     32    setenv NCDFINC /usr/local/include
     33endif
    3134# NetCDF, on LMD farm:
    3235#setenv NCDFLIB /donnees/emlmd/netcdf64-4.0.1_ifort/lib
     
    183186   set optim90=" -O2 -ip -mkl=sequential -align all -static "
    184187   set optimtru90=" -O2 -ip -mkl=sequential -align all -static "
     188   if ( `hostname` == ciclad1.ipsl.jussieu.fr ) then
     189       echo "YOU ARE ON CICLAD CLUSTER"
     190       set opt_link=" -L$NCDFLIB -lnetcdf"  # this is necessary on ciclad
     191   endif
    185192   set mod_loc_dir=$LIBOGCM
    186193   set mod_suffix=mod
Note: See TracChangeset for help on using the changeset viewer.