Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
inventory
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
data
tools
inventory
Commits
8daf5ca0
Commit
8daf5ca0
authored
Nov 30, 2017
by
Willi Rath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate grb and nc files
parent
72568a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
convert_to_netcdf.sh
ERAIN_SFC12_MM/util/convert_to_netcdf.sh
+4
-0
No files found.
ERAIN_SFC12_MM/util/convert_to_netcdf.sh
View file @
8daf5ca0
...
...
@@ -12,3 +12,7 @@ export -f convert_grb_to_netcdf
find data
-iname
\*
.grb
-print0
|
\
xargs
-0
-n1
-P4
-I
{}
bash
-c
"convert_grb_to_netcdf {}"
mkdir
-p
data/grb data/nc
mv
data/
*
.grb data/grb
mv
data/
*
.nc data/nc
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