walterjhudson / CSC_6110_MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add a Function to Compute Maximum Eddy Growth Rate #5

Open Tasnimul-SWE opened 1 year ago

Tasnimul-SWE commented 1 year ago

What should we add?

Add a Function to Compute Maximum Eddy Growth Rate
Estimate: 8
Priority: Should have
Story: As a researcher in the field of meteorology, I want to add a function that computes the maximum eddy growth rate so that a fluid’s dynamical instability of fundamental importance in the atmosphere and ocean can be measured. .
Acceptance criteria:
Given potential temperature, zonal wind, geometric height and latitude of a region
When the formula is computed
Then the baroclinic instability of the region is known

Reference

No response

UJUNWAMGBOH commented 1 year ago

Sprint backlog:

[Estimated time: 3 hours] Install Metpy and test some functions to understand how it works: [Status done]

[Estimated time: 1.5 hours] Research the maximum eddy function [1.5 hours]: [Status done]

[Estimated time: 1 hour] Locate entire source code

[Estimated time: 2.5 hours] Write the maximum eddy function

[Estimated time: 2.5 hours] Find where to insert it into the code

[Estimated time: 2 hours] Find a data set to test the code/function

[Estimated time: 1 hour] Create a unit test

[Estimated time: 1 hour] Prepare a document

Total: 14.5 hours