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 – NEMO

Changeset 3587


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

add miising dummy subroutines

Location:
branches/2012/dev_MERCATOR_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/BDY
Files:
2 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 
  • branches/2012/dev_MERCATOR_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/BDY/bdytra.F90

    r3583 r3587  
    281281      WRITE(*,*) 'bdy_tra: You should not have seen this print! error?', kt 
    282282   END SUBROUTINE bdy_tra 
     283 
     284   SUBROUTINE bdy_tra_dmp(kt)      ! Empty routine 
     285      WRITE(*,*) 'bdy_tra_dmp: You should not have seen this print! error?', kt 
     286   END SUBROUTINE bdy_tra_dmp 
     287 
    283288#endif 
    284289 
Note: See TracChangeset for help on using the changeset viewer.