You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developer reported that "the creation of the ESMF grid inside the fv3 NUOPC cap was conditioned on the write component being turned on (quilting=.true.). However, this is faulty logic since the grid in the fv3 cap might be needed for other purposes - such as coupling - or to pass data up to the driver to hand off to JEDI, etc. This needs to be rectified since during development it is not always practical or desirable to turn on the write component."
To Reproduce:
Running coupled model without turning on quilting will see the error.
Additional context
Fixes has been made in FV3/module_fcst_grid_comp.F90 in fv3 PR#229
The text was updated successfully, but these errors were encountered:
* Add 'SetRunClock' specialization routine to FV3 NUOPC cap, which sets fv3 model clock. FV3 cap does not keep local copy of clock (clock_fv3) as saved module variable anymore.
* Minor code cleanup.
Description
Developer reported that "the creation of the ESMF grid inside the fv3 NUOPC cap was conditioned on the write component being turned on (quilting=.true.). However, this is faulty logic since the grid in the fv3 cap might be needed for other purposes - such as coupling - or to pass data up to the driver to hand off to JEDI, etc. This needs to be rectified since during development it is not always practical or desirable to turn on the write component."
To Reproduce:
Running coupled model without turning on quilting will see the error.
Additional context
Fixes has been made in FV3/module_fcst_grid_comp.F90 in fv3 PR#229
The text was updated successfully, but these errors were encountered: