Welcome, Guest. | Login | Create Account |
![]() |
You are at the ESGF@DOE/LLNL node |
Groups that wish to publish datasets as "Obs4MIPs" should conform to the following guidelines, which garantee that datasets are searched and displayed uniformly across agencies and projects.
The recommended esg.ini file to be used for obs4MIPs publication is stored in the ESGF GitHub: esg.ini
<policy resource=".*obs4MIPs.*" attribute_type="AUTH_ONLY" attribute_value="" action="Read"/> <policy resource=".*obs4MIPs.*" attribute_type="NASA OBS" attribute_value="publisher" action="Write"/>
# to publish: esgscan_directory --project obs4MIPs -o obs4MIPs.txt --use-version-dir /esg/data/obs4MIPs/observations esgpublish --map ./obs4MIPs.txt --project obs4MIPs --service fileservice esgpublish --map ./obs4MIPs.txt --project obs4MIPs --noscan --thredds --publish --service fileservice # to unpublish: esgunpublish --database-delete --map ./obs4MIPs.txt
When publishing a tech note document together with the dataset, first make the document available at some URL, then run the first esgscan command by providing additional arguments as follows:
# to publish with tech note: esgscan_directory --project obs4MIPs -o obs4MIPs.txt --use-version-dir --dataset-tech-notes-title <tech_notes_title> --dataset-tech-notes <tech_notes_url> /esg/data/obs4MIPs/observations