Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v12 now broken everywhere but on Discover #671

Closed
mathomp4 opened this issue Jan 2, 2025 · 1 comment
Closed

v12 now broken everywhere but on Discover #671

mathomp4 opened this issue Jan 2, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mathomp4
Copy link
Member

mathomp4 commented Jan 2, 2025

RRTMGP by Default

In 53b9262, @wmputman moved to use RRTMGP by default. This means v12 is now broken on all machines not discover because of these lines referencing RRTMGP data:

RRTMGP_GAS_LW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-gas-lw-g128.nc
RRTMGP_GAS_SW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-gas-sw-g112.nc
RRTMGP_CLOUD_OPTICS_LW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-clouds-lw.nc
RRTMGP_CLOUD_OPTICS_SW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-clouds-sw.nc

As a safety since the dirs of @dr0cloud might disappear at anytime, I've copied this data over into the SI Team space:

/discover/nobackup/projects/gmao/SIteam/RRTMGP-Data/RRTMGP-data.v1.8

but beyond that, it needs to go in an ExtData like space that is machine-agnostic. I'll need to work with @mssolomo and @rlucches on trying to figure out how to put this in the ExtData area. We currently have:

ExtData/chemistry/AerosolOptics/

but those are the Mie tables for use with GOCART. I don't think this data1 is specifically for that purpose. It's more "generic" (to my eyes at least).

So maybe:

ExtData/g5gcm/radiation/RRTMGP/v1.8

is the right place?

Footnotes

  1. As you'll see in the mother repo, @RobertPincus has released a v1.8.1 and v1.8.2 of rrtmgp-data since we last grabbed it. However, from what I see, the differences between those and v1.8 are in the rrtmgp-aerosols-merra-sw.nc file which we don't seem to be using. That said, I have cloned them locally just in case there is a need.

@mathomp4 mathomp4 added the bug Something isn't working label Jan 2, 2025
@mathomp4 mathomp4 pinned this issue Jan 2, 2025
@mathomp4 mathomp4 changed the title v12 now doubly broken everywhere but on Discover v12 now broken everywhere but on Discover Jan 2, 2025
@mathomp4
Copy link
Member Author

mathomp4 commented Jan 2, 2025

Note: I had thought the TSE_TMPDIR code had gone away, but that was due to some bad Git stuff I was doing locally. I'm not sure what commands I ran but I had a BROKEN GEOSgcm_App repo. oof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants