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 1559 for trunk/NEMO/OPA_SRC/BDY – NEMO

Ignore:
Timestamp:
2009-07-29T16:03:14+02:00 (15 years ago)
Author:
ctlod
Message:

only cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/BDY/bdydyn.F90

    r1502 r1559  
    183183      WRITE(*,*) 'bdy_dyn_frs: You should not have seen this print! error?', kt 
    184184   END SUBROUTINE bdy_dyn_frs 
    185    SUBROUTINE bdy_dyn_fla            ! Empty routine 
    186       WRITE(*,*) 'bdy_dyn_fla: You should not have seen this print! error?' 
     185   SUBROUTINE bdy_dyn_fla( pssh )    ! Empty routine 
     186      REAL :: pssh(:,:) 
     187      WRITE(*,*) 'bdy_dyn_fla: You should not have seen this print! error?', pssh(1,1) 
    187188   END SUBROUTINE bdy_dyn_fla 
    188189#endif 
Note: See TracChangeset for help on using the changeset viewer.