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/ZDF/zdftke.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/ZDF/zdftke.F90

    r8644 r8651  
    816816      ! 
    817817      IF( lwxios ) THEN 
    818         CALL set_rstw_var_active('en') 
    819         CALL set_rstw_var_active('avt') 
    820         CALL set_rstw_var_active('avm') 
    821         CALL set_rstw_var_active('avmu') 
    822         CALL set_rstw_var_active('avmv') 
    823         CALL set_rstw_var_active('dissl') 
     818        CALL iom_set_rstw_var_active('en') 
     819        CALL iom_set_rstw_var_active('avt') 
     820        CALL iom_set_rstw_var_active('avm') 
     821        CALL iom_set_rstw_var_active('avmu') 
     822        CALL iom_set_rstw_var_active('avmv') 
     823        CALL iom_set_rstw_var_active('dissl') 
    824824      ENDIF 
    825825 
Note: See TracChangeset for help on using the changeset viewer.