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
#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.

#9 worksforme Issues with getting the correct data from ECMWF server leohaim adityavaishya
Description

All the test program runs (update_script.ksh) are OK and no errors are reported. But while running the script 'flex_91_ecmwf_finegrid_ecgate' there are errors. I hope I have set all the input parameters correct. I have attached the input, output (error and procedure) files for reference. Thank you.

#1 fixed State of the flexpart.eu Trac System: gewot admin
Description

The flexpart.eu Ticketing System is now ready as discussed

  • All Developers can issue Tickets and modify them
  • Every developer will be notified of any change on the Tickets
  • The Wiki is modified as discussed
  • All Developers can create pages and modify them (only EXCEPTION is the Frontpage, because its part of the System and not the WIKI)

Further Procedures for the flexpart.eu System


  • If you want something changed please write a ticket ("Component System aspects")
  • All developers are notified automatically
  • For any communication between developers, we would also propose to use the ticket system. This will assure that everything is documented and archived for further reference
  • If a proposed change is considered minor, we will implement if no

developer disagrees within 1 working day

  • If a proposed change is considered not minor, we will implement if no developer disagrees within 3 working days, and at least 3 developer agree
  • The system is maintained by ZAMG. As a matter of internal IT security policy, administrator rights are limited to ZAMG IT staff
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