forked from NCAR/hrldas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add configure file for NoahMP container environment
- Loading branch information
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
#============================================================================================= | ||
# Options for Linux with gnu gfortran MPI | ||
# Please change the library paths according to your computer setup | ||
#============================================================================================= | ||
|
||
COMPILERF90 = mpif90 | ||
MPPFLAG = YES | ||
FREESOURCE = -ffree-form -ffree-line-length-none | ||
F90FLAGS = -g -fconvert=big-endian -fbounds-check -fno-range-check -fallow-argument-mismatch | ||
MODFLAG = -I ../MPP | ||
HYDRO_LIB = ../MPP/mpp_land.o ../MPP/CPL_WRF.o | ||
LDFLAGS = | ||
CPP = cpp | ||
CPPFLAGS = -P -traditional -DMPP_LAND -D_GFORTRAN_ # -DSPATIAL_SOIL | ||
LIBS = | ||
LIBJASPER = -L/usr -ljasper -L/usr/lib/x86_64-linux-gnu -ljpeg | ||
INCJASPER = -I/usr/include/jasper | ||
NETCDFMOD = -I/usr/include | ||
NETCDFLIB = -L/usr/lib -lnetcdf -lnetcdff | ||
BZIP2 = NO | ||
# BZIP2_INCLUDE = -I/usr/include | ||
# BZIP2_LIB = -L/usr/lib64 -lbz2 | ||
RM = rm -f | ||
CC = cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters