Add FRC_URB2D entry to all ARW GEOGRID.TBL files
[WPS-merge.git] / arch / preamble
bloba8d692877f6bde72af0f706c330272aca85990ed
1 # configure.wps
3 # This file was automatically generated by the configure script in the
4 # top level directory. You may make changes to the settings in this
5 # file but be aware they will be overwritten each time you run configure.
6 # Ordinarily, it is necessary to run configure once, when the code is
7 # first installed.
9 # To permanently change options, change the settings for your platform
10 # in the file arch/configure.defaults, the preamble, and the postamble -
11 # then rerun configure.
14 .SUFFIXES: .F .f .c .o
16 SHELL                   =       /bin/sh
18 NCARG_LIBS              =       -L$(NCARG_ROOT)/lib -lncarg -lncarg_gks -lncarg_c \
19                                 -lX11 -lXext -lpng -lz -lcairo -lfontconfig -lpixman-1 \
20                                 -lfreetype -lexpat -lpthread -lbz2 -lXrender -lgfortran -lgcc
22 NCARG_LIBS2             =       # May be overridden by architecture specific value below
24 FDEFS                   =       -DUSE_JPEG2000 -DUSE_PNG
26 # Listing of options that are usually independent of machine type.
27 # When necessary, these are over-ridden by each architecture.
29 ARFLAGS                 =       
31 PERL                    =       perl
33 RANLIB                  =       echo
36 # Set path to compiled WRF code, which is assumed to be ../WRF for v4.x, or ../WRFV3 for v3.x
37 # To override the path to the compiled WRF code, just set the WRF_DIR variable after the "endif" below
39 ifneq ($(wildcard $(DEV_TOP)/../WRF), ) # Check for WRF v4.x directory
40         WRF_DIR         =       ../WRF
41 else
42         WRF_DIR         =       ../WRFV3
43 endif
45 WRF_INCLUDE     =       -I$(WRF_DIR)/external/io_netcdf \
46                         -I$(WRF_DIR)/external/io_grib_share \
47                         -I$(WRF_DIR)/external/io_grib1 \
48                         -I$(WRF_DIR)/external/io_int \
49                         -I$(WRF_DIR)/inc \
50                         -I$(NETCDF)/include
52 WRF_LIB         =       -L$(WRF_DIR)/external/io_grib1 -lio_grib1 \
53                         -L$(WRF_DIR)/external/io_grib_share -lio_grib_share \
54                         -L$(WRF_DIR)/external/io_int -lwrfio_int \
55                         -L$(WRF_DIR)/external/io_netcdf -lwrfio_nf \
56                         -L$(NETCDF)/lib CONFIGURE_NETCDFF_LIB -lnetcdf
58 #### Architecture specific settings ####
60 COMPRESSION_LIBS        =  # intentionally left blank, fill in COMPRESSION_LIBS below
62 COMPRESSION_INC         =  # intentionally left blank, fill in COMPRESSION_INC below