Skip to content

Commit da74cad

Browse files
committed
Remove enable_averages() in update_ocean_model()
I had added enable_averages() when I put some post_data() calls in a routine called from convert_IOB_to_fluxes(), but I moved those calls to forcing_diagnostics() so we are back to not calling post_data() from this part of the code.
1 parent 3c15cad commit da74cad

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,6 @@ subroutine update_ocean_model(Ice_ocean_boundary, OS, Ocean_sfc, &
569569
OS%grid, OS%US, OS%forcing_CSp, OS%sfc_state, &
570570
OS%restore_salinity, OS%restore_temp)
571571

572-
! enable_averages() is necessary to post forcing fields to diagnostics
573-
call enable_averages(dt_coupling, OS%Time + Ocean_coupling_time_step, OS%diag)
574-
575572
! Add ice shelf fluxes
576573
if (OS%use_ice_shelf) then
577574
if (do_thermo) &

0 commit comments

Comments
 (0)