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

Clean up and comment code #8

Open ray-chew opened 5 months ago

ray-chew commented 5 months ago

Now that the essentials of the code are working, it's time to clean-up and comment the code.

  1. [x] Remove all 'print debugs'.
  2. [x] Keep asserts and comment out outputs for debugging purposes.
  3. [ ] Remove unnecessary variables in the data containers.
  4. [ ] Remove unnecessary initial condtions in the userdata files.
  5. [ ] Remove unnecessary comments..