Skip to content

Commit

Permalink
Commenting out salt_flux adjustment in net_FW in NUOPC cap
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 23, 2019
1 parent 9d8468a commit 97c2395
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config_src/nuopc_driver/MOM_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,10 @@ subroutine convert_IOB_to_fluxes(IOB, fluxes, index_bounds, Time, G, US, CS, &
! To do this correctly we will need a sea-ice melt field added to IOB. -AJA
! GMM: as stated above, the following is wrong. CIME deals with volume/mass and
! heat from sea ice/snow via seaice_melt and seaice_melt_heat, respectively.
if (associated(IOB%salt_flux) .and. (CS%ice_salt_concentration>0.0)) &
net_FW(i,j) = net_FW(i,j) + sign_for_net_FW_bug * G%areaT(i,j) * &
(IOB%salt_flux(i-i0,j-j0) / CS%ice_salt_concentration)
!if (associated(IOB%salt_flux) .and. (CS%ice_salt_concentration>0.0)) &
! net_FW(i,j) = net_FW(i,j) + sign_for_net_FW_bug * G%areaT(i,j) * &
! (IOB%salt_flux(i-i0,j-j0) / CS%ice_salt_concentration)

net_FW2(i,j) = net_FW(i,j) / G%areaT(i,j)
enddo ; enddo

Expand Down

0 comments on commit 97c2395

Please sign in to comment.