|
|
|
@ -8,7 +8,7 @@ module unload impi
|
|
|
|
|
module load intel/18.0.6 |
|
|
|
|
module load impi/2018.5 |
|
|
|
|
|
|
|
|
|
module load anaconda3/2019.03 |
|
|
|
|
module load anaconda3/2019.10 |
|
|
|
|
|
|
|
|
|
FC=mpiifort |
|
|
|
|
AR=ar |
|
|
|
@ -74,6 +74,6 @@ $FC -c $FFLAGS ../src/flux_calculator_io.F90 -I${IOW_ESM_NETCDF_INCLUDE} $LIBS
|
|
|
|
|
$FC -c $FFLAGS ../src/flux_calculator_create_namcouple.F90 |
|
|
|
|
|
|
|
|
|
$FC $FFLAGS -o ../"${bin_dir}"/flux_calculator ../src/flux_calculator.F90 flux_calculator_basic.o flux_calculator_prepare.o flux_calculator_calculate.o flux_calculator_io.o flux_calculator_parse_arg.o flux_calculator_create_namcouple.o bias_corrections.o call_python.o flux_library.a \ |
|
|
|
|
$INCLUDES $LIBS -Wl,-rpath,"$PWD",-rpath,${IOW_ESM_NETCDF_LIBRARY},-rpath=/sw/tools/python/anaconda3/2019.03/skl/lib -L/sw/tools/python/anaconda3/2019.03/skl/lib -lpython3.7m -L"$PWD" -lpyfort |
|
|
|
|
$INCLUDES $LIBS -Wl,-rpath,"$PWD",-rpath,${IOW_ESM_NETCDF_LIBRARY},-rpath=/sw/tools/python/anaconda3/2019.10/skl/lib -L/sw/tools/python/anaconda3/2019.10/skl/lib -lpython3.7m -L"$PWD" -lpyfort |
|
|
|
|
|
|
|
|
|
cd - |
|
|
|
|