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 8277 for branches – NEMO

Changeset 8277 for branches


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

fix on meltwater #2

File:
1 edited

Legend:

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

    r8275 r8277  
    179179 
    180180            ! add the snow melt water to snow mass flux to the ocean 
    181             wfx_snw(:,:)      = wfx_snw(ji,jj) + wfx_snw_sum(ji,jj)  
     181            wfx_snw(ji,jj)      = 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.