Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 210)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#14 fixed runtime errors linked to compile-time options jbrioude wintermute
Description

Kind Flexpart team,

I'm trying to run a Flexpart-WRF (version 3) simulation but I encounter code-related runtime errors. I'm compiling flexpart using a PGI compiler:

  • if I compile with openmp, the program compiles with no error, but at runtime it returns only a "segmentation fault (core dumped)" error (even at verbosity 100)
  • if I streamline compilation reducing the needs of external libraries with a "serial" compilation, the program compiles with no error but at runtime it returns "PGFIO-F-235/formatted write/unit=6/ edit descriptor does not match item type. File name=stdout formatted, sequential access record=7 In source file_read_ncwrfout.f90 at line number 781".

May it be linked with the wrf netcdf extension? My wrf netcdf files are written with no final .nc in filename (see attached input and available files).

#249 worksforme related to making FLEXPART V 10.3 pesei sdwivedi
Description

Dear sir/madam

I am trying to make FLEXPART v10.3. I am getting the .exe file of FLEXPART. But, no message like successful completion.

It is giving some warning related to readpath. When I am running the excercise it is giving segmentation fault.. sometime.

-345600 SECONDS SIMULATED:    16864 PARTICLES:    Uncertainty:   0.000  0.000  0.000

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

Backtrace for this error:
#0  0x7f2e3d573c2d in ???
#1  0x7f2e3d572e45 in ???
#2  0x7f2e3d25ef5f in ???
#3  0x5642d9636d4b in ???
#4  0x5642d965541d in ???
#5  0x5642d9625b6a in ???
#6  0x5642d960c852 in ???
#7  0x7f2e3d241b6a in ???
#8  0x5642d960c889 in ???
#9  0xffffffffffffffff in ???
Segmentation fault (core dumped)

Kindly help me to install FLEXPART V 10.3

Regards

Sanjeev Dwivedi

#11 fixed readpartpositions.f90 seems to have a flawed value check ignacio donaldjmorton
Description

In readpartpositions.f90, line 79 (from version 9.0.2), there is a check for numpointin being equal to numpoint, and the program exits if this is not the case. In our case, with ongoing wildfire smoke modeling, we want to read in the particles from a previous run, but the previous run may have more or less emissions points than the current run (new fires, or extinguished fires). So, in our case I have to comment out that statement in order for the program to progress correctly.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.
hosted by ZAMG