Skip to content

Added functionality to compute LWA zonal advective flux convergence

Compare
Choose a tag to compare
@csyhuang csyhuang released this 17 Jul 19:01
· 404 commits to master since this release
c9ba524
  • Added a function zonal_convergence in hn2016_falwa/utilities.py that it computes the zonal component
    of convergence in spherical coordinates
  • Added unittest for utilities.zonal_convergence in tests/test_utilities.py
  • Updated the demo scripts in examples/nh2018_science/ that it now computes LWA, LWA flux and their convergence/divergence
    and saves them in a netCDF file for 8 days (6-hourly data) in 2005.
  • Included a conda environment specification file examples/nh2018_science/environment.yml that enables one to
    run all the scripts with visualizations in the repository
  • Included examples/README.md with brief descriptions of the sample scripts
  • Updated descriptions in examples/nh2018_science/README.md