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

Changeset 836


Ignore:
Timestamp:
2008-03-10T15:17:47+01:00 (16 years ago)
Author:
ctlod
Message:

Remove useless comments related to the ticket:#74

Location:
trunk/NEMO/LIM_SRC_3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/iceini.F90

    r835 r836  
    9595                                      ! variables 
    9696      ELSE 
    97 !CT start 
    9897         CALL lim_rst_read            ! start from a restart file 
    99 !CT end 
     98 
    10099         numit = nit000 - 1 
    101100         CALL lim_var_agg(1)          ! aggregate ice variables 
  • trunk/NEMO/LIM_SRC_3/limrst.F90

    r835 r836  
    629629      END DO 
    630630 
    631       !---- 
    632 !CT start 
    633 !      stress1_i(:,:) = 0.0 
    634 !      stress2_i(:,:) = 0.0 
    635 !      stress12_i(:,:) = 0.0 
    636 !CT end 
    637       !---- 
    638631      CALL iom_close( numrir ) 
    639632 
Note: See TracChangeset for help on using the changeset viewer.