Two-Streams Revisited: General Equations, Exact Coefficients, and Optimized Closures (data and code)
收藏资源简介:
Code and data necessary to reproduce figures presented in our paper "Two-Streams Revisited: General Equations, Exact Coefficients, and Optimized Closures" (Ho, and Pincus 2023). The figures and code to reproduce them are in the Jupyter Notebook `Two-stream_revisited_code.ipynb` which includes 3D interactive versions of Figures 5 and 6. We also provided code to further explore the dataset of optimized coupling coefficients `optimized_coupling_coefficients.npz`. Requirements Python 3.8+ `PythonicDISORT >= 0.8.0` `numpy >= 1.8.0` `scipy >= 1.8.0` `matplotlib >= 3.6.0` `jupyter > 1.0.0` `notebook > 6.5.2` `autograd >= 1.5` `plotly >= 5.22.0`
本项目包含复现我们2023年发表的论文《Two-Streams Revisited: General Equations, Exact Coefficients, and Optimized Closures》(作者为Ho与Pincus)中所有图表所需的全部代码与数据。用于复现这些图表的代码及相关文件存放于Jupyter笔记本(Jupyter Notebook)`Two-stream_revisited_code.ipynb`,该文档包含图5与图6的交互式三维版本。此外,我们还提供了用于进一步探索优化耦合系数数据集`optimized_coupling_coefficients.npz`的配套代码。 ### 运行环境依赖 Python 3.8 及以上版本 `PythonicDISORT >= 0.8.0` `numpy >= 1.8.0` `scipy >= 1.8.0` `matplotlib >= 3.6.0` `jupyter > 1.0.0` `notebook > 6.5.2` `autograd >= 1.5` `plotly >= 5.22.0`



