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 389 for trunk/NEMO/OPA_SRC/OBC/obcdta.F90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obcdta.F90

    r367 r389  
    12731273     WRITE(*,*) 'obc_dta: You should not have seen this print! error?', kt 
    12741274   END SUBROUTINE obc_dta 
     1275   SUBROUTINE obc_dta_bt( kt, jn)             ! Dummy routine 
     1276     INTEGER, INTENT (in) :: kt, jn 
     1277     WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kt 
     1278   END SUBROUTINE obc_dta_bt 
    12751279#endif 
    12761280 
Note: See TracChangeset for help on using the changeset viewer.