Meng Huang

Results 6 comments of Meng Huang

I encountered the same issue. I feel the Matplotlib way to locate colorbar is easier to manage (or readable) than the `cols` and `rows` setup in Proplot.

There was PIO warning before the nc files updated to cdf5. ``` 0: PIO: WARNING: Opening file (/global/cfs/cdirs/e3sm/inputdata/atm/scream/mam4xx/linoz/ne30pg2/linoz1850-2015_2010JPL_CMIP6_10deg_58km_ne30pg2_c20240724.nc) with iotype=1 (PIO_IOTYPE_PNETCDF) failed (ierr=-128, NetCDF: Attempt to use feature that was...

I bumped into the same issue using `pm-gpu` when testing `F2010-EAMxx-MAM4xx` compset. `FATAL ERROR: NetCDF: HDF error (file = /global/cfs/cdirs/e3sm/inputdata/atm/scream/mam4xx/linoz/ne30pg2/linoz1850-2015_2010JPL_CMIP6_10deg_58km_ne30pg2_c20240724.nc)` The env setup works. We might also need to integrate...

Thanks @mahf708 for bringing this to our attention! I'll keep an eye on this issue.

Here's the command line to reproduce the HDF error: ``` cd cime/scripts/ ./create_test SMS_Ln5.ne4pg2_ne4pg2.F2010-EAMxx-MAM4xx.pm-gpu_gnugpu -t test -q debug --walltime 00:10:00 -p e3sm ``` That cdash fail should be the same...