I'm running a simulation for a large area of about 5 km. When I export the output to use as input for a 500m boundary model, I encounter a problem with the commands:
model.import_wind(read_cache=true, cache_name="EC20251104")
or
model.import_wind(filename="EC20251104.nc", folder="wnd_cache")
When I write these commands, the program automatically loads data from the CDS without retrieving data from the wnd_cache folder.
Please help me resolve this issue.
I'm running a simulation for a large area of about 5 km. When I export the output to use as input for a 500m boundary model, I encounter a problem with the commands:
model.import_wind(read_cache=true, cache_name="EC20251104")
or
model.import_wind(filename="EC20251104.nc", folder="wnd_cache")
When I write these commands, the program automatically loads data from the CDS without retrieving data from the wnd_cache folder.
Please help me resolve this issue.