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 15738 – NEMO

Changeset 15738


Ignore:
Timestamp:
2022-03-07T12:12:26+01:00 (2 years ago)
Author:
jpalmier
Message:

enable trc vars in output.abort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5/src/OCE/DIA/diawri.F90

    r15658 r15738  
    5353   USE ice  
    5454   USE icewri  
     55#endif 
     56#if defined key_top 
     57   USE trcwri,  ONLY: trc_wri_state ! add trc tracers in ocean.abort  
    5558#endif 
    5659   USE lib_mpp         ! MPP library 
     
    961964         CALL iom_rstput( 0, 0, inum, 'sdvecrtz', wsd            )    ! now StokesDrift k-velocity 
    962965      ENDIF 
     966      ! 
    963967#if defined key_si3 
    964968      IF( nn_ice == 2 ) THEN   ! condition needed in case agrif + ice-model but no-ice in child grid 
     
    967971#endif 
    968972      ! 
     973#if defined key_top 
     974      ! Add passive tracers to abort file 
     975      CALL trc_wri_state( inum ) 
     976#endif 
     977      ! 
    969978      CALL iom_close( inum ) 
    970979      !  
Note: See TracChangeset for help on using the changeset viewer.