[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #ZKL-685262]: Bug in fortran90 interface in 4.1 beta
- Subject: [netCDF #ZKL-685262]: Bug in fortran90 interface in 4.1 beta
- Date: Wed, 20 Jan 2010 10:16:43 -0700
> 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