Skip to content

Commit

Permalink
Replace units (W/m^2 to J/m^2) in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Aug 3, 2018
1 parent be0e7a8 commit eb2c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@ subroutine extract_surface_state(CS, sfc_state)
if (G%mask2dT(i,j)>0.) then
! calculate freezing pot. temp. @ surface
call calculate_TFreeze(sfc_state%SSS(i,j), 0.0, T_freeze, CS%tv%eqn_of_state)
! time accumulated melt_potential, in W/m^2
! time accumulated melt_potential, in J/m^2
sfc_state%melt_potential(i,j) = sfc_state%melt_potential(i,j) + (CS%tv%C_p * CS%GV%Rho0 * &
(sfc_state%SST(i,j) - T_freeze) * CS%Hmix)
else
Expand Down

0 comments on commit eb2c69f

Please sign in to comment.