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 3953 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2013-07-03T13:41:32+02:00 (11 years ago)
Author:
gm
Message:

dev_r3858_NOC_ZTC, #863 : activate tide potential in filtered ssh case + style in tide modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r3951 r3953  
    396396         !                                                !* Update the forcing (BDY and tides) 
    397397         !                                                !  ------------------ 
    398          IF( lk_obc )   CALL obc_dta_bt ( kt, jn   ) 
    399          IF( lk_bdy )   CALL bdy_dta ( kt, jit=jn, time_offset=+1 ) 
    400          IF ( ln_tide_pot .AND. lk_tide) CALL upd_tide( kt, jn ) 
     398         IF( lk_obc                    )   CALL obc_dta_bt( kt, jn   ) 
     399         IF( lk_bdy                    )   CALL bdy_dta   ( kt, jit=jn, time_offset=1 ) 
     400         IF( ln_tide_pot .AND. lk_tide )   CALL upd_tide  ( kt, kit=jn, kbaro=nn_baro ) 
    401401 
    402402         !                                                !* after ssh_e 
Note: See TracChangeset for help on using the changeset viewer.