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

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

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.


  • Subject: [netCDF #ITH-188331]: netcdf data append in f90
  • Date: Thu, 24 Sep 2009 11:50:49 -0600

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