New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14614 – NEMO

Changeset 14614


Ignore:
Timestamp:
2021-03-15T19:16:56+01:00 (3 years ago)
Author:
dancopsey
Message:

Reinstate enthalpy stored in snow precip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_remade_heat_balance/src/ICE/iceupdate.F90

    r14598 r14614  
    128128            ! minus energy used up in top melt of snow and ice (hfx_snw & hfx_sum), 
    129129            ! minus energy needed for melt/growth along the ocean/ice interface (hfx_bom, hfx_bog, hfx_lam, hfx_opw), 
     130            ! plus energy stored in snow precipitation. Even though this isn't a real heat flux it is included in the surface 
     131            ! energy balance as zqemp_ice in sbccpl.F90 so needs to be cancelled out here.  
    130132            ! plus the residual (hfx_res) 
    131133            !--------------------------------------------------- 
     
    133135               &                                - hfx_snw(ji,jj) - hfx_sum(ji,jj)                                   & 
    134136               &                                - hfx_bom(ji,jj) - hfx_bog(ji,jj) - hfx_lam(ji,jj) - hfx_opw(ji,jj) & 
     137               &                                + hfx_spr(ji,jj) 
    135138               &                                + hfx_res(ji,jj)               
    136139             
Note: See TracChangeset for help on using the changeset viewer.