geoschem / gcpy

Python toolkit for GEOS-Chem. Contains basic plotting scripts, plus the suite of GEOS-Chem benchmarking utilities.
https://gcpy.readthedocs.io
Other
51 stars 24 forks source link

[BUG/ISSUE] Error generating mass conservation table for GCHP 14.0.0 1-year TransportTracer benchmark #177

Closed msulprizio closed 1 year ago

msulprizio commented 1 year ago

When generating the 1-year GCHP 14.0.0 transport tracer benchmark output with the latest GCPy dev branch, I get the following error:

%%% Creating GCHP dev mass conservation table %%%
Traceback (most recent call last):
  File "/n/home05/msulprizio/gcpy/benchmark/run_benchmark.py", line 1435, in <module>
    main()
  File "/n/home05/msulprizio/gcpy/benchmark/run_benchmark.py", line 1431, in main
    choose_benchmark_type(config)
  File "/n/home05/msulprizio/gcpy/benchmark/run_benchmark.py", line 98, in choose_benchmar
k_type
    run_1yr_tt_benchmark(
  File "/n/home05/msulprizio/python/gcpy/benchmark/modules/run_1yr_tt_benchmark.py", line 
1080, in run_benchmark
    bmk.make_benchmark_mass_conservation_table(
  File "/n/home05/msulprizio/python/gcpy/gcpy/benchmark.py", line 4220, in make_benchmark_
mass_conservation_table
    area = util.get_area_from_dataset(ds)
  File "/n/home05/msulprizio/python/gcpy/gcpy/util.py", line 1472, in get_area_from_datase
t
    raise ValueError(msg)
ValueError: An area variable ("AREA" or "Met_AREAM2" is missing from this dataset!
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the Stale bot from closing this issue.

stale[bot] commented 1 year ago

Closing due to inactivity