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: 6,212 (including HTML, PDF, and XML)
HTML PDF 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
Views and downloads (calculated since 10 Mar 2021)
Cumulative views and downloads (calculated since 10 Mar 2021)

Viewed (geographical distribution)

Total article views: 6,212 (including HTML, PDF, and XML) Thereof 5,671 with geography defined and 541 with unknown origin.
Country # Views %
  • 1
1
 
 
 
 

Cited

Latest update: 16 Nov 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.