We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
The init_cmip6_index(..., source=NULL) usage seems broken:
init_cmip6_index(..., source=NULL)
packageDescription("epwshiftr")[c("Version", "Built")] # 0.1.4 # R 4.1.2; ; 2024-04-12 10:18:46 UTC; unix dt <- epwshiftr::init_cmip6_index(activity="CMIP", experiment="historical", variable="tas", frequency="mon") # ok dt <- epwshiftr::init_cmip6_index(activity="CMIP", experiment="historical", variable="tas", frequency="mon", source=NULL) # error Error in esgf_query(activity = unique(q$activity_drs), variable = unique(q$variable_id), : Assertion on 'activity' failed: Must be a subset of {'AerChemMIP','C4MIP','CDRMIP','CFMIP','CMIP','CORDEX','DAMIP','DCPP','DynVarMIP','FAFMIP','GMMIP','GeoMIP','HighResMIP','ISMIP6','LS3MIP','LUMIP','OMIP','PAMIP','PMIP','RFMIP','SIMIP','ScenarioMIP','VIACSAB','VolMIP'}, but has additional elements {'E3SM-Project','CAS'}.
Cheers, Chris
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
The
init_cmip6_index(..., source=NULL)
usage seems broken:Cheers,
Chris
The text was updated successfully, but these errors were encountered: