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 2865 for branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/OBC/obcdyn2d.F90 – NEMO

Ignore:
Timestamp:
2011-09-27T14:33:01+02:00 (13 years ago)
Author:
davestorkey
Message:
  1. Updates for dynspg_exp option.
  2. Implement time_offset functionality in obc_dta.
  3. Add option to specify boundaries in the namelist.
  4. Re-activate obc_vol option.
  5. Update to namelist control of tidal harmonics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/UKMO_MERCATOR_obc_bdy_merge/NEMOGCM/NEMO/OPA_SRC/OBC/obcdyn2d.F90

    r2818 r2865  
    5555            CYCLE 
    5656         CASE(jp_frs) 
    57             CALL obc_dyn2d_frs( idx_obc(ib_obc), dta_obc(ib_obc), kt ) 
     57            CALL obc_dyn2d_frs( idx_obc(ib_obc), dta_obc(ib_obc) ) 
    5858         CASE(jp_flather) 
    5959            CALL obc_dyn2d_fla( idx_obc(ib_obc), dta_obc(ib_obc) ) 
     
    6565   END SUBROUTINE obc_dyn2d 
    6666 
    67    SUBROUTINE obc_dyn2d_frs( idx, dta, kt ) 
     67   SUBROUTINE obc_dyn2d_frs( idx, dta ) 
    6868      !!---------------------------------------------------------------------- 
    6969      !!                  ***  SUBROUTINE obc_dyn2d_frs  *** 
     
    7676      !!               topography. Tellus, 365-382. 
    7777      !!---------------------------------------------------------------------- 
    78       INTEGER,         INTENT(in) ::   kt 
    7978      TYPE(OBC_INDEX), INTENT(in) ::   idx  ! OBC indices 
    8079      TYPE(OBC_DATA),  INTENT(in) ::   dta  ! OBC external data 
Note: See TracChangeset for help on using the changeset viewer.