Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
esde
machine-learning
MLAir
Commits
b38c6ae9
Commit
b38c6ae9
authored
5 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update README for JUWELS
parent
961483ec
No related branches found
No related tags found
3 merge requests
!125
Release v0.10.0
,
!124
Update Master to new version v0.10.0
,
!97
Felix issue106 hpc modules for juwels
Pipeline
#33824
failed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-1
6 additions, 1 deletion
README.md
with
6 additions
and
1 deletion
README.md
+
6
−
1
View file @
b38c6ae9
...
...
@@ -14,6 +14,11 @@ and [Network In Network (Lin et al., 2014)](https://arxiv.org/abs/1312.4400).
*
Install __proj__ on your machine using the console. E.g. for opensuse / leap
`zypper install proj`
*
c++ compiler required for cartopy installation
## HPC - JUWELS
*
Clone the repo to HPC system (we recommend to place it in
`/p/procects/<project name>`
*
Setup venv by executing
`source setup_venv.sh`
*
Currently cartopy is not working, therefore PlotStations does not create any output
# Security
*
To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and
...
...
@@ -76,4 +81,4 @@ station-wise std is a decent estimate of the true std.
`"mean"=<value, e.g. xr.DataArray>`
: If mean and std are already calculated or shall be set manually, just add the
scaling values instead of the calculation method. For method
*centre*
, std can still be None, but is required for the
*standardise*
method.
**Important**
: Format of given values
**must**
match internal data format of DataPreparation
class:
`xr.DataArray`
with
`dims=["variables"]`
and one value for each variable.
\ No newline at end of file
class:
`xr.DataArray`
with
`dims=["variables"]`
and one value for each variable.
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