Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 210)

Ticket Resolution Summary Owner Reporter
#171 duplicate Segmentation Fault Flexpart WRF 3.3 pesei fcarotenuto
Description

Dear all,

I'm trying to run flexpart-wrf-3.3 on Ubuntu Budgie 17.04 (gfortran) but every time I try running it, it crashes with "Segmentation fault".

  • Error happens both with serial and omp
  • Using netcdf 4
  • Stack-size unlimited with ulimit -s unlimited and confirmed by running ulimit -S -a
  • No errors during compilation, only two warnings:

gfortran -c -I/usr/local/include -O3 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check -DNETCDF4_OUTPUT random.f90 random.f90:68:14:

1 v1=2.*ran3(idum)-1.

1

Warning: Missing actual argument for argument ‘inext’ at (1) random.f90:69:14:

v2=2.*ran3(idum)-1.

1

Warning: Missing actual argument for argument ‘inext’ at (1)


  • Program is being compiled and run into a VM at the moment (my main workstation is locked into a WRF job)

Thanks for the support!

#170 fixed FPv10 (2016-11-2) not working with old ECMWF GRIB1 as it was in Summer 2016 donaldjmorton
Description

In Summer 2016, I used the latest FPv10 to use two of the old 92-level ECMWF GRIB1 files in test case, and it worked fine:

$ ./FP
 Welcome to FLEXPART Version 10.0beta (2015-05-01)
 FLEXPART is free software released under the GNU General Public License.
 Vertical levels in ECMWF data:      92     92

 Mother domain:
  Longitude range: -179.00000 to  181.00000   Grid distance:    1.00000
  Latitude range :  -90.00000 to   90.00000   Grid distance:    1.00000
.
.
.
 CONGRATULATIONS: YOU HAVE SUCCESSFULLY COMPLETED A FLEXPART MODEL RUN!

Now, in the same test setup, I use the newest FPv10, and I get:

$ ./FPnew
 Welcome to FLEXPART Version 10.1beta (2016-11-02)
 FLEXPART is free software released under the GNU General Public License.
 Vertical levels in ECMWF data:      92     92

 Mother domain:
  Longitude range:  180.00000 to  540.00000   Grid distance:    1.00000
  Latitude range :  -90.00000 to   90.00000   Grid distance:    1.00000

  -179.000000      -90.0000000    
   540.000000       90.0000000       180.000000      -90.0000000       181.000000       90.0000000       1.00000000       1.00000000    
  #### FLEXPART MODEL ERROR! PART OF OUTPUT    ####
  #### GRID IS OUTSIDE MODEL DOMAIN. CHANGE    ####
  #### FILE OUTGRID IN DIRECTORY               ####

I am currently investigating the parallel computing features of this code, and may investigate this problem in more detail.

#167 fixed Running test cases with FLEXPART-WRF adingwell victoria.sinclair@…
Description

I am new to FLEXPART-WRF and I am trying to run the test cases. I have sucessfully compiled the code (no error messages and I have an executable). I have downloaded the test WRF input data. However when I run the following command

./flexwrf32_gnu_serial flexwrf.input.forward1

I get the following error:

the input file used is flexwrf.input.forward1 Pre-generating random numbersCalling readinput

Opening 'flexwrf.input.forward1 ' for reading Reading pathnames

At line 236 of file readinput.f90 (unit = 1, file = 'flexwrf.input.forward1') Fortran runtime error: Bad integer for item 1 in list input

The only changes I made to the input file were to change the pathnames at the very top. I have attached the file and the AVAILABLE file I am using.

Note: See TracQuery for help on using queries.
hosted by ZAMG