Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nationellt superdatorcentrum
ESGF
ESGF Publishing
Commits
fe9d2367
Commit
fe9d2367
authored
Dec 24, 2020
by
Prashanth Dwarakanath
Browse files
update doc templates and mk file stub to skip second nctcck check
parent
6bc2f02d
Changes
3
Hide whitespace changes
Inline
Side-by-side
esgf_template_cmip6_publication_pipeline.mk
View file @
fe9d2367
...
...
@@ -65,7 +65,7 @@ $(PROCESS_DIR)/02_cdf2cim.done: | $(PROCESS_DIR)/01b_cmorfix.done $(LOCKFILE)
touch
$@
;
$(PROCESS_DIR)/03_nctcck.done
:
| $(PROCESS_DIR)/02_cdf2cim.done $(LOCKFILE)
esgf_publish_phase_03.sh
$(PROCESS_DIR)
$(DATA_DIR)
$(EXPERIMENT_CAP)
$(DOCSTUB)
;
#
esgf_publish_phase_03.sh
$(PROCESS_DIR)
$(DATA_DIR)
$(EXPERIMENT_CAP)
$(DOCSTUB)
;
touch
$@
;
$(PROCESS_DIR)/04_checksums.done
:
| $(PROCESS_DIR)/03_nctcck.done $(LOCKFILE)
...
...
esgf_template_cmip6_publication_workflow.jin
View file @
fe9d2367
...
...
@@ -66,6 +66,7 @@ Use the exact same arguments as above (for documentation stub genenation), makin
- A check was also made to ensure the absence of any non-nc files by performing `grep -vc ".*\.nc$"` on the files.
- The check returned `{{ logs.fullvarchecklog.counts }}` matches; it should be `0`.
- nctcck test for time series continuity and nctxck checks for time-axis squareness were executed without any issues being noted.
## Double check chosen mountpoint, data transfer size, read-only status of target filesystem
...
...
esgf_template_cmip6_publication_workflow_local.jin
View file @
fe9d2367
...
...
@@ -66,6 +66,7 @@ Use the exact same arguments as above (for documentation stub genenation), makin
- A check was also made to ensure the absence of any non-nc files by performing `grep -vc ".*\.nc$"` on the files.
- The check returned `{{ logs.fullvarchecklog.counts }}` matches; it should be `0`.
- nctcck test for time series continuity and nctxck checks for time-axis squareness were executed without any issues being noted.
## Double check chosen mountpoint, data transfer size, read-only status of target filesystem
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment