ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

Add logging to writing of run directory #122

Closed oliverwm1 closed 3 years ago

oliverwm1 commented 3 years ago

This will aid in debugging if the write_run_directory command fails. It is also useful for monitoring, especially when many assets are being copied and write_run_directory takes minutes to complete.

Resolves #115

Edit: also fixes an unrelated warning about importing from collections instead of collections.abc