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
Whilst looking into the behaviour of the CABLE MPI driver during a CASA-CNP run, I noticed the MPI master driver is currently hard coded to output instantaneous pools and fluxes when writing the NetCDF CASA output:
Whilst looking into the behaviour of the CABLE MPI driver during a CASA-CNP run, I noticed the MPI master driver is currently hard coded to output instantaneous pools and fluxes when writing the NetCDF CASA output:
CABLE/src/offline/cable_mpimaster.F90
Lines 840 to 841 in 7b87f9c
But in the serial driver, it is hard coded to output time averaged pools and fluxes via
sum_casapool
andsum_casaflux
:CABLE/src/offline/cable_serial.F90
Lines 655 to 657 in 7b87f9c
Is there any preference for one over the other? Perhaps this behaviour should be configurable at runtime via a namelist option.
The text was updated successfully, but these errors were encountered: