diff --git a/flexpart_code/fpmetbinary_mod.F90 b/flexpart_code/fpmetbinary_mod.F90 index c2e69062adf0eca32c0068112490ad8a5e476d12..ce08967d455f3f76be24ee0f5e8acdd015781325 100644 --- a/flexpart_code/fpmetbinary_mod.F90 +++ b/flexpart_code/fpmetbinary_mod.F90 @@ -437,11 +437,11 @@ CONTAINS & TRIM(PREPROC_FORMAT_VERSION_STR)) THEN CONTINUE ELSE - PRINT *, '' + ! PRINT *, '' GK: causes relocation truncated to fit: R_X86_64_32 PRINT *, 'Inconsistent preprocessing format version' PRINT *, 'Expected Version: ', PREPROC_FORMAT_VERSION_STR PRINT *, 'Detected Version: ', temp_preproc_format_version_str - PRINT *, '' + ! PRINT *, '' STOP END IF @@ -460,14 +460,14 @@ CONTAINS CONTINUE ELSE PRINT *, 'Incompatible dimensions between fp file and current FLEXPART!' - PRINT *, '' + ! PRINT *, '' PRINT *, ' FP file Compiled FP' PRINT *, 'nxmax: ', temp_nxmax, ' ', nxmax PRINT *, 'nymax: ', temp_nymax, ' ', nymax PRINT *, 'nzmax: ', temp_nzmax, ' ', nzmax PRINT *, 'nuvzmax: ', temp_nuvzmax, ' ', nuvzmax PRINT *, 'nwzmax: ', temp_nwzmax, ' ', nwzmax - PRINT *, '' + ! PRINT *, '' STOP END IF diff --git a/flexpart_code/makefile.general.gfortran b/flexpart_code/makefile.general.gfortran index 7b97b90d840d4a928cafda7be321a21b892a5968..e5cb028ecc9742ca2cefd8e3f6bbcab844020edb 100644 --- a/flexpart_code/makefile.general.gfortran +++ b/flexpart_code/makefile.general.gfortran @@ -22,7 +22,7 @@ LIBPATH2 = /usr/lib/x86_64-linux-gnu #LIBPATH1 = /opt/grib-api/lib #LIBPATH2 = /usr/lib/x86_64-linux-gnu -FFLAGS = -O2 -m64 -mcmodel=large -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) +FFLAGS = -O2 -m64 -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) LDFLAGS = $(FFLAGS) -L$(LIBPATH2) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -lm -ljasper