Skip to content

Commit

Permalink
enable_averaging -> enable_averages
Browse files Browse the repository at this point in the history
previous merge contained a change to this function name, so my MARBL code
additions were stuck calling the wrong one
  • Loading branch information
mnlevy1981 committed Dec 1, 2023
1 parent 0e42cf4 commit 69202f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ subroutine update_ocean_model(Ice_ocean_boundary, OS, Ocean_sfc, &
if (OS%fluxes%fluxes_used) then

! MNL: Necessary for averaging some MARBL forcing fields
call enable_averaging(dt_coupling, OS%Time + Ocean_coupling_time_step, OS%diag)
call enable_averages(dt_coupling, OS%Time + Ocean_coupling_time_step, OS%diag)

if (do_thermo) &
call convert_IOB_to_fluxes(Ice_ocean_boundary, OS%fluxes, index_bnds, OS%Time, dt_coupling, &
Expand Down

0 comments on commit 69202f7

Please sign in to comment.