Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an archive task to GEFS system to archive files in HPSS #2895
Add an archive task to GEFS system to archive files in HPSS #2895
Changes from 117 commits
9459e9f
c131171
586efb1
e8c719b
5cb7ad6
f0e834b
786bf96
cbba6d2
b7acfc9
0f34d5a
e070783
67a2f14
93ba555
8fbe947
85deb26
8959362
80f47c1
6baa6ca
61e0331
16a74e0
212f0ad
8de666a
5e71e3b
29b5b99
33f274d
16482db
8c24913
50d21d8
b2c84e6
29944bd
8e41826
76aa61b
99b6fff
88d54e7
85fc9a1
af02c33
c6dca50
9b63e80
a3c69a9
5eeba29
2fb56af
bf47996
9c20784
79cf834
26eb86b
cb012d4
792a5c4
0a30578
8eefcfa
4b9a4f5
5bed5f0
2e221e5
214c0a3
9aec9bb
7d74b4a
9c4f224
7b81e03
f921679
752c518
6fc253a
fec75ff
64eafba
466f386
48a95cf
709f109
1a8f6c0
880eda9
80ead80
71afb3f
c978158
c69d5aa
2e3785f
442e4f0
5dd581d
ae692e4
3df49b6
b2e33be
a8e0732
a246710
5bd3b1f
ed34cd7
3fed0c3
b5c7e36
cb19195
706bf5f
d363ecd
0151ff7
340a820
91fba02
17d3f41
c307800
a7fee42
48032de
7d48835
68c8ff7
e5a5571
4b7b5b1
0f51e82
93316e2
36bcbd0
db61280
e8d951b
0b0bb30
1f982ee
5cb1f5a
177d421
b47cf0f
953a00f
ccdae20
c79def2
22297db
ada5ec6
eac1ee4
90b4729
97e72f7
fa0a1fd
73449d3
442e1c1
6f3aa65
d895084
45f1360
092f4b1
7190cc1
67f4560
97cd65e
b14e488
72fce1d
941836c
3647a44
c24ae40
22cc3b1
43dc2c3
e07b42e
cb558f1
6d1cae2
8bea1eb
b083d4e
262bfb3
a296007
fa05f44
50c5de9
7a774c0
f380971
e3e8da8
f51b762
b705b99
fcbb649
c2bb0ae
1b66adb
ff38f83
7ae9337
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the current yaml files, the archive job should succeed without a
DO_EXTRACTVARS
condition for base GEFS (based on my tests and Anton's test according to our discussions). However, since the GEFS reforecast archived products will likely be structured differently than the GEFS retrospective products, it may be best to use a flag such asDO_EXTRACTVARS
for the reforecast products.If we use
DO_EXTRACTVARS
, we may need yaml files for base GEFS (see suggestion below) so that the CI test doesn't fail. In the CI test,DO_EXTRACTVARS=NO
andHPSSARCH=YES
, which I think will cause the archive task to fail if there are no data files to stage.