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 371 for trunk/NEMO/OPA_SRC/DYN – NEMO

Changeset 371 for trunk/NEMO/OPA_SRC/DYN


Ignore:
Timestamp:
2005-12-29T11:44:30+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_036 : CT : auto-tasking version of the time splitting & explicit surface pressure gradient

Location:
trunk/NEMO/OPA_SRC/DYN
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_exp.F90

    r367 r371  
    2020   USE ocesbc          ! ocean surface boundary condition 
    2121   USE obc_oce         ! Lateral open boundary condition 
     22   USE obc_par         ! open boundary condition parameters 
    2223   USE obcdta          ! open boundary condition data     (obc_dta_bt routine) 
    2324   USE lib_mpp         ! distributed memory computing library 
  • trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r367 r371  
    2121   USE dynvor          ! vorticity term 
    2222   USE obc_oce         ! Lateral open boundary condition 
     23   USE obc_par         ! open boundary condition parameters 
    2324   USE lib_mpp         ! distributed memory computing library 
    2425   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    401402         !         - Update sea surface height on each open boundary 
    402403         !         - Correct the barotropic transports 
    403          IF( lk_obc )   CALL obc_fla_ts( kt ) 
     404         IF( lk_obc )   CALL obc_fla_ts 
    404405 
    405406 
Note: See TracChangeset for help on using the changeset viewer.