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
VERIFY
CIF
Commits
6a4c1da5
Commit
6a4c1da5
authored
May 25, 2021
by
Jean Matthieu Haussaire
Browse files
Apply the numscale factor when reading the footprints from the netCDF files
parent
3553f01b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycif/plugins/models/flexpart/utils/read.py
View file @
6a4c1da5
...
...
@@ -140,6 +140,8 @@ def read_grid_nc(path_file, file_dates, fp_header):
gtime
.
append
(
enddate
+
timedelta
(
seconds
=
int
(
t
)))
print
(
'HJM done reading'
)
grid_fp
*=
1e12
#This is applied in mod_flexpart
return
grid_fp
,
len
(
gtime
),
gtime
...
...
Write
Preview
Supports
Markdown
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