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 2646 for branches/dev_r2586_dynamic_mem – NEMO

Ignore:
Timestamp:
2011-03-03T13:24:33+01:00 (13 years ago)
Author:
cetlod
Message:

Add missing lbclnk & correct a typo

Location:
branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/TOP_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90

    r2643 r2646  
    3939   !* Fortran utilities                          
    4040   USE lib_fortran 
     41 
     42   !* Lateral boundary conditions                          
     43   USE lbclnk 
    4144 
    4245   !* physical constants * 
  • branches/dev_r2586_dynamic_mem/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r2643 r2646  
    6464         ELSE                  ;   CALL trc_dia( kt ) 
    6565         ENDIF 
    66       !                             CALL trc_sms( kt )           ! tracers: sink and source 
     66                                   CALL trc_sms( kt )           ! tracers: sink and source 
    6767                                   CALL trc_trp( kt )           ! transport of passive tracers 
    6868         IF( kt == nit000 )     CALL iom_close( numrtr )     ! close input  passive tracers restart file 
Note: See TracChangeset for help on using the changeset viewer.