This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> One of our mathematical modelers came across a bug in the fortran90 > interace: he suppied a patch that seems to work:- > --- fort-nc4.c.old 2009-12-21 14:42:29.000000000 +0000 > +++ fort-nc4.c 2009-12-21 14:37:22.000000000 +0000 > @@ -47 +47 @@ > - NCID, PCINT2FINT, PCINT2FINT) > + NCID, PCINT2FINT, INTV) > > --- netcdf4_func.f90.old 2009-12-21 14:26:51.000000000 +0000 > +++ netcdf4_func.f90 2009-12-21 14:30:28.000000000 +0000 > @@ -47 +47 @@ > - integer, intent(out) :: ncids > + integer, dimension(:), intent(out) :: ncids > @@ -107 +107 @@ > - integer, intent(out) :: varids > + integer, dimension(:), intent(out) :: varids > @@ -116 +116 @@ > - integer, intent(out) :: dimids > + integer, dimension(:), intent(out) :: dimids > > > > Tim Cairnes. > > IT Project Scientist > Microbial Risk Assessment > Emergency Response Department > Health Protection Agency, Porton Down, Salisbury, Wilts, UK SP4 0JG > > Tel: (internal) x2730 > Tel: (external) 01980 612730 Thanks, I have applied the patch and it's available in our daily snapshot release: ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz. Can you tell me a little about how you are using netCDF? Emergency response to microbial risks? What does that mean? Bio-terrorism? Thanks, Ed Ticket Details =================== Ticket ID: ZKL-685262 Department: Support netCDF Priority: Normal Status: Closed