Ignore:
Timestamp:
Jul 24, 2017, 5:06:29 PM (7 years ago)
Author:
aslmd
Message:

MESOSCALE. makemeso module_initialize_les module_initialize_real reverted back to r1723 because commit r1724 was based on corrupted versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/SPECTRA/makefile

    r1404 r1746  
    1 netcdfpath=/planeto/milmd/library/netcdf/netcdf-4.0.1_levan_pgf90
    2 spherepackpath=/planeto/milmd/library/spherepack/spherepack3.2_levan_pgf90
    3 FC=pgf90
     1netcdfpath=/home/aymeric/Science/NETCDF/netcdf64-4.0.1_gfortran
     2spherepackpath=./spherepack3.2
     3FC=gfortran
    44
    55
    66FFLAGS=-I${netcdfpath}/include -I${spherepackpath}/lib
    7 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack
     7#LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack
     8LDFLAGS=-L${netcdfpath}/lib -lnetcdf -lnetcdff -L${spherepackpath}/lib -lspherepack
    89
    910SRCS= $(wildcard *.f90)
Note: See TracChangeset for help on using the changeset viewer.