NOAA-GFDL / GFDL_atmos_cubed_sphere

The GFDL atmos_cubed_sphere dynamical core code
Other
56 stars 118 forks source link

Fix errors in fv_io.F90 #285

Closed laurenchilutti closed 11 months ago

laurenchilutti commented 12 months ago

Description

Adds missing else statement in fv_io. Also noticed that some of the *_is_open variables (which should be set to false when closing the file) were not explicitly set to false. So this also includes a few of these fixes.

Fixes #282

How Has This Been Tested?

Tested with SHiELD model on Gaea

Checklist:

Please check all whether they apply or not