Skip to content

close NCDatasets after access in process_snowmip.jl #1277

@juliasloan25

Description

@juliasloan25

This file accesses two datasets, met_data and snow_data, but never closes them. We just need to add two lines after we're done using them:

close(met_data)
close(snow_data)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions