forked from ESGF/esg-publisher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
57 lines (40 loc) · 2.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#*****************************************************************
# Copyright (c) 2009 Larence Livermore National Security (LLNS)
# Produced at the Lawrence Livermore National Laboratory
# All rights reserved.
#*****************************************************************
#
# Description: Basic description of the project(s) and layout of the
# project.
#
#*****************************************************************
README:
ESGF Publisher
For the next-gen ESGF architecture circa 2020 (v5) publisher: git checkout gen-five
Detailed instructions on publishing are on the ESGF confluence site. This is access controlled to Federation members.
https://acme-climate.atlassian.net/wiki/display/ESGF/Guide+to+ESGF+Publishing+and+Best+Practices
29 August 2016 - version 3.1.0
* Changes to support CMIP6
- Configuration option to extract global attributes
- Check for CMOR version in datafiles
- CF checker integration
- CMIP6-CV check integration (requires CMOR install)
* Included documentation (requires sphinx, sphinx_rtd_theme)
03 August 2016 - version 3.0.1
* Setup.py inclusion of esgprep utility - see http://esgf-prepare.readthedocs.io/ for more information
* Use of project-specific esg.ini files read from the default location
* Support for multiple mapfiles within a single directory
* support for comma or space-delimited facets
Previous versions:
06 July 2015 - version 2.13.0
* Support for multithreaded checksumming
* Version pick up in esgscan and use in esgpublish
* esgfind_excludes to find files in the thredds exclude property
* Add optional facet values with esgadd_facetvalues for published datasets
* ACME file handler to support publication of netCDF + other formats in single data set
14 January 2015 - version 2.12.2
* Warning message for esgscan_directory failues
* --nodbwrite flag to enable "dry run" for fileO validation without writing to postgreSQL database
* Additional utility scripts:
meta_synchro.py - metadata syncronization checks for PGSQL, Thredds and SOLR
gen_versions.py, add_checksums_to_map.sh - used for replica publication (at LLNL/PCMDI)