Falwa

Latest version: v1.2.1

Safety actively analyzes 638250 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.2.0

The package has been significantly restructured. The file api.py has been removed. Functions are classified into 4 different categories according to their structures.

For existing users: instead of using
python
from hn2016.api import function

please switch to, for example, if you want to use the wrapper function *qgpv_eqlat_lwa*
python
from hn2016 import wrapper
qref, lwa = wrapper. qgpv_eqlat_lwa(...)


Existing functions are categorized into 4 types: basis functions (*basis*), wrapper functions (*wrapper*), utility functions (*utilities*) and beta-version functions (*beta_version*). Please refer to the [documentation](http://hn2016-falwa.readthedocs.io) for the lists.

0.1.7

This version 0.1.7 has some major updates in function names and library structure.

Major updates:
- Name of functions are all now in **small letters**.
- The radius of planet (*planet_radius*) is now an optional input for the functions (default value: Earth's radius).
- The function *static_stability* can now take in 2D (i.e. zonal mean) or 3D field of potential temperature.
- The syntax in the sample IPython notebooks are updated. (see *example/*)
- Unittest directory has been set up (*tests/*) and will be constantly updated.
- A new function *theta_lwa* has been added to compute surface wave activity (See Huang and Nakamura (2016). It is the **longitudinally local** version of B^* in Nakamura and Solomon (2010) / Wang and Nakamura (2015)).

Note for existing users
- Please change all characters in the names of functions into **small letters**.
- The directory of functions can be access via *hn2016_falwa.api* instead of directly from *hn2016_falwa*.
- The old function *Solve_Uref_noslip* has been renamed *solve_uref_both_bc*. The input fields are the same. The dimension-dependent parameters are functions of input instead of hard-coded in the previous version. Thanks slubis for reminding.

0.1.6

Added two new functions that allows computation of LWA based on *prescribed* equivalent-latitudes:
- barotropic_input_Qref_to_compute_LWA
- qgpv_input_Qref_to_compute_LWA

0.1.5c

0.1.4

- Included a function 'static_stability' to compute static stability from potential temperature field.
- Fixed a bug in outputing equivalent latitude in the function 'qgpv_Eqlat_LWA'. Other related subroutines are not affected.
- A beta version of function 'Solve_URef_noslip_hemisphere' is updated. It can only be used to compute eddy-free reference state in no-slip boundary conditions.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.