Articles | Volume 14, issue 7
https://doi.org/10.5194/gmd-14-4401-2021
© Author(s) 2021. This work is distributed under
the Creative Commons Attribution 4.0 License.
the Creative Commons Attribution 4.0 License.
https://doi.org/10.5194/gmd-14-4401-2021
© Author(s) 2021. This work is distributed under
the Creative Commons Attribution 4.0 License.
the Creative Commons Attribution 4.0 License.
fv3gfs-wrapper: a Python wrapper of the FV3GFS atmospheric model
Vulcan Inc., Seattle, WA, USA
Noah D. Brenowitz
Vulcan Inc., Seattle, WA, USA
Mark Cheeseman
Vulcan Inc., Seattle, WA, USA
Spencer K. Clark
Vulcan Inc., Seattle, WA, USA
Geophysical Fluid Dynamics Laboratory, NOAA, Princeton, NJ, USA
Johann P. S. Dahm
Vulcan Inc., Seattle, WA, USA
Eddie C. Davis
Vulcan Inc., Seattle, WA, USA
Oliver D. Elbert
Vulcan Inc., Seattle, WA, USA
Geophysical Fluid Dynamics Laboratory, NOAA, Princeton, NJ, USA
Rhea C. George
Vulcan Inc., Seattle, WA, USA
Lucas M. Harris
Geophysical Fluid Dynamics Laboratory, NOAA, Princeton, NJ, USA
Brian Henn
Vulcan Inc., Seattle, WA, USA
Anna Kwa
Vulcan Inc., Seattle, WA, USA
W. Andre Perkins
Vulcan Inc., Seattle, WA, USA
Oliver Watt-Meyer
Vulcan Inc., Seattle, WA, USA
Tobias F. Wicky
Vulcan Inc., Seattle, WA, USA
Christopher S. Bretherton
Vulcan Inc., Seattle, WA, USA
Department of Atmospheric Sciences, University of Washington, Seattle, WA, USA
Oliver Fuhrer
Vulcan Inc., Seattle, WA, USA
Viewed
Total article views: 6,212 (including HTML, PDF, and XML)
Cumulative views and downloads
(calculated since 10 Mar 2021)
HTML | XML | Total | BibTeX | EndNote | |
---|---|---|---|---|---|
4,650 | 1,454 | 108 | 6,212 | 76 | 63 |
- HTML: 4,650
- PDF: 1,454
- XML: 108
- Total: 6,212
- BibTeX: 76
- EndNote: 63
Total article views: 4,527 (including HTML, PDF, and XML)
Cumulative views and downloads
(calculated since 16 Jul 2021)
HTML | XML | Total | BibTeX | EndNote | |
---|---|---|---|---|---|
3,626 | 808 | 93 | 4,527 | 73 | 59 |
- HTML: 3,626
- PDF: 808
- XML: 93
- Total: 4,527
- BibTeX: 73
- EndNote: 59
Total article views: 1,685 (including HTML, PDF, and XML)
Cumulative views and downloads
(calculated since 10 Mar 2021)
HTML | XML | Total | BibTeX | EndNote | |
---|---|---|---|---|---|
1,024 | 646 | 15 | 1,685 | 3 | 4 |
- HTML: 1,024
- PDF: 646
- XML: 15
- Total: 1,685
- BibTeX: 3
- EndNote: 4
Viewed (geographical distribution)
Total article views: 6,212 (including HTML, PDF, and XML)
Thereof 5,671 with geography defined
and 541 with unknown origin.
Total article views: 4,527 (including HTML, PDF, and XML)
Thereof 4,177 with geography defined
and 350 with unknown origin.
Total article views: 1,685 (including HTML, PDF, and XML)
Thereof 1,494 with geography defined
and 191 with unknown origin.
Country | # | Views | % |
---|
Country | # | Views | % |
---|
Country | # | Views | % |
---|
Total: | 0 |
HTML: | 0 |
PDF: | 0 |
XML: | 0 |
- 1
1
Total: | 0 |
HTML: | 0 |
PDF: | 0 |
XML: | 0 |
- 1
1
Total: | 0 |
HTML: | 0 |
PDF: | 0 |
XML: | 0 |
- 1
1
Cited
8 citations as recorded by crossref.
- Correcting a 200 km Resolution Climate Model in Multiple Climates by Machine Learning From 25 km Resolution Simulations S. Clark et al. 10.1029/2022MS003219
- The Common Community Physics Package (CCPP) Framework v6 D. Heinzeller et al. 10.5194/gmd-16-2235-2023
- Pace v0.2: a Python-based performance-portable atmospheric model J. Dahm et al. 10.5194/gmd-16-2719-2023
- Stochastic Parameterization of Moist Physics Using Probabilistic Diffusion Model L. Wang et al. 10.3390/atmos15101219
- Correcting Coarse‐Grid Weather and Climate Models by Machine Learning From Global Storm‐Resolving Simulations C. Bretherton et al. 10.1029/2021MS002794
- A review of solar forecasting, its dependence on atmospheric sciences and implications for grid integration: Towards carbon neutrality D. Yang et al. 10.1016/j.rser.2022.112348
- Correcting Weather and Climate Models by Machine Learning Nudged Historical Simulations O. Watt‐Meyer et al. 10.1029/2021GL092555
- Machine‐Learned Climate Model Corrections From a Global Storm‐Resolving Model: Performance Across the Annual Cycle A. Kwa et al. 10.1029/2022MS003400
8 citations as recorded by crossref.
- Correcting a 200 km Resolution Climate Model in Multiple Climates by Machine Learning From 25 km Resolution Simulations S. Clark et al. 10.1029/2022MS003219
- The Common Community Physics Package (CCPP) Framework v6 D. Heinzeller et al. 10.5194/gmd-16-2235-2023
- Pace v0.2: a Python-based performance-portable atmospheric model J. Dahm et al. 10.5194/gmd-16-2719-2023
- Stochastic Parameterization of Moist Physics Using Probabilistic Diffusion Model L. Wang et al. 10.3390/atmos15101219
- Correcting Coarse‐Grid Weather and Climate Models by Machine Learning From Global Storm‐Resolving Simulations C. Bretherton et al. 10.1029/2021MS002794
- A review of solar forecasting, its dependence on atmospheric sciences and implications for grid integration: Towards carbon neutrality D. Yang et al. 10.1016/j.rser.2022.112348
- Correcting Weather and Climate Models by Machine Learning Nudged Historical Simulations O. Watt‐Meyer et al. 10.1029/2021GL092555
- Machine‐Learned Climate Model Corrections From a Global Storm‐Resolving Model: Performance Across the Annual Cycle A. Kwa et al. 10.1029/2022MS003400
Latest update: 16 Nov 2024
Short summary
FV3GFS is a weather and climate model written in Fortran. It uses Fortran so that it can run fast, but this makes it hard to add features if you do not (or even if you do) know Fortran. We have written a Python interface to FV3GFS that lets you import the Fortran model as a Python package. We show examples of how this is used to write
modelscripts, which reproduce or build on what the Fortran model can do. You could do this same wrapping for any compiled model, not just FV3GFS.
FV3GFS is a weather and climate model written in Fortran. It uses Fortran so that it can run...