Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 210)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#150 fixed Correct minor issues in grib2nc4 code and makefile donaldjmorton
Description

In fp2nc4io_mod.F90, the following construct will work in gfortran v4.8.4, but in v4.4.7, the DIMENSION statement needs a specific value

    CHARACTER, DIMENSION(*), PARAMETER :: VALID_VARS = &
&           (/ 't', 'u', 'v', 'w', 'q',                &
&              'T', 'U', 'V', 'W', 'Q' /)

In the Makefile, I need to add the GRIBAPI dynamic libs for the make test


In the Makefile, as long as I'm doing the above, I will add in some commented out variable assignments for

  • Paths in CTBTO system
  • Commands and comments for creating static binaries
#154 fixed Adding CTBTO-requested features to FPv9.3.1 GRIB2FLEXPART donaldjmorton
Description
  • When compiled for CTBTO (-DCTBTO), insert a CTBTO-specific greeting
  • Remove the _fwd.fp and _bwd.fp extensions from the preprocessed met files. For operational purposes, it's best to have them retain the same name as the original metfile
  • Given that original GRIB files and preprocessed met files will have the same name, add in feature to insure no writing into the original GRIB file directory.
#155 fixed Minor modifications in packaging of FPv9.3.1c for CTBTO use donaldjmorton
Description

This is a brief statement of some minor changes made to FPv9.3.1. No action is necessary

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