Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

I am getting a repeated value when I export from MATLAB to netcdf: 9.9692 x 10^32

rachelspratt

Rachel Spratt
New Member
Does anyone have an issue when exporting from MATLAB to netcdf? I do not know why my files are being overwitten entirely by this large value for each data point?
 

mlevy

Michael Levy
CSEG and Liaisons
Staff member
What data are you trying to export? That large value is the default fill value for double precision variables, so if you have any missing data in your matlab data set then I would expect those large values to appear in the netcdf file.
 

rachelspratt

Rachel Spratt
New Member
Thank you so much! I was looking at real world observations from the PO.DAAC servers, there is some whole-earth data with Nans where the land is. Thank you so much for clarifying this!
 
Top