Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 210)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#146 fixed Please tag released versions in Git igpis ahilboll
Description

Since you provide the possibility to clone a FLEXPART git repository, I'm assuming that the Git repo is the "official" FLEXPART source code repository. It would be helpful if the released versions (currently 9.0.2, if I understand correctly) would be marked in Git with a proper tag. Otherwise, there's no easy way to find out which Git revision a released tarball refers to.

#174 fixed BUG in FLEXPART-WRF makefile.mom pesei ahilboll
Description

In the current (i.e., v3.3.1) makefile.mom, there's a small bug regarding the Intel compiler's name. Here's the patch:

diff --git a/makefile.mom b/makefile.mom
index 5a8a7b9..5b43c88 100644
--- a/makefile.mom
+++ b/makefile.mom
@@ -80,7 +80,7 @@ endif
 ifeq ($(COMPILER), intel)
 	FCSER      = ifort
 	FCOMP      = ifort -openmp
-	FCMPI      = mpifort -openmp
+	FCMPI      = mpiifort -openmp
 #        NETCDF = /apps/netcdf/4.1.3-intel
 
 	FFLAGS    = -I${NETCDF}/include $(INTEL_FFLAGS) $(FPP_FLAGS)
#227 fixed Retrieve global ERA5 data anphi ahilboll
Description

I'm having trouble retrieving hemispheric (i.e., northern hemisphere) ERA5 data using flex_extract version 7.0.4. I'm using the GATEWAY mode, i.e., I have flex_extract installed on my local system to submit jobs to the ECGATE queue.

Installation works fine, and I can retrieve non-hemispheric ERA5 data just fine. E.g., this COMMAND file works fine:

DAY1
DAY2
DTIME 1
TYPE AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN
TIME 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23
STEP 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ACCTYPE FC
ACCTIME 06/18
ACCMAXSTEP 12
M_CLASS EA
M_STREAM OPER
M_NUMBER OFF
M_EXPVER 1
M_GRID 250  
M_LEFT -170000
M_LOWER 10000
M_UPPER 80000
M_RIGHT 170000
M_LEVELIST 1/to/137
M_RESOL 799
M_GAUSS 0
M_ACCURACY 24
M_OMEGA 0
M_OMEGADIFF 0
M_ETA 1
M_ETADIFF 0
M_DPDETA 1
M_SMOOTH 0
M_FORMAT GRIB2
M_ADDPAR /186/187/188/235/139/39
PREFIX EA
ECSTORAGE 0
ECTRANS 1
ECFSDIR ectmp:/${USER}/econdemand/
MAILOPS hilboll@uni-bremen.de
MAILFAIL hilboll@uni-bremen.de
EOF

However, this here does *not* work:

DAY1
DAY2
DTIME 1
TYPE AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN
TIME 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23
STEP 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ACCTYPE FC
ACCTIME 06/18
ACCMAXSTEP 12
M_CLASS EA
M_STREAM OPER
M_NUMBER OFF
M_EXPVER 1
M_GRID 250  
M_LEFT -180000
M_LOWER 00000
M_UPPER 90000
M_RIGHT 180000
M_LEVELIST 1/to/137
M_RESOL 799
M_GAUSS 0
M_ACCURACY 24
M_OMEGA 0
M_OMEGADIFF 0
M_ETA 1
M_ETADIFF 0
M_DPDETA 1
M_SMOOTH 0
M_FORMAT GRIB2
M_ADDPAR /186/187/188/235/139/39
PREFIX EA
ECSTORAGE 0
ECTRANS 1
ECFSDIR ectmp:/${USER}/econdemand/
MAILOPS hilboll@uni-bremen.de
MAILFAIL hilboll@uni-bremen.de
EOF

I tried already different left/right combinations, like -180/180, -179750/180, -180/179750, -179875/179875, and the like.

The error message I'm getting is this:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x3dd543250f in ???
#1  0x3dd54896f6 in ???
#2  0x40a1c5 in __rwgrib2_MOD_readlatlon
	at /home/ms/datex/gdmv/flexpart/scripts_gateway/flex_extract_v7.0.4/src/rwGRIB2.f90:72
#3  0x41240b in preconvert
	at /home/ms/datex/gdmv/flexpart/scripts_gateway/flex_extract_v7.0.4/src/preconvert.f90:402
#4  0x418c6d in main
	at /home/ms/datex/gdmv/flexpart/scripts_gateway/flex_extract_v7.0.4/src/preconvert.f90:53
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.
hosted by ZAMG