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 1481 for trunk/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2009-07-03T17:07:08+02:00 (15 years ago)
Author:
ctlod
Message:

ensure restartability of TKE2 in coupled mode + few minor bugs corrections, see ticket: #466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r1469 r1481  
    232232         ! 
    233233         !                                           ! Diagnostics and outputs  
    234 #if defined key_zdftke2 
    235          IF( kt .NE. nitend+1 ) THEN 
    236             IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
    237                &             CALL lim_dia  
    238                              CALL lim_wri( 1  )              ! Ice outputs  
    239             IF( lrst_ice )   CALL lim_rst_write( kt )        ! Ice restart file  
    240                              CALL lim_var_glo2eqv            ! ??? 
    241             ! 
    242             IF( ln_nicep )   CALL lim_ctl               ! alerts in case of model crash 
    243             ! 
    244          ENDIF 
    245 #else 
    246234         IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
    247235            &             CALL lim_dia  
     
    252240         IF( ln_nicep )   CALL lim_ctl               ! alerts in case of model crash 
    253241         ! 
    254 #endif 
    255242      ENDIF                                          ! End sea-ice time step only 
    256243 
Note: See TracChangeset for help on using the changeset viewer.