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 8906 for branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_rdgrft.F90 – NEMO

Ignore:
Timestamp:
2017-12-05T18:24:20+01:00 (6 years ago)
Author:
clem
Message:

make melt ponds from Holland2012 and associated freshwater flux conservative

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/NEMO/LIM_SRC_3/icedyn_rdgrft.F90

    r8882 r8906  
    669669               ! Put the melt pond water into the ocean 
    670670               !------------------------------------------             
    671                IF ( ln_pnd_fwb ) THEN 
    672                   wfx_pnd_1d(ji) = wfx_pnd_1d(ji) + ( rhofw * vprdg(ji) * ( 1._wp - rn_fpndrdg )   &        ! fresh water source for ocean 
    673                      &                              + rhofw * vprft(ji) * ( 1._wp - rn_fpndrft ) ) * r1_rdtice 
    674                ENDIF 
     671               ! clem: I think the following lines must be commented since there 
     672               !       is no net mass flux between melt ponds and the ocean (see icethd_pnd.F90 for ex.) 
     673               !IF ( ln_pnd_fwb ) THEN 
     674               !   wfx_pnd_1d(ji) = wfx_pnd_1d(ji) + ( rhofw * vprdg(ji) * ( 1._wp - rn_fpndrdg )   &        ! fresh water source for ocean 
     675               !      &                              + rhofw * vprft(ji) * ( 1._wp - rn_fpndrft ) ) * r1_rdtice 
     676               !ENDIF 
    675677 
    676678               ! virtual salt flux to keep salinity constant 
Note: See TracChangeset for help on using the changeset viewer.