Subversion Repositories lagranto.ecmwf

Rev

Rev 25 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 27
Line 21... Line 21...
21
set path_sync  = "${DYN_TOOLS}/lagranto/"
21
set path_sync  = "${DYN_TOOLS}/lagranto/"
22
 
22
 
23
# Set Fortran compiler
23
# Set Fortran compiler
24
setenv FORTRAN  pgf90
24
setenv FORTRAN  pgf90
25
 
25
 
26
# Set netcdf format (ive, cdo) 
26
# Set netcdf format (ive, cdo, mch) 
27
set ncdf =  cdo
27
set ncdf = mch 
28
 
28
 
29
# Init netCDF library depending on the Fortran compiler
29
# Init netCDF library depending on the Fortran compiler
30
if ( "${FORTRAN}" == "pgf90" ) then
30
if ( "${FORTRAN}" == "pgf90" ) then
31
  module load netcdf/4.2.1-pgf90
31
  module load netcdf/4.2.1-pgf90
32
  module list
32
  module list