Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Earth Sciences
Earth Diagnostics
Commits
7203e34a
Commit
7203e34a
authored
5 years ago
by
sloosvel
Browse files
Options
Download
Patches
Plain Diff
Fix utau_ice problem
parent
14d320a1
master
dev_fix_94
production
3.5.9
3.5.8
3.5.7
v3.5.6
v3.5.4
v3.5.3
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.1
v3.1.0
2 merge requests
!62
Release with diagonals
,
!60
Dev issue93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
earthdiagnostics/config.py
+1
-1
earthdiagnostics/config.py
with
1 addition
and
1 deletion
+1
-1
earthdiagnostics/config.py
+
1
−
1
View file @
7203e34a
...
...
@@ -264,7 +264,7 @@ class CMORConfig(object):
Log
.
warning
(
'Variable {0} not recognized. It will not be cmorized'
,
domain_var
)
continue
if
ModelingRealm
(
splitted
[
0
])
!=
cmor_var
.
domain
:
Log
.
warning
(
'Domain {0} for variable {1} is not correct: is {2}'
,
splitted
[
0
],
cmor_var
.
short_name
,
Log
.
warning
(
'Domain {0} for variable {1} is not correct: is {2}'
,
splitted
[
0
],
splitted
[
1
]
,
cmor_var
.
domain
)
continue
self
.
_variable_list
.
append
(
'{0.domain}:{0.short_name}'
.
format
(
cmor_var
))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets