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

Ignore:
Timestamp:
2008-06-04T18:05:30+02:00 (16 years ago)
Author:
rblod
Message:

Desactived control print (ln_nicep) for LIM3, correct forcing field for tair, supress u_ice and v_ice as argument for buls clior

File:
1 edited

Legend:

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

    r1053 r1055  
    2121   USE c1d             ! 1d configuration 
    2222   USE dom_oce         ! ocean space and time domain 
     23   USE lib_mpp 
    2324   USE par_ice         ! sea-ice parameters 
    2425   USE ice 
     
    236237         !                                           ! Diagnostics and outputs  
    237238                          !                               ! Ice Diagnostics  
    238          IF( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 )   CALL lim_dia  
     239         IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
     240            &             CALL lim_dia  
    239241                          CALL lim_wri( 1  )              ! Ice outputs  
    240242         IF( lrst_ice )   CALL lim_rst_write( kt )        ! Ice restart file  
Note: See TracChangeset for help on using the changeset viewer.