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 3681 for branches/2012/dev_MERGE_2012 – NEMO

Ignore:
Timestamp:
2012-11-27T15:53:23+01:00 (11 years ago)
Author:
cetlod
Message:

dev_MERGE_2012: minor bugs corrections, see ticket #1028

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC/TRP/trcsbc.F90

    r3680 r3681  
    8383 
    8484      IF( .NOT. lk_offline .AND. lk_vvl ) THEN  ! online coupling + volume variable 
    85          zemps(:,:) = sfx(:,:) - emp(:,:) 
     85         zsfx(:,:) = sfx(:,:) - emp(:,:) 
    8686      ELSE 
    87          zemps(:,:) = emp(:,:) 
     87         zsfx(:,:) = emp(:,:) 
    8888      ENDIF 
    8989 
Note: See TracChangeset for help on using the changeset viewer.