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 4205 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2013-11-14T18:02:06+01:00 (10 years ago)
Author:
clem
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r4147 r4205  
    132132                     CALL iom_rstput( kt, nitrst, numrow, 'rhd'    , rhd       ) 
    133133#endif 
     134                     CALL iom_rstput( kt, nitrst, numrow, 'iatte'  , iatte     ) !clem modif 
     135                     CALL iom_rstput( kt, nitrst, numrow, 'oatte'  , oatte     ) !clem modif 
    134136      IF( kt == nitrst ) THEN 
    135137         CALL iom_close( numrow )     ! close the restart file (only at last time step) 
     
    232234      ENDIF 
    233235      ! 
     236      CALL iom_get( numror, jpdom_autoglo, 'iatte' , iatte ) ! clem modif 
     237      CALL iom_get( numror, jpdom_autoglo, 'oatte' , oatte ) ! clem modif 
     238      ! 
    234239   END SUBROUTINE rst_read 
    235240 
Note: See TracChangeset for help on using the changeset viewer.