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/domvvl.F90 – NEMO

Ignore:
Timestamp:
2017-10-23T13:07:22+02:00 (6 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/domvvl.F90

    r8650 r8651  
    245245      IF(lwxios) THEN 
    246246! define variables in restart file when writing with XIOS 
    247          CALL set_rstw_var_active('e3t_b') 
    248          CALL set_rstw_var_active('e3t_n') 
     247         CALL iom_set_rstw_var_active('e3t_b') 
     248         CALL iom_set_rstw_var_active('e3t_n') 
    249249         !                                           ! ----------------------- ! 
    250250         IF( ln_vvl_ztilde .OR. ln_vvl_layer ) THEN  ! z_tilde and layer cases ! 
    251251            !                                        ! ----------------------- ! 
    252             CALL set_rstw_var_active('tilde_e3t_b') 
    253             CALL set_rstw_var_active('tilde_e3t_n') 
     252            CALL iom_set_rstw_var_active('tilde_e3t_b') 
     253            CALL iom_set_rstw_var_active('tilde_e3t_n') 
    254254         END IF 
    255255         !                                           ! -------------!     
    256256         IF( ln_vvl_ztilde ) THEN                    ! z_tilde case ! 
    257257            !                                        ! ------------ ! 
    258             CALL set_rstw_var_active('hdiv_lf') 
     258            CALL iom_set_rstw_var_active('hdiv_lf') 
    259259         ENDIF 
    260260         ! 
Note: See TracChangeset for help on using the changeset viewer.