Is there a way too skip following steps in the model by placing the files already created with GlobalEnergyGIS in Trace?
[Sun Jul 10 15:19:05 2022]
rule download_GEGIS_era5:
output: resources/GEGIS/era5wind2013.h5, resources/GEGIS/era5solar2013.h5, resources/GEGIS/era5temp2013.h5
jobid: 5
reason: Missing output files: resources/GEGIS/era5temp2013.h5, resources/GEGIS/era5solar2013.h5, resources/GEGIS/era5wind2013.h5
wildcards: year=2013
resources: tmpdir=/tmp
[Sun Jul 10 15:19:05 2022]
rule download_GEGIS_dataset:
output: resources/GEGIS/protected.jld, resources/GEGIS/gadm.tif
jobid: 7
reason: Missing output files: resources/GEGIS/gadm.tif
resources: tmpdir=/tmp
Is there a way too skip following steps in the model by placing the files already created with
GlobalEnergyGISinTrace?