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

Download

Interactive discussion

Status: closed

Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor | : Report abuse
  • RC1: 'Comment on gmd-2021-22', Anonymous Referee #1, 22 Mar 2021
    • AC1: 'Reply on RC1', Jeremy McGibbon, 21 May 2021
  • RC2: 'Comment on gmd-2021-22', Anonymous Referee #2, 31 Mar 2021
    • AC2: 'Reply on RC2', Jeremy McGibbon, 21 May 2021
  • RC3: 'Comment on gmd-2021-22', Anonymous Referee #3, 08 Apr 2021
    • AC3: 'Reply on RC3', Jeremy McGibbon, 21 May 2021

Peer review completion

AR: Author's response | RR: Referee report | ED: Editor decision | EF: Editorial file upload
AR by Jeremy McGibbon on behalf of the Authors (21 May 2021)  Author's response   Author's tracked changes   Manuscript 
ED: Referee Nomination & Report Request started (04 Jun 2021) by James Kelly
RR by Anonymous Referee #1 (05 Jun 2021)
RR by Anonymous Referee #3 (06 Jun 2021)
RR by Anonymous Referee #2 (08 Jun 2021)
ED: Publish subject to technical corrections (16 Jun 2021) by James Kelly
AR by Jeremy McGibbon on behalf of the Authors (21 Jun 2021)  Author's response   Manuscript 
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.