Closed juliasloan25 closed 1 month ago
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)
mktempdir
mkpath(path)
rm(path)
setup_output_dirs
regridder_tests.jl
regridder_mpi_tests.jl
mkpath(REGRID_DIR)
Purpose
closes https://github.com/CliMA/ClimaCoupler.jl/issues/832
Use
mktempdir
for temporary regridding directories, instead of usingmkpath(path)
and manually callingrm(path)
Content
mktempdir
for the regrid folder created insetup_output_dirs
mktempdir
for regrid dirs inregridder_tests.jl
andregridder_mpi_tests.jl
mkpath(REGRID_DIR)
call in Regridder