Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Feel free to join the next
Helmholtz Hacky Hour #26
on Wednesday, April 21, 2021 from 2PM to 3PM!
Open sidebar
CHS
progs
edk_nc
Commits
907575f9
Commit
907575f9
authored
Apr 01, 2020
by
Akash Koppa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deallocate dummy_lat properly
parent
6255c96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mo_write.f90
src/mo_write.f90
+1
-1
No files found.
src/mo_write.f90
View file @
907575f9
...
...
@@ -114,7 +114,7 @@ CONTAINS
call
var_east
%
setAttribute
(
"units"
,
"m"
)
call
var_east
%
setData
(
dummy
)
deallocate
(
dummy
)
deallocate
(
dummy_lat
)
if
(
allocated
(
dummylat
)
)
deallocate
(
dummy_lat
)
end
if
!var_data = nc%setVariable(variable_name, "f32", (/dim_x, dim_y, dim_time/))
...
...
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