Changeset 8277
- Timestamp:
- 2017-07-04T16:22:50+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90
r8275 r8277 179 179 180 180 ! 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) 182 182 183 183 ! mass flux at the ocean/ice interface
Note: See TracChangeset
for help on using the changeset viewer.