Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
climatedt-request
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lkluft
climatedt-request
Commits
5ec1674b
Commit
5ec1674b
authored
10 months ago
by
Lukas Kluft
Browse files
Options
Downloads
Patches
Plain Diff
Process GRIB data per month for better performance
parent
a164a5b5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
postprocess.sh
+4
-2
4 additions, 2 deletions
postprocess.sh
with
4 additions
and
2 deletions
postprocess.sh
+
4
−
2
View file @
5ec1674b
...
...
@@ -15,6 +15,8 @@ if [[ ! -f $weights_file ]]; then
"
${
weights_file
}
"
fi
year
=
$1
cdo
\
-f
nc4
\
-P
8
\
...
...
@@ -22,5 +24,5 @@ cdo \
-hpdegrade
,nside
=
128
\
-monmean
\
-mergetime
\
data/icon_historical_
*
.grib2
\
data/icon_historical_
1992
.nc
data/icon_historical_
${
year
}
*
.grib2
\
data/icon_historical_
monmean_1x1_
${
year
}
.nc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment