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

Changeset 801


Ignore:
Timestamp:
2008-01-31T10:38:37+01:00 (16 years ago)
Author:
ctlod
Message:

apply (1. - frld) to tprecip(:,:) field when computing emp(:,:) final field, see ticket:#58

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/LIM_SRC/limsbc.F90

    r750 r801  
    147147            !  computing freshwater exchanges at the ice/ocean interface 
    148148            zemp = + emp(ji,jj)     *         frld(ji,jj)      &   !  e-p budget over open ocean fraction  
    149                &   - tprecip(ji,jj)                            &   !  liquid precipitation reaches directly the ocean 
     149               &   - tprecip(ji,jj) * ( 1. -  frld(ji,jj) )    &   !  liquid precipitation reaches directly the ocean 
    150150               &   + sprecip(ji,jj) * ( 1. - pfrld(ji,jj) )    &   !  taking into account change in ice cover within the time step 
    151151               &   + rdmsnif(ji,jj) / rdt_ice                      !  freshwaterflux due to snow melting  
Note: See TracChangeset for help on using the changeset viewer.