This page was translated by an AI (LLM) with a cursory human check and is awaiting full review.
THREDDS at IDRIS for IPSL
Data stored at IDRIS can be made available via the Data Server THREDDS (Thematic Real-time Environmental Distributed Data Services) of the ESGF (Earth System Grid Federation) server of the Pierre-Simon Laplace Institute (IPSL).
This service, administered by IPSL, is accessible only to IDRIS users affiliated with one of the member or partner laboratories of IPSL. Access requests should be sent to assist@idris.fr.
The path to the root of your THREDDS directory tree on Jean Zay is
defined by the environment variable $THREDDSDIR.
The data shared in this way is accessible via the URL:
https://thredds-su.ipsl.fr/thredds/catalog/idris_thredds/work/<votre login>/catalog.html.
Following the change of filesystem (switch to Lustre), the various commands/scripts (mfthredds, thredds_cp and thredds_rm) that IDRIS made available to users are no longer functional. We advise you to use the usual Unix commands (cp, rsync, rm, …).
For example, to publish the contents of the directory MY_DIR/PATH on the THREDDS data server, you can use one of the following commands:
cp -r MY_DIR/PATH $THREDDSDIR/.
rsync --recursive -v MY_DIR/PATH $THREDDSDIR/.