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 2383 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90 – NEMO

Ignore:
Timestamp:
2010-11-13T16:01:26+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: LIM-3 bug correction ticket #670

File:
1 edited

Legend:

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

    r2370 r2383  
    232232 
    233233            !  computing freshwater exchanges at the ice/ocean interface 
    234             zpme = - emp(ji,jj)     * ( 1.0 - at_i(ji,jj) )  &   !  evaporation over oceanic fraction 
    235                &   + tprecip(ji,jj) *         at_i(ji,jj)    &   !  total precipitation 
    236                ! old fashioned way                
    237                !              &   - sprecip(ji,jj) * ( 1. - pfrld(ji,jj) )  &   !  remov. snow precip over ice 
    238                &   - sprecip(ji,jj) * ( 1. - (pfrld(ji,jj)**betas) )  &   !  remov. snow precip over ice 
    239                &   - rdmsnif(ji,jj) * r1_rdtice                       &   !  freshwaterflux due to snow melting  
    240                ! new contribution from snow falling when ridging 
    241                &   + fmmec(ji,jj) 
     234            zpme = - emp(ji,jj)     * ( 1.0 - at_i(ji,jj)          )  &   ! evaporation over oceanic fraction 
     235               &   + tprecip(ji,jj) *         at_i(ji,jj)             &   ! all precipitation reach the ocean 
     236               &   - sprecip(ji,jj) * ( 1. - (pfrld(ji,jj)**betas) )  &   ! except solid precip intercepted by sea-ice 
     237               &   - rdmsnif(ji,jj) * r1_rdtice                       &   ! freshwaterflux due to snow melting  
     238               &   + fmmec(ji,jj)                                         ! snow falling when ridging 
     239 
    242240 
    243241            !  computing salt exchanges at the ice/ocean interface 
Note: See TracChangeset for help on using the changeset viewer.