Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christoph Heim
dyamond_mistral
Commits
41feef32
Commit
41feef32
authored
Sep 15, 2019
by
Christoph Heim
Browse files
Finished extraction of DYAMOND_2 domain.
parent
c858279f
Changes
1
Hide whitespace changes
Inline
Side-by-side
08_arpege.py
View file @
41feef32
...
...
@@ -253,7 +253,8 @@ if __name__ == '__main__':
# variables to extract
var_namess
=
{
'3D'
:[
'T'
,
'QV'
,
'QC'
,
'W'
,
'H'
],
#'3D':['T', 'QV', 'QC', 'W', 'H'],
'3D'
:[
'QV'
,
'QC'
,
'W'
,
'H'
],
#'2D':['LWUTOA', 'T2M', 'U10M', 'V10M', 'SWDSFC',
# 'SLHFLX', 'SSHFLX', 'TQC', 'PP'],
'2D'
:[
'SSHFLX'
,
'TQC'
,
'PP'
],
...
...
@@ -262,7 +263,7 @@ if __name__ == '__main__':
main_vars
=
{
'3D'
:
'T'
,
'2D'
:
'LWUTOA'
}
run_var_type
=
'3D'
run_var_type
=
'2D'
#
run_var_type = '2D'
var_names
=
var_namess
[
run_var_type
]
main_var
=
main_vars
[
run_var_type
]
...
...
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