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 5883 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2015-11-13T08:01:08+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: TRA/TRC remove optimization associated with linear free surface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r5866 r5883  
    869869            ! 
    870870            sshb(:,:) = sshn(:,:)                        ! Update before fields 
    871             ! 
    872             IF( .NOT.ln_linssh ) THEN 
    873                DO jk = 1, jpk 
    874                   e3t_b(:,:,jk) = e3t_n(:,:,jk) 
    875                END DO 
    876             ENDIF 
     871            e3t_b(:,:,:) = e3t_n(:,:,:) 
     872!!gm why not e3u_b, e3v_b, gdept_b ???? 
    877873            ! 
    878874            DEALLOCATE( ssh_bkg    ) 
Note: See TracChangeset for help on using the changeset viewer.