Same error here. You may submit a bug report to the ncdf4 author.
-Y
Search found 331 matches
- Wed Oct 08, 2025 6:19 pm America/New_York
- Forum: Home
- Question: PACE OCI level-2 AOP wavelength_3d variable missing
- Replies: 4
- Wed Oct 08, 2025 4:53 pm America/New_York
- Forum: Home
- Question: PACE OCI level-2 AOP wavelength_3d variable missing
- Replies: 4
Re: PACE OCI level-2 AOP wavelength_3d variable missing
Hey, If you are running a python environment, try this: >>> import netCDF4 >>> f=netCDF4.Dataset('l2/PACE_OCI.20240501T000458.L2.OC_AOP.V3_1.nc') >>> f['sensor_band_parameters/wavelength_3d'] <class 'netCDF4._netCDF4.Variable'> int32 wavelength_3d(wavelength_3d) long_name: wavelengths units: nm _Fil...
- Wed Mar 26, 2025 7:10 pm America/New_York
- Forum: Home
- Question: $OCSSWROOT/bin/seadasutils/ancDB.py
- Replies: 2
Re: $OCSSWROOT/bin/seadasutils/ancDB.py
Excited to see the new code implemented in tag V2025.1
Cheers!
Yuyuan
Cheers!
Yuyuan
- Thu Mar 13, 2025 6:35 pm America/New_York
- Forum: Home
- Question: PACE-OCI L1B partial granule?
- Replies: 1
PACE-OCI L1B partial granule?
Dear Support, It's first time I see something like this. The OCI granules are always 5-min apart, but these two are odd: PACE_OCI.20250312T183450.L1B.V3.nc PACE_OCI.20250312T183505.L1B.V3.nc Please forward this to the group who can handle it if it's an artifact. This EarthData Search screenshot show...
- Tue Mar 04, 2025 9:42 am America/New_York
- Forum: Home
- Question: EarthData Search for PACE-OCI L1B no data staged after 2/27/2025
- Replies: 4
Re: EarthData Search for PACE-OCI L1B no data staged after 2/27/2025
Thanks,
Yes, the search portal has now been up-to-date
Yuyuan
Yes, the search portal has now been up-to-date
Yuyuan
- Sun Mar 02, 2025 9:41 am America/New_York
- Forum: Home
- Question: EarthData Search for PACE-OCI L1B no data staged after 2/27/2025
- Replies: 4
EarthData Search for PACE-OCI L1B no data staged after 2/27/2025
Dear Support, This is the link for PACE-OCI L1B v3 https://search.earthdata.nasa.gov/search/granules?portal=obdaac&p=C3392966952-OB_CLOUD&pg[0][v]=f&pg[0][gsk]=-start_date&q=pace&tl=1740925793!3!! The data staging was paused on 02/27 midday. I thought it was some delay. But I jus...
- Wed Feb 19, 2025 10:11 am America/New_York
- Forum: Home
- Question: OCSSW V2025.1 -- viirs/npp/instrument_defaults.par
- Replies: 2
Re: OCSSW V2025.1 -- viirs/npp/instrument_defaults.par
Thanks, it works.OB.DAAC - SeanBailey wrote: ↑Wed Feb 19, 2025 7:46 am America/New_York Until the file is updated to include the most recent LUTs, yes, the simplest solution is to manually update the instrument_defaults.par file to point at the LUTs in $OCVARROOT/viirsn/cal/OPER
Sean
- Tue Feb 18, 2025 1:54 pm America/New_York
- Forum: Home
- Question: OCSSW V2025.1 -- viirs/npp/instrument_defaults.par
- Replies: 2
OCSSW V2025.1 -- viirs/npp/instrument_defaults.par
Dear Support, I installed the latest V2025.1 In $OCSSWROOT/share/viirs/npp/instrument_defaults.par, the current setting: ... rsb_dynamic_lut_file=$OCVARROOT/viirsn/cal/OPER/VIIRS_NPP_CAL_RSB_DYNAMIC_LUT_20111122_20240107_v3.1.0.25_20230901_obpg.nc ... However, that file was not downloaded by install...
- Wed Dec 18, 2024 9:40 am America/New_York
- Forum: Home
- Question: No SST ancillary staged since 12/15/2024
- Replies: 1
No SST ancillary staged since 12/15/2024
Dear Support,
For instance,
https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Ancillary/GLOBAL/2024/15-Dec-2024/
20241215120000-CMC-L4_GHRSST-SSTfnd-CMC0.1deg-GLOB-v02.0-fv03.0.nc
Thanks,
Yuyuan
For instance,
https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Ancillary/GLOBAL/2024/15-Dec-2024/
20241215120000-CMC-L4_GHRSST-SSTfnd-CMC0.1deg-GLOB-v02.0-fv03.0.nc
Thanks,
Yuyuan
- Mon Nov 18, 2024 10:59 pm America/New_York
- Forum: Home
- Question: seadas spectrum view -- never ending wait for PACE L2 file
- Replies: 4
Re: seadas spectrum view -- never ending wait for PACE L2 file
Just found it is also because of compression in data file. We must use deflated netCDF file, then the spectrum view works well and faster. Any compression (even level=1 only) wouldn't work. I'm using the nccopy command to do the deflation, it takes time for big files. It is not a beautiful solution....