Articles | Volume 14, issue 7
https://doi.org/10.5194/gmd-14-4401-2021
https://doi.org/10.5194/gmd-14-4401-2021
Development and technical paper
 | Highlight paper
 | 
16 Jul 2021
Development and technical paper | Highlight paper |  | 16 Jul 2021

fv3gfs-wrapper: a Python wrapper of the FV3GFS atmospheric model

Jeremy McGibbon, Noah D. Brenowitz, Mark Cheeseman, Spencer K. Clark, Johann P. S. Dahm, Eddie C. Davis, Oliver D. Elbert, Rhea C. George, Lucas M. Harris, Brian Henn, Anna Kwa, W. Andre Perkins, Oliver Watt-Meyer, Tobias F. Wicky, Christopher S. Bretherton, and Oliver Fuhrer

Viewed

Total article views: 5,925 (including HTML, PDF, and XML)
HTML PDF XML Total BibTeX EndNote
4,457 1,379 89 5,925 58 39
  • HTML: 4,457
  • PDF: 1,379
  • XML: 89
  • Total: 5,925
  • BibTeX: 58
  • EndNote: 39
Views and downloads (calculated since 10 Mar 2021)
Cumulative views and downloads (calculated since 10 Mar 2021)

Viewed (geographical distribution)

Total article views: 5,925 (including HTML, PDF, and XML) Thereof 5,388 with geography defined and 537 with unknown origin.
Country # Views %
  • 1
1
 
 
 
 

Cited

Latest update: 24 Apr 2024
Download
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 model scripts, which reproduce or build on what the Fortran model can do. You could do this same wrapping for any compiled model, not just FV3GFS.