xbpch icon indicating copy to clipboard operation
xbpch copied to clipboard

xarray interface for bpch files

Results 11 xbpch issues
Sort by recently updated
recently updated
newest added

I ran into an error reading a GEOS-Chem bpch file after upgrading to Pandas to 1.1.0. I traced the problem to this section of code in util/diaginfo.py: ``` tracer_df =...

Hi @darothen , I am trying to separates data from one bpch (one two-day data) into another bpch files (two one-day data) by time and convert bpch files into netcdf...

Some fields, especially with standard chemistry simulations, extend beyond the tropopause but not to TOA. xbpch has no way to handle this at the moment and just excludes them entirely....

Hi there, when i used open_bpchdataset module to open the ND51 output files of GEOS-Chem (V12.5.0), it turns out there is error about dimension dismatch. ![image](https://user-images.githubusercontent.com/29177864/79851746-a47e0000-83bd-11ea-90a5-486b22197c00.png) The spatial resolution of...

Hello everyone, I am facing an error of " conflicting sizes for dimension time " when I am implementing bpch_to_nc script of xbpch. If anyone knows the solution for this...

Beginning some changes to deal with changes to the `tracerinfo.dat` file for version 12.2.0 of GEOS-Chem; this changes the width of the tracer name field in the table specification to...

Hello Daniel, When using xpbch to read (successfully completed) GEOS-Chem output from version v12.2.0, I see the following message: `/work/home/ts551/.conda/envs/py_3_7_master/lib/python3.7/site-packages/xbpch/util/diaginfo.py:104: UserWarning: At least one row in /work/home/ts551/GC/rundirs/geosfp_4x5_tropchem.v12.2.0.test_JNIT.3600s.J025/tracerinfo.dat wasn't decoded correctly;...

**When I use Matlab read ctm.bpch, and I got these data variables.** ![qq 20190122215432](https://user-images.githubusercontent.com/22512680/51540819-56b0da00-1e92-11e9-88b0-28f82048330f.png) **however, when using xbpch in Jupyter, I only get DXYP variable** **Here is my code:** `import...

There is an problem in processing some of GEOSChem output with 'error: unpack requires a buffer of 36 bytes'. There are two output files: https://pan.baidu.com/s/19DhAyIpq_UDmH1Civ5v8FQ. It works for 'ts_satellite.20080522.bpch' but...