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 6994 for branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limrhg.F90 – NEMO

Ignore:
Timestamp:
2016-10-05T15:07:10+02:00 (8 years ago)
Author:
clem
Message:

clean online sea ice diagnostics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_r6506_AGRIF_LIM3/NEMOGCM/NEMO/LIM_SRC_3/limrhg.F90

    r6989 r6994  
    3838   USE bdyice_lim 
    3939#endif 
    40    !!!clem 
    41 !!   USE iom 
    4240 
    4341   IMPLICIT NONE 
     
    703701         ENDIF 
    704702      ENDIF 
    705       ! 
    706  
    707 !!      ! velocity 
    708 !!      IF ( iom_use( "uice_ipa" ) .OR. iom_use( "vice_ipa" ) .OR. iom_use( "icevel" ) ) THEN  
    709 !!         CALL iom_put( "uice_ipa"     , u_ice      )       ! ice velocity u component 
    710 !!         CALL iom_put( "vice_ipa"     , v_ice      )       ! ice velocity v component 
    711 !!      ENDIF 
    712 !!      IF ( iom_use( "iceconc_cat"  ) )  CALL iom_put( "iceconc_cat"      , a_i    )        ! area for categories 
    713 !!      IF ( iom_use( "icethic_cat"  ) )  CALL iom_put( "icethic_cat"      , ht_i   )        ! thickness for categories 
    714       
     703      !      
    715704       
    716705      CALL wrk_dealloc( jpi,jpj, z1_e1t0, z1_e2t0, zp_delt ) 
Note: See TracChangeset for help on using the changeset viewer.