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 1567 for trunk/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2009-07-31T16:39:55+02:00 (15 years ago)
Author:
ctlod
Message:

DIMG: remove kindic argument from dia_wri call subroutine, see ticket: #509 & #496

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r1561 r1567  
    528528# endif 
    529529 
     530#endif 
     531 
    530532   SUBROUTINE dia_wri_state( cdfile_name, kt ) 
    531533      !!--------------------------------------------------------------------- 
     
    651653      ! ----------------- 
    652654      CALL histclo( id_i ) 
    653 #if ! defined key_iomput 
     655#if ! defined key_iomput && ! defined key_dimgout 
    654656      IF( ninist /= 1  ) THEN 
    655657         CALL histclo( nid_T ) 
     
    661663 
    662664   END SUBROUTINE dia_wri_state 
    663  
    664 #endif 
    665665   !!====================================================================== 
    666666END MODULE diawri 
Note: See TracChangeset for help on using the changeset viewer.