Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Ziemen
paraview-files
Commits
59369252
Commit
59369252
authored
Dec 20, 2021
by
Florian Ziemen
Browse files
day-night plot script
parent
e3e38bdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
DYAMOND_WINTER/day-night.py
View file @
59369252
...
...
@@ -73,7 +73,7 @@ SetActiveView(renderView1)
# ----------------------------------------------------------------
# create a new 'CDIReader'
icon_datanc
=
CDIReader
(
registrationName
=
'icon_data.nc'
,
FileNames
=
[
'/scratch/k/k202134/icon_data.nc'
])
icon_datanc
=
CDIReader
(
registrationName
=
'icon_data.nc'
,
FileNames
=
[
sys
.
argv
[
1
]
])
icon_datanc
.
Dimensions
=
'(clon, clat, sfc)'
icon_datanc
.
CellArrayStatus
=
[
'rsdt'
,
'cloud'
,
'psl'
]
icon_datanc
.
SetProjection
=
'Spherical Projection'
...
...
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