Skip to content

Commit

Permalink
Add comment about icefrq used in Hycom
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jul 30, 2018
1 parent d981745 commit 60eb7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_src/mct_driver/ocn_cap_methods.F90
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ subroutine ocn_export(ind, ocn_public, grid, o2x, dt_int, ncouple_per_day)
o2x(ind%o2x_Fioo_q, n) = ocn_public%frazil(ig,jg) * grid%mask2dT(i,j) * I_time_int
else
! Melt_potential already is in W/m^2 (ncouple_per_day is unitless)
! GMM - Hycom cap uses icefrq rather than oceanfrq (ncouple_per_day)
o2x(ind%o2x_Fioo_q, n) = -ocn_public%melt_potential(ig,jg) * grid%mask2dT(i,j) * ncouple_per_day
endif
! Make a copy of ssh in order to do a halo update. We use the usual MOM domain
Expand Down

0 comments on commit 60eb7ec

Please sign in to comment.