Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 210)

Ticket Resolution Summary Owner Reporter
#197 fixed Inconsistent use of ew in verttransform pesei adingwell
Description

I found that ew is not properly initialized in verttransform.f90

These are all the occurrences of ew in each of the verttransform*-files:

verttransform.f90:

real :: ew,dz1,dz2,dz
...
tvold(ixm,jym)=tt2(ixm,jym,1,n)*(1.+0.378*ew*(td2(ixm,jym,1,n))/ &
     ps(ixm,jym,1,n))
...
tvold(ix,jy)=tt2(ix,jy,1,n)*(1.+0.378*ew(td2(ix,jy,1,n))/ &
     ps(ix,jy,1,n))

verttransform_gfs.f90:

real :: ew,pint,tv,tvold,pold,dz1,dz2,dz,ui,vi
...
tvold=tt2(ixm,jym,1,n)*(1.+0.378*ew(td2(ixm,jym,1,n))/ &
     ps(ixm,jym,1,n))

verttransform_nests.f90:

real :: ew,dz1,dz2,dz
...
tvold(ix,jy)=tt2n(ix,jy,1,n,l)*(1.+0.378*ew*(td2n(ix,jy,1,n,l))/ &
     psn(ix,jy,1,n,l))

Notice that in verttransform.f90 ew is used as a variable, not a function. This variable is defined but not initialized.

#196 wontfix Wrong version string in FLEXPART v10.2 ignacio harish
Description

(was: How to download FLEXPART v10.2?)

Hi Link to download version 10.2 of FLEXPART on flexpart.eu site contains version 10.1beta. I also tried downloading development version using "git" but that leads download of version 9.2.

I want to have version 10.2 as it supports backward mode with MPI. Can someone please point me where from I can download version 10.2 or later version?

Thanking you.

Harish

#195 invalid Help with input file and available jaxelsson
Description

Hi!

I'm completely new to the Flexpart model, and I'm trying to modify an input file and write my available file. Would someone please have a look at it to see if it seems right? I'm working with ERA5 data, how do I handle the fact that for each day I have three files, Pressure levels (plev), Forecast (fc), and Surface data (sfc)? Each .grb file contains hours 00, 06, 12, 18 - how do I set up the available file right for that issue? Should the input file or the available file be a .py or no specific?

I'm running Flexpart on Linux, and when compiled FLEXPART, my executable became just FLEXPART_GFORTRAN - should I write it as a .exe file or just let it not have a file descriptor?

To execute the code, is it simply:./FLEXPART_GFORTRAN Bwd1.input ?

Best regards, Josefine

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