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 833 for trunk/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2008-03-07T14:51:35+01:00 (16 years ago)
Author:
rblod
Message:

Merge branche dev_002_LIM back to trunk ticket #70 and #71

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r783 r833  
    257257      ENDIF 
    258258 
    259       IF( lk_ice_lim ) THEN 
     259      IF( lk_lim3 .OR. lk_lim2 ) THEN 
    260260         IF(lwp) WRITE(numout,*) '           ice model coupling frequency      nfice  = ', nfice 
    261261         IF( MOD( nitend - nit000 + 1, nfice) /= 0 ) THEN  
Note: See TracChangeset for help on using the changeset viewer.