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 7806 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/TRP/trcsbc.F90 – NEMO

Ignore:
Timestamp:
2017-03-17T08:46:30+01:00 (7 years ago)
Author:
cbricaud
Message:

phaze dev_r5003_MERCATOR6_CRS branch with rev7805 of 3.6_stable branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/TRP/trcsbc.F90

    r7256 r7806  
    129129      ! Coupling offline : runoff are in emp which contains E-P-R 
    130130      ! 
    131       IF( .NOT. lk_offline .AND. lk_vvl ) THEN  ! online coupling with vvl 
     131      IF( lk_vvl ) THEN                         ! linear free surface vvl 
    132132         zsfx(:,:) = 0._wp 
    133       ELSE                                      ! online coupling free surface or offline with free surface 
     133      ELSE                                      ! no vvl 
    134134         zsfx(:,:) = emp(:,:) 
    135135      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.