-
Updated
Jun 29, 2021 - Fortran
#
climate-model
Here are 75 public repositories matching this topic...
Energy Exascale Earth System Model source code.
python package for analyzing general circulation model output data
-
Updated
Jun 29, 2021 - Python
Python package for process-oriented climate modeling
-
Updated
May 17, 2021 - Fortran
A collection of interactive lecture notes and assignments in Jupyter notebook format.
-
Updated
May 18, 2020 - Jupyter Notebook
The mission of Project Drawdown is to help the world reach “Drawdown”— the point in the future when levels of greenhouse gases in the atmosphere stop climbing and start to steadily decline, thereby stopping catastrophic climate change — as quickly, safely, and equitably as possible.
-
Updated
Jun 29, 2021 - Python
The official home of climt, a Python based climate modelling toolkit.
-
Updated
Apr 30, 2021 - Fortran
Idealized GCM from the University of Exeter
atmospheric-modelling
climate-model
atmospheric-science
geophysical-fluid-dynamics
planetary-atmospheres
-
Updated
Jun 28, 2021 - Fortran
The Hector Simple Climate Model
-
Updated
Jun 29, 2021 - C++
JupyterBook source for The Climate Laboratory
-
Updated
Jun 25, 2021 - Jupyter Notebook
swillner
commented
Jun 27, 2019
Currently ScmDataFrame uses datetime.datetime to represent dates internally. As the rest of OpenSCM uses np.datetime64, this could/should be replaced by np.datetime64.
Provides analysis for the MPAS components of E3SM
-
Updated
Jun 23, 2021 - Python
Python interface for the simple global climate carbon-cycle model Hector
-
Updated
Apr 16, 2020 - Python
RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.
-
Updated
Jun 21, 2021 - Fortran
znicholls
commented
Oct 2, 2020
This toolkit helps companies and financial institutions to assess the temperature alignment of current targets, commitments, and investment and lending portfolios, and to use this information to develop targets for official validation by the SBTi.
-
Updated
May 13, 2021 - Python
Model of an idealized Moist Atmosphere: Intermediate-complexity General Circulation Model with full radiation
-
Updated
Jun 29, 2021 - Fortran
-
Updated
Jan 23, 2021 - Python
machine-learning
climate
climate-data
carbon
climate-model
co2
carbon-emissions
climate-science
climate-change
climatology
co2monitor
carbon-dioxide
carbon-footprint
co2-emission
climate-models
co2-emissions
climate-analysis
carbon-cycle
co2-measurements
co2-concentration
-
Updated
Jul 28, 2020 - HTML
A High Performance Unified Framework for Geostatistics on Manycore Systems.
machine-learning
prediction
climate-model
geostatistics
statistical-models
maximum-likelihood-estimation
manycore
-
Updated
Jun 7, 2021 - C
Repository for paper -- Using Machine Learning at Scale in HPC Simulations with SmartSim: An Application to Ocean Climate Modeling
-
Updated
Apr 13, 2021 - Jupyter Notebook
The Integrated Earth System Model (iESM) couples GCAM (http://www.globalchange.umd.edu/gcam/) to the Community Earth System Model
-
Updated
Jun 26, 2017 - Fortran
FV based Navier-Stokes / Transport Equation / Conservation Law Solver for Procedural World Simulation. Designed for CFD learning purposes.
simple
procedural-generation
simulation
finite-volume
navier-stokes
climate-model
pde
conservation-laws
fluid-dynamics
fluid-simulation
simplec
pde-solver
navier-stokes-equations
-
Updated
Aug 5, 2020 - C++
Arctic sea ice interannual variability and change
-
Updated
Mar 26, 2018 - Python
SUEWS that speaks Python
-
Updated
Dec 22, 2020 - Python
sustainability
voice-commands
climate-data
climate-model
carbon-emissions
climate-science
climate-change
climatology
sustainable-consumption
voice-assistant
sustainable-software
carbon-footprint
greta
sustainable
sustainable-development-goals
co2-emissions
climate-analysis
sustainable-cities-communities
sustainability-score
protea
-
Updated
Oct 16, 2019 - Python
RRTM for GCMs, LongWave domain
radiative-transfer
gcm
atmospheric-modelling
climate-model
radiative-transfer-models
rrtmg-lw
rrtm
rrtmg
-
Updated
Mar 20, 2020 - Fortran
Python library for the analysis and visualisation of climate model output
-
Updated
Jun 29, 2021 - Python
Improve this page
Add a description, image, and links to the climate-model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the climate-model topic, visit your repo's landing page and select "manage topics."
The
-Wmaybe-uninitializedGFortran option will list many variables that may be used before initialized. While several of these warnings are likely false positives, that is most likely due to the branching done in the code causing certain, unlikely paths (and sometime error paths) that do not initialize the variable. These cases need to be evaluated, and if possible corrected.