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 888 for trunk/NEMO/OPA_SRC/LDF/ldfeiv.F90 – NEMO

Ignore:
Timestamp:
2008-04-11T19:05:03+02:00 (16 years ago)
Author:
ctlod
Message:

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfeiv.F90

    r789 r888  
    1414   USE oce             ! ocean dynamics and tracers 
    1515   USE dom_oce         ! ocean space and time domain 
     16   USE sbc_oce         ! surface boundary condition: ocean 
     17   USE sbcrnf          ! river runoffs 
    1618   USE ldftra_oce      ! ocean tracer   lateral physics 
    1719   USE phycst          ! physical constants 
    1820   USE ldfslp          ! iso-neutral slopes 
    19    USE flxrnf          !  
    2021   USE in_out_manager  ! I/O manager 
    2122   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    2930   !!---------------------------------------------------------------------- 
    3031   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    31    !! $Header$  
     32   !! $Id$ 
    3233   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    3334   !!---------------------------------------------------------------------- 
     
    188189            DO ji = 1, jpi 
    189190               zaht      = ( 1. -  MIN( 1., ABS( ff(ji,jj) / zf20 ) ) ) * ( aht0 - zaht_min )  & 
    190                   &      + aht0 * upsrnfh(ji,jj)                          ! enhanced near river mouths 
     191                  &      + aht0 * rnfmsk(ji,jj)                          ! enhanced near river mouths 
    191192               ahtu(ji,jj) = MAX( MAX( zaht_min, aeiu(ji,jj) ) + zaht, aht0 ) 
    192193               ahtv(ji,jj) = MAX( MAX( zaht_min, aeiv(ji,jj) ) + zaht, aht0 ) 
Note: See TracChangeset for help on using the changeset viewer.