Skip to content

Commit 3d4c193

Browse files
committed
Update 02-calculate-spei.qmd
1 parent 5480e11 commit 3d4c193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/02-calculate-spei.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ save_index_to_netcdf(spei_multi_ds, output_netcdf / 'spei_multi_scale_bali.nc',
344344
print("✓ Saved multi-scale SPEI")
345345
346346
# Save computed PET for reference
347-
pet_computed.to_netcdf('output/netcdf/pet_thornthwaite_bali.nc')
347+
pet_computed.to_netcdf(output_netcdf / 'pet_thornthwaite_bali.nc')
348348
print("✓ Saved computed PET")
349349
```
350350

0 commit comments

Comments
 (0)