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 8275 for branches/2016/dev_r6859_LIM3_meltponds – NEMO

Ignore:
Timestamp:
2017-07-04T14:50:36+02:00 (7 years ago)
Author:
vancop
Message:

bug on surface melt water

File:
1 edited

Legend:

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

    r8179 r8275  
    179179 
    180180            ! add the snow melt water to snow mass flux to the ocean 
    181             wfx_snw(:,:)      = wfx_snw(:,:) + wfx_snw_sum(:,:)  
     181            wfx_snw(:,:)      = wfx_snw(ji,jj) + wfx_snw_sum(ji,jj)  
    182182 
    183183            ! mass flux at the ocean/ice interface 
Note: See TracChangeset for help on using the changeset viewer.