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/daymod.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/daymod.F90

    r8644 r8651  
    146146      IF( lwxios ) THEN 
    147147! define variables in restart file when writing with XIOS 
    148           CALL set_rstw_var_active('kt') 
    149           CALL set_rstw_var_active('ndastp') 
    150           CALL set_rstw_var_active('adatrj') 
    151           CALL set_rstw_var_active('ntime') 
     148          CALL iom_set_rstw_var_active('kt') 
     149          CALL iom_set_rstw_var_active('ndastp') 
     150          CALL iom_set_rstw_var_active('adatrj') 
     151          CALL iom_set_rstw_var_active('ntime') 
    152152      ENDIF 
    153153 
Note: See TracChangeset for help on using the changeset viewer.