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 576 for trunk/NEMO/OPA_SRC/TRD/trdmld.F90 – NEMO

Ignore:
Timestamp:
2006-11-14T09:04:54+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_080: CT : compilation error correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmld.F90

    r557 r576  
    231231      !! 
    232232      INTEGER :: ji, jj, jk, jl, ik, it 
    233       LOGICAL :: lldebug = .FALSE. 
     233      LOGICAL :: lldebug = .TRUE. 
    234234      REAL(wp) :: zavt, zfn, zfn2 
    235235      REAL(wp) ,DIMENSION(jpi,jpj) ::     & 
     
    248248      !!---------------------------------------------------------------------- 
    249249       
    250       ! ====================================================================== 
    251       ! 0. open restart trend when needed (at kt ==  nitrst-1) 
    252       ! ====================================================================== 
    253       IF( kt == nitrst-1 ) THEN 
    254          clname = TRIM(cexper)//"_"//TRIM(ADJUSTL(clkt))//"_restart_mld" 
    255          IF(lwp) WRITE(numout,*) '             open ocean restart_mld NetCDF file: '//clname 
    256          CALL iom_open( clname, nummldw, ldwrt = .TRUE., kiolib = jprstlib ) 
    257       ENDIF 
    258250 
    259251      ! ====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.