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/LIM_SRC_3/iceini.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/LIM_SRC_3/iceini.F90

    r1037 r1055  
    2222   USE par_ice 
    2323   USE limvar 
     24   USE lib_mpp 
    2425 
    2526   IMPLICIT NONE 
     
    127128      REWIND ( numnam_ice ) 
    128129      READ   ( numnam_ice , namicerun ) 
    129       ln_nicep = ln_nicep .AND. lwp 
     130 
     131      IF( lk_mpp .AND. ln_nicep ) THEN 
     132         ln_nicep = .FALSE. 
     133         CALL ctl_warn( 'ice_run : specific control print for LIM3 desactivated with MPI' ) 
     134      ENDIF        
     135 
    130136      IF(lwp) THEN 
    131137         WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.