Skip to content

Commit

Permalink
fix calving flux halo update bug - closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Mar 31, 2023
1 parent edcfa6f commit beebba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/auscom/cpl_interface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ subroutine update_halos_from_atm(time)
call ice_HaloUpdate(qair0, halo_info, field_loc_center, field_type_scalar)
call ice_HaloUpdate(uwnd0, halo_info, field_loc_center, field_type_vector)
call ice_HaloUpdate(vwnd0, halo_info, field_loc_center, field_type_vector)
call ice_HaloUpdate(calv0, halo_info, field_loc_center, field_type_vector)
call ice_HaloUpdate(calv0, halo_info, field_loc_center, field_type_scalar)
call ice_timer_stop(timer_from_atm_halos)

end subroutine update_halos_from_atm
Expand Down

0 comments on commit beebba7

Please sign in to comment.