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

clef on NCI missing some local files #168

Open
nikhil003 opened this issue Aug 25, 2023 · 1 comment
Open

clef on NCI missing some local files #168

nikhil003 opened this issue Aug 25, 2023 · 1 comment

Comments

@nikhil003
Copy link

I am using clef to query local CMIP6 catalog on NCI. It is such an amazing tool, makes life so much easier.

For most of my cases, it works flawlessly but I encounter a small issue when looking at one specific model. I am not sure what is the best place to raise this so I am doing it here.

module use /g/data3/hh5/public/modules
module load conda/analysis3-unstable

I am using the clef installation from hh5 module. When I run the following query

clef --local cmip6 --model GFDL-CM4 --frequency mon --variant_label r1i1p1f1 --activity ScenarioMIP --variable tas

I don't get any response, however, when I look at the directory, I can see that the file exists.

image

I am imaging this is just a matter of updating the catalog but I could be mistaken about that.

@paolap
Copy link
Member

paolap commented Aug 25, 2023

Try using cmor table instead of frequency it's better for local as frequency is not necessarily an attribute in the files:

clef --local cmip6 -m GFDL-CM4 -t Amon -mi r1i1p1f1 -mip ScenarioMIP -v tas
/g/data/oi10/replicas/CMIP6/ScenarioMIP/NOAA-GFDL/GFDL-CM4/ssp245/r1i1p1f1/Amon/tas/gr1/v20180701
/g/data/oi10/replicas/CMIP6/ScenarioMIP/NOAA-GFDL/GFDL-CM4/ssp585/r1i1p1f1/Amon/tas/gr1/v20180701

NB also how you can use shorter flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants