NGEET / tools-fates-landusedata

Python tool for processing LUH2 data for use with FATES Landuse run modes
Other
0 stars 2 forks source link

Write each variable, not each file #19

Open samsrabin opened 1 month ago

samsrabin commented 1 month ago

This would allow for a user to resume this script without having to start all over. It would also help with #18.

glemieux commented 1 month ago

This probably will be attainable with a parallelized version of the code (created #20 to track this). The current method is designed this way as the process is memory limited and chokes if we write each variable.