diff --git a/NAMELISTS_AND_FORTRAN_FILES/make.macro b/NAMELISTS_AND_FORTRAN_FILES/make.macro new file mode 100644 index 0000000000000000000000000000000000000000..5a54f03b02bca803a9f8345bec84c1c6b5a27a8b --- /dev/null +++ b/NAMELISTS_AND_FORTRAN_FILES/make.macro @@ -0,0 +1,20 @@ +# Makefile for SOSIE with Intel Ifort on Linux +# ============================================ + +# Fortran compiler: +FC = ftn + +# Root directory for Netcdf: +#NETCDF_DIR = /opt/netcdf_intel11 + +# Linking argument: usually -lnetcdf or -lnetcdff (or both): +L_NCDF = -lnetcdf -lnetcdff + +# Fortran compilation flags: +# -- Production +FF = -O3 -i4 -xHost -module mod/ +# -- Debugging +#FF = -O0 -i4 -traceback -CB -module mod/ + +# Directory to install binaries: +INSTALL_DIR = /home/n01/n01/jelt/local