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/limthd_dif.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/limthd_dif.F90

    r921 r1055  
    791791      END DO  ! End of the do while iterative procedure 
    792792 
    793       WRITE(numout,*) ' zerritmax : ', zerritmax 
    794       WRITE(numout,*) ' nconv     : ', nconv 
    795  
     793      IF( ln_nicep ) THEN 
     794         WRITE(numout,*) ' zerritmax : ', zerritmax 
     795         WRITE(numout,*) ' nconv     : ', nconv 
     796      ENDIF 
    796797 
    797798      ! 
Note: See TracChangeset for help on using the changeset viewer.