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 35 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2004-02-18T12:06:07+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE002 : Concerns Open Boundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r15 r35  
    186186      IF( lk_dtasst  )   CALL dta_sst( kstp )         ! Sea Surface Temperature data 
    187187 
    188       IF( lk_obc     )   CALL obc_dta_psi( kstp )     ! update bsf data at open boundaries 
    189  
    190       IF( lk_obc     )   CALL obc_dta_uvt( kstp )     ! update u, v, t, s data at open boundaries 
     188      IF( lk_obc     )   CALL obc_dta( kstp )         ! update dynamic and tracer data at open boundaries 
    191189 
    192190      IF( lk_obc     )   CALL obc_rad( kstp )         ! compute phase velocities at open boundaries 
     
    371369      IF( ln_dynvor_ens    )   CALL dyn_vor_enstrophy( kstp )        ! enstrophy conserving scheme 
    372370      IF( ln_dynvor_ene    )   CALL dyn_vor_energy   ( kstp )        ! energy conserving scheme 
    373       IF( ln_dynvor_mix    )   CALL dyn_vor_mixed    ( kstp )        ! combined scheme 
     371      IF( ln_dynvor_mix    )   CALL dyn_vor_mixed    ( kstp )        ! mixed energy/enstrophy conserving scheme 
     372      IF( ln_dynvor_een    )   CALL dyn_vor_ene_ens  ( kstp )        ! energy and enstrophy conserving scheme 
    374373 
    375374      !                                                     ! lateral mixing  
Note: See TracChangeset for help on using the changeset viewer.