cm1 Python Library¶
Installation and Setup¶
- Create and activate Conda environment from
environment.yml
Development Setup¶
This project uses pre-commit to maintain code quality. Please install it before making your first commit:
- Install the tool:
pip install pre-commit(orbrew install pre-commiton macOS). - Install the hooks: Run
pre-commit installin the root of the repo.
Command Line Usage¶
Get ERA5 sounding for CM1¶
Expected output¶
970.49 305.05 11.89
359.57 305.05 11.89 -0.49 2.71
381.70 304.75 11.63 -0.63 3.47
...
70727.57 3751.06 0.00 -35.85 5.61
73221.89 4084.34 0.00 -38.75 2.34
78498.49 5103.39 0.00 -40.77 -0.17
Plot a skew-T diagram.
