natashabatalha / picaso

A Planetary Intensity Code for Atmospheric Spectroscopy Observations
https://natashabatalha.github.io/picaso
GNU General Public License v3.0
69 stars 42 forks source link

Add the option to save all temperature profiles in a climate run #215

Open aditya-sengupta opened 3 months ago

aditya-sengupta commented 3 months ago

Closes #213.

natashabatalha commented 3 months ago

Awesome!!!

@aditya-sengupta could you do me a favor and submit the PR to dev, not master! Sorry I didn't mention that before! You should be able to edit this existing PR's base merge to dev easily

Also great questions about the paths. Currently the docs are built on a machine at nasa. I run all the notebooks during the build to ensure proper functionality of all parts before it goes live. Usually for file creation during a tutorial I just have it created in the same working directory for simplicity, then add the filetype to .gitignore. I think h5 files should already be ignored anyways.

aditya-sengupta commented 3 months ago

Noticed the 1D -> 2D change broke the convergence animation so added a fix for that