Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
ICOADS R HOSTACE
Commits
18d60750
Commit
18d60750
authored
1 year ago
by
Richard Cornes
Browse files
Options
Download
Email Patches
Plain Diff
Bug fix
parent
6477ec11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rscripts/run_disj_track2.R
rscripts/run_disj_track2.R
+1
-1
No files found.
rscripts/run_disj_track2.R
View file @
18d60750
...
...
@@ -68,7 +68,7 @@ f.add<-1
cat
(
'---------------------------------------------------------'
,
"\n"
)
cat
(
"running grouping for"
,
my_args
[
1
],
"to"
,
my_args
[
2
],
my_args
[
3
],
"tracking \n"
)
cat
(
'---------------------------------------------------------'
,
"\n"
)
data
<-
icoads.utils
::
read_trackmonth
(
paste0
(
config
$
output_dir
,
"
HOOVER_RUNZERO
/"
),
syr
=
syr
,
eyr
=
eyr
)
data
<-
icoads.utils
::
read_trackmonth
(
paste0
(
config
$
output_dir
,
"
TRACK_INPUT
/"
),
syr
=
syr
,
eyr
=
eyr
)
if
(
is.null
(
data
)
)
{
cat
(
'no data for'
,
my_args
[
1
],
my_args
[
2
],
'skipping \n'
)
if
(
my_args
[
1
]
!=
my_args
[
2
]
)
exit
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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