Community Profile

photo

Simbarashe Chidzambwa


Last seen: 4 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review

View badges

Feeds

View by

Answered
Why receive error message "Could not find variable or group 'Bandl' in file."
Figured it out thanks.

1 year ago | 0

| accepted

Question


Why receive error message "Could not find variable or group 'Bandl' in file."
When I dispaly information abut my netcdf file (1982 January average sst) it dispalys the variable "Bandl" which must be the sst...

1 year ago | 2 answers | 0

2

answers

Question


Extract SST data in a polygon from average monthly netcdf file
I am trying to extract sst data from a netcdf file in a lat/lon polygon of 25:45S and 145-215E using a script below. I have atta...

1 year ago | 1 answer | 0

1

answer

Question


Inpolygon returning a NAN
data=netcdf.open('gisst_full.nc','NC_NOWRITE') lat=netcdf.getVar(data,0); lon=netcdf.getVar(data,1); time=netcdf.getVar(data,...

1 year ago | 1 answer | 0

1

answer

Question


Converting date number datetime
How do I convert date numbers for netcdf file with one year data on a 3-hr interval with the following time information? time ...

1 year ago | 1 answer | 0

1

answer

Question


How do I replace -1.0000e+30 with NaN?
I want to replace -1.0000e+30 in an array of SST and used the following but its not working why?: data=netcdf.open('HadISST_sst...

1 year ago | 2 answers | 0

2

answers

Question


How do I connect to server using ftp
How do I connect to a server using ftp because I am getting an error message as below when I use "ftpobj=ftp("ftp.ngdc.noaa.gov"...

2 years ago | 1 answer | 0

1

answer