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 5866 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2015-11-06T11:42:35+01:00 (9 years ago)
Author:
gm
Message:

#1613: vvl by default: add ln_linssh and remove key_vvl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r5845 r5866  
    534534         IF( .NOT. ln_cpl ) srcv(:)%nsgn    = 1.        ! force default definition in case of opa <-> sas coupling 
    535535         srcv( (/jpr_toce, jpr_soce, jpr_ssh, jpr_fraqsr, jpr_ocx1, jpr_ocy1/) )%laction = .TRUE. 
    536          srcv( jpr_e3t1st )%laction = lk_vvl 
     536         srcv( jpr_e3t1st )%laction = .NOT.ln_linssh 
    537537         srcv(jpr_ocx1)%clgrid = 'U'        ! oce components given at U-point 
    538538         srcv(jpr_ocy1)%clgrid = 'V'        !           and           V-point 
     
    700700         ssnd(:)%laction = .FALSE.   ! force default definition in case of opa <-> sas coupling 
    701701         ssnd( (/jps_toce, jps_soce, jps_ssh, jps_fraqsr, jps_ocx1, jps_ocy1/) )%laction = .TRUE. 
    702          ssnd( jps_e3t1st )%laction = lk_vvl 
     702         ssnd( jps_e3t1st )%laction = .NOT.ln_linssh 
    703703         ! vector definition: not used but cleaner... 
    704704         ssnd(jps_ocx1)%clgrid  = 'U'        ! oce components given at U-point 
Note: See TracChangeset for help on using the changeset viewer.