NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
23 stars 22 forks source link

Common location for observational datasets? #37

Open nusbaume opened 8 months ago

nusbaume commented 8 months ago

Currently the ADF is capable of comparing model simulations to certain reanalysis and observational datasets, which are accessible by all ADF users, at least when running on Casper. However, right now all of those observational datasets are under people's personal directories, for example here:

/glade/work/nusbaume/SE_projects/model_diagnostics/ADF_obs

I suspect that this strategy will be difficult to maintain long-term, especially as other non-ADF diagnostics are brought into CUPiD that need their own specialized datasets.

Given this, should there be work to identify a common location where all of the CUPiD-relevant observational datasets are stored? Along those lines are several things that should probably be discussed at some point:

I assume it will take multiple group discussions to figure all of this out, but I just wanted to open this issue now, as it may impact how at least the ADF is integrated into CUPiD.

dabail10 commented 8 months ago

We have our sea ice observational data in:

/glade/campaign/cesm/development/pcwg/ice/data

One thing we do for the CICE Consortium data is we put it on Zenodo. I think they allow 50GB datasets. We end up breaking the datasets up. We also tag releases of the model here:

https://zenodo.org/communities/cice-consortium?q=&l=list&p=1&s=10&sort=newest

gustavo-marques commented 8 months ago

We are trying to put all the relevant ocean datasets (obs and reanalysis) under /glade/campaign/cgd/oce/datasets We are also working on an intake catalog, which can be found at https://github.com/NCAR/oce-catalogs The idea is that all the datasets in the directory above will be included in this catalog.

wwieder commented 8 months ago

not sure how this is supposed to be set up, but trying to run CUPiD out of the box I get the following permission error PermissionError: [Errno 13] Permission denied: '/glade/campaign/cgd/oce/datasets/cesm/tx2_3/mld/deBoyer2004/deBoyer04_MLD_remapped_to_tx2_3.nc'

gustavo-marques commented 8 months ago

I changed the permissions on this file and it is now readable by everyone. Let me know if you are still having issues.

wwieder commented 8 months ago

I'm still getting the same permission error, and can't see anything below the /glade/campaign/cgd/oce/ directory.

gustavo-marques commented 8 months ago

Please try again.

wwieder commented 8 months ago

That did the trick. Thanks @gustavo-marques