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 3490 for branches/2012/dev_r3327_MERCATOR1_BDY/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2012-10-08T16:27:20+02:00 (12 years ago)
Author:
cbricaud
Message:

add Jerome Chanut 's modications for BDY, Mercator_1 2012 task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3327_MERCATOR1_BDY/NEMOGCM/NEMO/OPA_SRC/step.F90

    r3367 r3490  
    9595      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    9696                         CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
    97       IF( kstp /= nit000 )   CALL tide_init ( kstp ) 
     97      IF( lk_tide.AND.(kstp /= nit000 ))   CALL tide_init ( kstp ) 
    9898      IF( lk_tide    )   CALL sbc_tide( kstp ) 
    9999      IF( lk_obc     )   CALL obc_dta( kstp )         ! update dynamic and tracer data at open boundaries 
     
    188188      IF( lk_trabbl      )   CALL tra_bbl    ( kstp )       ! advective (and/or diffusive) bottom boundary layer scheme 
    189189      IF( ln_tradmp      )   CALL tra_dmp    ( kstp )       ! internal damping trends 
    190       IF( lk_bdy .AND.     & 
    191          & ln_tra_dmp_tot)   CALL bdy_tra_dmp( kstp )       ! bdy damping trends 
     190      IF( lk_bdy         )   CALL bdy_tra_dmp( kstp )       ! bdy damping trends 
    192191                             CALL tra_adv    ( kstp )       ! horizontal & vertical advection 
    193192      IF( lk_zdfkpp      )   CALL tra_kpp    ( kstp )       ! KPP non-local tracer fluxes 
     
    222221         & ln_dyninc       )   CALL dyn_asm_inc( kstp )     ! apply dynamics assimilation increment 
    223222      IF( ln_neptsimp )        CALL dyn_nept_cor( kstp )    ! subtract Neptune velocities (simplified) 
    224       IF( lk_bdy .AND.     & 
    225          & ln_dyn3d_dmp_tot)   CALL bdy_dyn3d_dmp(kstp )    ! bdy damping trends 
     223      IF( lk_bdy           )   CALL bdy_dyn3d_dmp(kstp )    ! bdy damping trends 
    226224                               CALL dyn_adv( kstp )         ! advection (vector or flux form) 
    227225                               CALL dyn_vor( kstp )         ! vorticity term including Coriolis 
Note: See TracChangeset for help on using the changeset viewer.