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_2.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_2.F90

    r1051 r1055  
    1818   USE c1d             ! 1d configuration 
    1919   USE dom_oce         ! ocean space and time domain 
     20   USE lib_mpp 
    2021   USE ice_2 
    2122   USE iceini_2 
     
    186187                                        CALL lim_thd_2      ( kt )      ! Ice thermodynamics  
    187188                                        CALL lim_sbc_2      ( kt )      ! Ice/Ocean Mass & Heat fluxes  
    188          IF( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR.   & 
    189             &  ntmoy == 1 )             CALL lim_dia_2      ( kt )      ! Ice Diagnostics  
     189         IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
     190            &                           CALL lim_dia_2      ( kt )      ! Ice Diagnostics  
    190191                                        CALL lim_wri_2      ( kt )      ! Ice outputs  
    191192         IF( lrst_ice )                 CALL lim_rst_write_2( kt )      ! Ice restart file  
Note: See TracChangeset for help on using the changeset viewer.