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 3587 for branches/2012/dev_MERCATOR_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn3d.F90 – NEMO

Ignore:
Timestamp:
2012-11-16T19:04:37+01:00 (11 years ago)
Author:
cbricaud
Message:

add miising dummy subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERCATOR_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn3d.F90

    r3583 r3587  
    289289CONTAINS 
    290290   SUBROUTINE bdy_dyn3d( kt )      ! Empty routine 
    291       WRITE(*,*) 'bdy_dyn_frs: You should not have seen this print! error?', kt 
     291      WRITE(*,*) 'bdy_dyn3d: You should not have seen this print! error?', kt 
    292292   END SUBROUTINE bdy_dyn3d 
     293 
     294   SUBROUTINE bdy_dyn3d_dmp( kt )      ! Empty routine 
     295      WRITE(*,*) 'bdy_dyn3d_dmp: You should not have seen this print! error?', kt 
     296   END SUBROUTINE bdy_dyn3d_dmp 
     297 
    293298#endif 
    294299 
Note: See TracChangeset for help on using the changeset viewer.