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 8183 – NEMO

Changeset 8183


Ignore:
Timestamp:
2017-06-16T10:57:17+02:00 (7 years ago)
Author:
vancop
Message:

bugfix on snow melt water

Location:
branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/LIM_SRC_3
Files:
2 edited

Legend:

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

    r8152 r8183  
    167167            wfx_ice(ji,jj) = wfx_bog(ji,jj) + wfx_bom(ji,jj) + wfx_sum(ji,jj) + wfx_sni(ji,jj)   & 
    168168                           + wfx_opw(ji,jj) + wfx_dyn(ji,jj) + wfx_res(ji,jj) 
     169 
     170            wfx_snw(ji,jj) = wfx_snw(ji,jj) + wfx_snw_sum(ji,jj)  
    169171 
    170172            ! mass flux at the ocean/ice interface 
  • branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/LIM_SRC_3/limthd_dh.F90

    r8158 r8183  
    625625      ! Water fluxes 
    626626      DO ji = kideb, kiut 
    627          wfx_snw_1d(ji) = wfx_snw_1d(ji)     + wfx_snw_sum_1d(ji) ! add snow melt to snow mass flux to the ocean 
    628627         wfx_sub_1d(ji) = wfx_snw_sub_1d(ji) + wfx_ice_sub_1d(ji) ! sum ice and snow sublimation contributions 
    629628      END DO 
Note: See TracChangeset for help on using the changeset viewer.