Added output_files' folder, environment.yml file, and jupyter notebook demo on how to create and visualize hdf5 files.

This commit is contained in:
2023-11-02 15:49:35 +01:00
parent 25c0f07cc3
commit bf4d03f369
2 changed files with 126 additions and 0 deletions

13
environment.yml Normal file
View File

@ -0,0 +1,13 @@
name: test_atmos_chem_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- jupyter
- numpy
- pandas
- matplotlib
- plotly=5.18
- h5py=3.10
- pybis=1.35