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

Ignore:
Timestamp:
2009-07-03T17:28:06+02:00 (15 years ago)
Author:
smasson
Message:

distribution of iom_put + cleaning of LIM2 outputs, see ticket:437

File:
1 edited

Legend:

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

    r1481 r1482  
    157157         END SELECT 
    158158 
     159         CALL iom_put( 'utau_ice', utau_ice )     ! Wind stress over ice along i-axis at I-point 
     160         CALL iom_put( 'vtau_ice', vtau_ice )     ! Wind stress over ice along j-axis at I-point 
     161 
    159162         IF(ln_ctl) THEN         ! print mean trends (used for debugging) 
    160163            CALL prt_ctl_info( 'Ice Forcings ' ) 
     
    189192         IF( ( MOD( kt+nn_fsbc-1, ninfo ) == 0 .OR. ntmoy == 1 ) .AND. .NOT. lk_mpp )   & 
    190193            &                           CALL lim_dia_2      ( kt )      ! Ice Diagnostics 
     194# if ! defined key_iomput 
    191195                                        CALL lim_wri_2      ( kt )      ! Ice outputs 
     196# endif 
    192197         IF( lrst_ice )                 CALL lim_rst_write_2( kt )      ! Ice restart file 
    193198         ! 
Note: See TracChangeset for help on using the changeset viewer.