ray-chew / pyBELLA

A Python-based Blended sEamLess soLver for Atmospheric dynamics coupled to an ensemble data assimilation engine
https://ray-chew.github.io/pyBELLA/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement auto mkdir for logs outputs #19

Closed ray-chew closed 5 months ago

ray-chew commented 5 months ago

Done @ v0.50.1.

  1. Moved the initialisation of the logger to src.utils.io.py.
  2. logs directory is automatically created in the package root.
  3. Log filename includes run case name and date-time stamp.