[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #ITH-188331]: netcdf data append in f90



Rama,

I wrote:

> or you could store the start value in a 1-dimensional array and give
> that array as the value of the optional starts parameter, as in
>
> integer :: starts(1)
> st(1) = nRecs + 1
> nf90_put_var(ncid, varid, data, start = st)

The third line above should have been

  integer :: st(1)

Sorry for the confusion ...

--Russ

Russ Rew                                         UCAR Unidata Program
address@hidden                     http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: ITH-188331
Department: Support netCDF
Priority: Normal
Status: Closed