Ignore:
Timestamp:
Feb 5, 2019 5:02:38 PM (5 years ago)
Author:
eckhard
Message:

inifor: bugfix: removed dependency on soilmoisture input files; added netcdf preprocessor flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/Makefile.ifort

    r3447 r3716  
    2525# -----------------
    2626# $Id$
     27# Added __netcdf preprocessor flag
     28#
     29#
     30# 3447 2018-10-29 15:52:54Z eckhard
    2731# Renamed source files for compatibilty with PALM build system
    2832#
     
    6266
    6367FC      = ifort
    64 FFLAGS  = -g -real-size 64 -no-wrap-margin -cpp -D__netcdf4
     68FFLAGS  = -g -real-size 64 -no-wrap-margin -cpp -D__netcdf4 -D__netcdf
    6569INCLUDE = -I/usr/local/pkg/netcdf/4.3.2/include
    6670LIBRARY = -L/usr/local/pkg/netcdf/4.3.2/lib -lnetcdff
Note: See TracChangeset for help on using the changeset viewer.