Giter Club home page Giter Club logo

preciphysics's Introduction

∞ preciphysics ∞

  • Preciphysics is a Python library offering a bunch of meteorological and numerical calculations.
  • Apart from numerical calculations it offers some visualization plots such as meteogram, skew-T etc.
  • This Python package is under development with an attempt to be taken onto further supportment.

Experimental work by an Undergraduate Student dedicated to the improvement of the meteorological implications and numerical modelling studies in Turkey.


calcsy.py √

  • Calcsy offers a bunch of meteorological calculations. Fundamentally used equations in Thermodynamics and Precipitation physics are gathered in simply defined functions.
  • Each equation function can take arrays of parameters.
  • Calcsy is still in development.

Some Examples ×

  1. Using calcsy to calculate sensible heat in Joule(J) given the initial and final temperature in Celcius(°C) and Mass of air in (kg) with the help of sens_heat() function.

Input :

sense_heat(tmpi=20, tmpf=21, M=0.5)
# tmpi = Initial Temperature (C)
# tmpf = Final Temperature (C)
# M    = Mass (kg)

Output :

502.5
#Returns sensible heat in Joules in an array form.

meteogravis.py √

  • Meteogravis offers you to plot your Meteogram easily. There are two different functions in which the former plots the Temperature and MSLP Meteogram, while the latter plots the Visibility and the Precipitation Accumulation.

  • It expects from you to enter individually preferred 4 parameters which are ;

    1. Latitude

    Latitude on which the plotting will be performed

    1. Longitude

    Longitude on which the plotting will be performed

    1. Days

    Count of days that will be plotted - Time related

    1. GFS Dataset

    Meteogravis only accept GFS Dataset now but future improvements on the way in which other Datasets will also be accepted.


preciphysics Function Counts in use
Calcsy 9 Functions in use
Meteogravis 2 Functions in use

by Berkay & Kutay DÖNMEZ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.