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 3432 for branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/OBC/obcvol.F90 – NEMO

Ignore:
Timestamp:
2012-07-11T13:22:58+02:00 (12 years ago)
Author:
trackstand2
Message:

Merge branch 'ksection_partition'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/OBC/obcvol.F90

    r3211 r3432  
    332332   !!--------------------------------------------------------------------------------- 
    333333CONTAINS 
    334    SUBROUTINE obc_vol        ! Empty routine 
     334   SUBROUTINE obc_vol(kt)        ! Empty routine 
     335      !! * Arguments 
     336      INTEGER, INTENT( in ) ::   kt 
    335337   END SUBROUTINE obc_vol 
    336338#endif 
Note: See TracChangeset for help on using the changeset viewer.