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 6004 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2015-12-04T17:05:58+01:00 (9 years ago)
Author:
gm
Message:

#1613: vvl by default, step III: Merge with the trunk (free surface simplification) (see wiki)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/DIA/diawri.F90

    r5866 r6004  
    3131   USE ldftra          ! lateral physics: eddy diffusivity coef. 
    3232   USE ldfdyn          ! lateral physics: eddy viscosity   coef. 
    33    USE sol_oce         ! solver variables 
    3433   USE sbc_oce         ! Surface boundary condition: ocean fields 
    3534   USE sbc_ice         ! Surface boundary condition: ice fields 
     
    4847   USE iom 
    4948   USE ioipsl 
    50    USE dynspg_oce, ONLY: un_adv, vn_adv ! barotropic velocities      
    5149 
    5250#if defined key_lim2 
     
    207205         CALL iom_put( "sbu", z2d )                ! bottom i-current 
    208206      ENDIF 
    209 #if defined key_dynspg_ts 
    210       CALL iom_put(  "ubar", un_adv(:,:)      )    ! barotropic i-current 
    211 #else 
    212       CALL iom_put(  "ubar", un_b(:,:)        )    ! barotropic i-current 
    213 #endif 
    214207       
    215208      CALL iom_put( "voce", vn(:,:,:)         )    ! 3D j-current 
     
    224217         CALL iom_put( "sbv", z2d )                ! bottom j-current 
    225218      ENDIF 
    226 #if defined key_dynspg_ts 
    227       CALL iom_put(  "vbar", vn_adv(:,:)      )    ! barotropic j-current 
    228 #else 
    229       CALL iom_put(  "vbar", vn_b(:,:)        )    ! barotropic j-current 
    230 #endif 
    231219 
    232220      CALL iom_put( "woce", wn )                   ! vertical velocity 
Note: See TracChangeset for help on using the changeset viewer.