You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When do_conversions(settings, overwrite.met = FALSE) is run, files get overwritten. The overwrite.met arg isn't used to determine whether to write a .nc file in the following lines:
Bug Description
When
do_conversions(settings, overwrite.met = FALSE)
is run, files get overwritten. Theoverwrite.met
arg isn't used to determine whether to write a .nc file in the following lines:pecan/modules/data.atmosphere/R/download.MERRA.R
Lines 103 to 111 in 01b3704
Judging by the speed of the reprex below, the downloading isn't repeated (although a message indicating the download is happening is still printed)
To Reproduce
Created on 2022-08-01 by the reprex package (v2.0.1)
Expected behavior
If
overwrite = FALSE
and the files exist, a different message should be printed and no attempt to write the file should be made.The text was updated successfully, but these errors were encountered: