Opened 9 years ago

Closed 9 years ago

#112 closed Support (invalid)

Flexpart-WRF instaltion issues

Reported by: cillianjoy Owned by: somebody
Priority: major Milestone:
Component: FP coding/compilation Version: FLEXPART-WRF
Keywords: Cc:

Description

Hi,

I have compiled flexpart-wrf but I get a warning during compilation, as below. The executable is created, but when I run it's 'killed' immediately.

I have set the stack size to be unlimited.

Compilation warning for flexpart-wrf
fortran -c -I/usr/local/netcdf/include -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check random.f90
random.f90:68.12:

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

1

Warning: Missing actual argument for argument 'inext' at (1)
random.f90:69.12:

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

1

I have compiled and run flexpart (gfortran). Initially I did have a problem running flexpart. The executable was 'killed' immediately (as above). To compile for GFORTRAN, I had to edit, for flexpart, β€œerf.f90” to fix an error about real vs double precision. See ​http://flexpart.eu/ticket/49.

gfortran --version
GNU Fortran (Ubuntu 4.8.2-19ubuntu1) 4.8.2

Regards,
Cillian

Change History (2)

comment:1 Changed 9 years ago by cillianjoy

Hi,

As an update, this is resolved. I edited par_mod.f90 to reduce the maximum dimensions of the input mother grids and nested input grids.
So it was a memory issue in my environment.

Regards,
Cillian

comment:2 Changed 9 years ago by pesei

  • Resolution set to invalid
  • Status changed from new to closed

Thank you, and sorry for not responding before.
The behaviour that you describe is typical if your process does not fit into memory.

Note: See TracTickets for help on using tickets.
hosted by ZAMG