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

Changeset 1265


Ignore:
Timestamp:
2009-01-13T19:55:19+01:00 (15 years ago)
Author:
cetlod
Message:

clean OFFLINE routines to avoid warning when compiling, see ticket:303

Location:
trunk/NEMO/OFF_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/LDF/ldfeiv.F90

    r1152 r1265  
    106106 
    107107      !! * Local declarations 
    108       INTEGER ::   ji, jj, jk           ! dummy loop indices 
     108      INTEGER ::   ji, jj           ! dummy loop indices 
    109109      !!---------------------------------------------------------------------- 
    110110 
     
    143143   !!====================================================================== 
    144144END MODULE ldfeiv 
    145  
    146  
  • trunk/NEMO/OFF_SRC/daymod.F90

    r1152 r1265  
    7676      INTEGER  ::   iend, iday0, iday1   ! temporary integers 
    7777      REAL(wp) :: zadatrjn, zadatrjb     ! adatrj at timestep kt-1 and kt-2  
    78       CHARACTER (len=25) :: charout 
    7978      !!---------------------------------------------------------------------- 
    8079 
Note: See TracChangeset for help on using the changeset viewer.