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.gnu

    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#
     
    6569                  -Wline-truncation -fbacktrace -fcheck=all -pedantic \
    6670                  -ffpe-trap=invalid,zero,underflow,overflow
    67 FFLAGS  = -fdefault-real-8 -Og -g $(WRNGS) -cpp -D__netcdf4
     71FFLAGS  = -fdefault-real-8 -Og -g $(WRNGS) -cpp -D__netcdf4 -D__netcdf
    6872INCLUDE = -I/home/ekadasch/local/include
    6973LIBRARY = -L/home/ekadasch/local/lib64 -lnetcdff
Note: See TracChangeset for help on using the changeset viewer.