Skip to content

Commit 405fecb

Browse files
Merge pull request #1 from gustavo-marques/ice_shelf
Removes frazil's contribution to evaporation
2 parents 269f630 + 711a613 commit 405fecb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/ice_shelf/MOM_ice_shelf.F90

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,17 +1053,6 @@ subroutine add_shelf_flux(G, CS, state, fluxes)
10531053
endif
10541054

10551055

1056-
! Add frazil formation diagnosed by the ocean model (J m-2) in the
1057-
! form of surface layer evaporation (kg m-2 s-1). Update lprec in the
1058-
! control structure for diagnostic purposes.
1059-
1060-
if (associated(state%frazil)) then
1061-
fraz = state%frazil(i,j) / CS%time_step / CS%Lat_fusion
1062-
if (associated(fluxes%evap)) fluxes%evap(i,j) = fluxes%evap(i,j) - fraz
1063-
CS%lprec(i,j)=CS%lprec(i,j) - fraz
1064-
state%frazil(i,j) = 0.0
1065-
endif
1066-
10671056
if (associated(fluxes%sens)) fluxes%sens(i,j) = -frac_area*CS%t_flux(i,j)*CS%flux_factor
10681057
if (associated(fluxes%salt_flux)) fluxes%salt_flux(i,j) = frac_area * CS%salt_flux(i,j)*CS%flux_factor
10691058
if (associated(fluxes%p_surf)) fluxes%p_surf(i,j) = frac_area * CS%g_Earth * CS%mass_shelf(i,j)

0 commit comments

Comments
 (0)