Skip to content

Commit

Permalink
other directions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStreffing committed Jul 20, 2023
1 parent f17382c commit 1cff3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice_thermo_cpl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ subroutine ice_growth(qres)

!---- total atmospheric and oceanic heat fluxes
!---- average over grid cell [W/m**2]
ahf = A*Qatmice + (1._WP-A)*Qatmocn + qres
ahf = A*Qatmice + (1._WP-A)*Qatmocn - qres
ohf = A*Qocnice + (1._WP-A)*Qocnatm


Expand Down

0 comments on commit 1cff3c9

Please sign in to comment.