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 8179 for branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90 – NEMO

Ignore:
Timestamp:
2017-06-15T12:01:17+02:00 (7 years ago)
Author:
vancop
Message:

Replace total snow flux by snow meltwater flux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90

    r8142 r8179  
    177177            IF ( ln_pnd_fw ) & 
    178178               wfx_ice(ji,jj) = wfx_ice(ji,jj) + wfx_pnd(ji,jj) 
     179 
     180            ! add the snow melt water to snow mass flux to the ocean 
     181            wfx_snw(:,:)      = wfx_snw(:,:) + wfx_snw_sum(:,:)  
    179182 
    180183            ! mass flux at the ocean/ice interface 
Note: See TracChangeset for help on using the changeset viewer.