CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
27 stars 5 forks source link

use mktempdir for regridding #972

Closed juliasloan25 closed 1 month ago

juliasloan25 commented 1 month ago

Purpose

closes https://github.com/CliMA/ClimaCoupler.jl/issues/832

Use mktempdir for temporary regridding directories, instead of using mkpath(path) and manually calling rm(path)

Content