source: LMDZ6/branches/LMDZ_cdrag_LSCE/tools/make_sso/make_sso.env @ 4660

Last change on this file since 4660 was 4168, checked in by evignon, 2 years ago

deuxieme phase de travail pour l'inclusion de make_sso
Ehouarn, David, Romain , Etienne

File size: 451 bytes
Line 
1case ${HOSTNAME:0:5} in
2  irene)
3    module unload netcdf-fortran
4    module unload netcdf-c
5    module load netcdf-c
6    module load netcdf-fortran
7    module load fftw3/gnu
8    netcdf="-L$NETCDF_LIBDIR"
9  ;;
10  cicla)
11    module purge
12    module load intel
13    module load netcdf4/4.3.3.1-ifort
14    NETCDF=$(which ncdump); NETCDF=${NETCDF%%/bin*}
15    NETCDFFORTRAN_INCDIR=$NETCDF/include
16    NETCDFFORTRAN_LIBDIR=$NETCDF/lib
17    netcdf=""
18  ;;
19esac
20
Note: See TracBrowser for help on using the repository browser.