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 3275 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2012-01-25T11:03:39+01:00 (12 years ago)
Author:
charris
Message:

Fix for #899, plus some vvl changes for the CICE interface code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r3186 r3275  
    164164                                                
    165165      IF( lk_vvl ) THEN                            ! Variable Volume case 
    166          DO jj = 2, jpj 
    167             DO ji = fs_2, fs_jpim1   ! vector opt. 
     166         DO jj = 1, jpj 
     167            DO ji = 1, jpi  
    168168               ! temperature : heat flux + cooling/heating effet of EMP flux 
    169169               sbc_tsc(ji,jj,jp_tem) = ro0cpr * qns(ji,jj) - zsrau * emp(ji,jj) * tsn(ji,jj,1,jp_tem) 
Note: See TracChangeset for help on using the changeset viewer.