Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 210)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#185 duplicate MQUASILAG in backward mode mdmulder
Description

Dear all,

Anyone interested in implementing the MQUASILAG in backward mode?

Preferably in FP v9.02, which I currently use. But if there is a reason to rather do it already in v10 its also fine, I can wait for it.

I read that some people think that the option in forward mode is not properly implemented. So I think this can be dealt with at the same time.

(Im not sure yet if there is some money for this from the project, but at least I can offer co-authorship.)

Thanks!

#186 duplicate Compile fails using gfortran due to error in erf.f90 hcpxvi
Description

I have built Flexpart from source on a couple of Linux machines and I always get a compile error due to a problem in erf.f90. The error message is:

gfortran -c -O2 -m64 -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -I/usr/lib64/gfortran/modules erf.f90 erf.f90:106.26:

real, external
gammln 1

Error: Return type mismatch of function 'gammln' at (1) (REAL(4)/REAL(8)) erf.f90:111.13:

gln=gammln(a)

1

Warning: Type mismatch in argument 'xx' at (1); passed REAL(4) to REAL(8)

The same error happens at line 140. The following patch allows Flexpart to compile although it may not be the best way of achieving this:

aurora.hcp>diff baderf.f90 erf.f90 106c106 < real, external :: gammln ---

double precision, external
gammln

111c111 < gln=gammln(a) ---

gln=gammln(DBLE(a))

140c140 < real, external :: gammln ---

double precision, external
gammln

145c145 < gln=gammln(a) ---

gln=gammln(DBLE(a))

The version of gfortran used does not appear to be important; the same thing happens with gfortran 4.8.5 on Scientific Linux 7 and with gfortran 6.3.0 on Debian 9.2.

#201 duplicate Installation issue mitchekc
Description

Hi there

I am still having trouble getting the FLEXPART WRF installation to work. I have tried both the intel compiler and the PGI compiler. With the intel compiler I got an error saying that the command mpiifort was not found. With the PGI compiler my NetCDF.inc file could not be opened. My NetCDF files are organized with separate sub folders for lib, include, etc. I tried moving up a level. This seemed to correct the issue with finding the NetCDF.inc file. However now I am getting an error that says I have an old or corrupt module file NetCDF.mod. This occurs at the netcdf_output_mod.F90 step.

I tried getting to the web address below for the user mailing list. I get a Forbidden URL warning when I click the link below.

Are you able to provide any advice regarding the issue above?

Thank you very much

Kim Mitchell

Sent from my iPhone

On Aug 16, 2018, at 10:25 AM, FLEXPART.EU <no_reply@…> wrote:

#200: Installation help


Reporter: mitchekc | Owner:

Type: Support | Status: new

Priority: major | Milestone:

Component: FP coding/compilation | Version: FLEXPART-WRF Resolution: | Keywords:


Comment (by pesei):

Are you satisfied with this answer? Please let us know so that we can close the ticket.

In general, it is not necessary to install libraries from source if a distribution package is available.

Please also note that questions like this could also be posted to the FLEXPART user mailing list (https://lists.univie.ac.at/mailman/listinfo/flexpart).

-- Ticket URL: <https://www.flexpart.eu/ticket/200#comment:2> FLEXPART.EU <https://flexpart.eu>

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