clessig / atmorep

AtmoRep model code
MIT License
44 stars 11 forks source link

Consistently use proper logging #19

Open clessig opened 4 months ago

clessig commented 4 months ago

We currently often use print() logging; a proper logger is in atmorep/utils/logger.py but the existing code needs to be updated that it is used consistently.