Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ray Garcia
himawari
Commits
18a81a53
Commit
18a81a53
authored
Aug 10, 2017
by
R.K.Garcia
Browse files
negate navigation y per
3ebfc9ab
PUG has negative y north of equator
parent
cfc6b4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
himawari/ahi2cmi.py
View file @
18a81a53
...
...
@@ -379,8 +379,8 @@ class HimawariAHIasCMIP(object):
'units'
:
'rad'
,
'long_name'
:
"AHI fixed grid projection %s-coordinate"
%
name
,
'standard_name'
:
"projection_%s_coordinate"
%
name
,
'scale_factor'
:
m
,
'add_offset'
:
b
'scale_factor'
:
-
m
if
name
==
'y'
else
m
,
# PUG has negative y north of equator
'add_offset'
:
-
b
if
name
==
'y'
else
b
# ref GIT 3ebfc9ab1f
}
# y/x
yield
self
.
p
(
name
),
v
,
self
.
d
(
name
),
a
...
...
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