hegpeg / netcdf4excel

Automatically exported from code.google.com/p/netcdf4excel
Other
0 stars 0 forks source link

Saving Problems #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Mr.,

here the steps I followed before saving my NetCDF file:
1. Open .nc air temperature file into Excel 2007 (usig Windows 7 32-bits).
2. Save the archive into a .txt file to process the data using Fortran on 
Debian.
3. I calculated the Virtual Temperature and then I saved this column into the 
NetCDF file re-opened on Excel.

Here the problem: when I save the Excel archive to a NetCDF file occurs an 
error. The output window says something like "Execution time error '6': 
Overflow", I don't know if it's the English version of the error message 
because it's in Portuguese.
The VB debug prompt highlight "data.dShort(i) = Round((myVector(i) - 
Variable.add_offset) / Variable.scale_factor, 0)".

Any idea? I thank your attention and ask your help.

Regards.
Bruno Campos

Original issue reported on code.google.com by campos....@gmail.com on 22 Apr 2012 at 3:17

GoogleCodeExporter commented 8 years ago
Hi
Could you please attach the excel file with the modified data so I may see what 
is going wrong ?
Regards,
Alexander

Original comment by alexande...@gmail.com on 24 Apr 2012 at 12:55

GoogleCodeExporter commented 8 years ago
Alexander, 

I'm really thanked for your help. I solved the issue, I changed the add_offset 
and scale_factor parameter and worked fine.

Regards,
Bruno Campos.

Original comment by campos....@gmail.com on 24 Apr 2012 at 4:05

GoogleCodeExporter commented 8 years ago
OK, I close this issue.

Original comment by alexande...@gmail.com on 24 Apr 2012 at 8:16