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 3116 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/OBC – NEMO

Ignore:
Timestamp:
2011-11-15T21:55:40+01:00 (13 years ago)
Author:
cetlod
Message:

dev_NEMO_MERGE_2011: add in changes dev_NOC_UKMO_MERGE developments

Location:
branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/OBC
Files:
1 edited
5 copied

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/OBC/obcdta.F90

    r2977 r3116  
    12371237         WRITE(*,*) 'obc_dta: You should not have seen this print! error?', kt 
    12381238      END SUBROUTINE obc_dta 
     1239      !!----------------------------------------------------------------------------- 
     1240      !!   Default option 
     1241      !!----------------------------------------------------------------------------- 
     1242      SUBROUTINE obc_dta_bt ( kt, kbt )     ! Empty routine 
     1243         INTEGER,INTENT(in) :: kt 
     1244         INTEGER, INTENT( in ) ::   kbt     ! barotropic ocean time-step index 
     1245         WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kt 
     1246         WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kbt 
     1247      END SUBROUTINE obc_dta_bt 
    12391248#endif 
    12401249   !!============================================================================== 
Note: See TracChangeset for help on using the changeset viewer.