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 420 for trunk/NEMO/LIM_SRC/icestp.F90 – NEMO

Ignore:
Timestamp:
2006-03-21T09:43:12+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_041 : CT : New functionality: ice damping in buffer zones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/icestp.F90

    r258 r420  
    3131   USE limwri 
    3232   USE limrst 
     33   USE limdmp          ! Ice damping 
    3334   USE prtctl          ! Print control 
    3435 
     
    220221         ENDIF 
    221222 
     223         !                                                           !-------------! 
     224         IF( ln_limdmp ) CALL lim_dmp(kt)                            ! Ice damping ! 
     225         !                                                           !-------------! 
    222226 
    223227         !                                                           !--------------------! 
Note: See TracChangeset for help on using the changeset viewer.