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 8651 for branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2017-10-23T13:07:22+02:00 (7 years ago)
Author:
andmirek
Message:

change names of the new subroutines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r8650 r8651  
    4848   USE timing         ! Timing 
    4949   USE iom_def, ONLY:lwxios, wxioso, rst_wfields ! write restart flag and output type 
    50    USE iom, ONLY : set_rst_vars, set_rstw_core 
     50   USE iom, ONLY : iom_set_rst_vars, iom_set_rstw_core 
    5151   IMPLICIT NONE 
    5252   PRIVATE 
     
    132132      IF( lwxios ) THEN 
    133133!define names for restart write and set core output (restart.F90) 
    134          CALL set_rst_vars(rst_wfields) 
    135          CALL set_rstw_core() 
     134         CALL iom_set_rst_vars(rst_wfields) 
     135         CALL iom_set_rstw_core() 
    136136      ENDIF 
    137137      ! 
Note: See TracChangeset for help on using the changeset viewer.