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
6477ec11
Commit
6477ec11
authored
3 years ago
by
Richard Cornes
Browse files
Options
Download
Email Patches
Plain Diff
Create ouput directory if missing
parent
37ffb159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
rscripts/get_gridded_vals.R
rscripts/get_gridded_vals.R
+1
-0
No files found.
rscripts/get_gridded_vals.R
View file @
6477ec11
...
...
@@ -163,6 +163,7 @@ for ( year in my_args[1]:my_args[2] ) {
}
}
if
(
!
dir.exists
(
out_grid_dir
))
dir.create
(
out_grid_dir
)
saveRDS
(
op.ht
,
paste0
(
out_grid_dir
,
"deg5_ht_"
,
year
,
".Rda"
))
saveRDS
(
op.sd
,
paste0
(
out_grid_dir
,
"deg5_sd_"
,
year
,
".Rda"
))
saveRDS
(
op.num
,
paste0
(
out_grid_dir
,
"deg5_sd_"
,
year
,
".Rda"
))
...
...
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