Release v0.7.0: encapsulated calculations from Neal et al (2022) #76
csyhuang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Major changes in user interface
QGFieldNHN22
. The existing algorithm from Nakamura and Huang (2018, Science) is encapsulated inQGFieldNH18
. CurrentQGField
class is equivalent toQGFieldNH18
(for backward compatibility). These classes are also available in the xarray interfaceQGDataset
(Thanks Christopher!).nbsphinx
, jupyter notebook examples are now available in the documentation. Great thanks to Christopher for ths enhancement.QGFieldNH18
andQGFieldNHN22
. They can be run with the sample data available in Dropbox folder (See Quick start in readme.md for details).Migration guide from v0.6.x -> 0.7.0
northern_hemisphere_results_only
becomes an input argument forQGField
. Please initialize this when creatingQGField
object and remove this argument from the methods (compute_reference_states
andcompute_lwa_and_barotropic_fluxes
).eq_boundary_index
is now an input arguemnt merely forQGFieldNHN22
, but notQGFieldNH18
. Remove it if you are usingQGField
/QGFieldNH18
. You can refer to the jupyter notebook examples for the updated usage.This discussion was created from the release Release v0.7.0: encapsulated calculations from Neal et al (2022).
Beta Was this translation helpful? Give feedback.
All reactions