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/DYN/dynspg_ts.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/DYN/dynspg_ts.F90

    r8644 r8651  
    13271327      IF( lwxios ) THEN 
    13281328! define variables in restart file when writing with XIOS 
    1329          CALL set_rstw_var_active('ub2_b') 
    1330          CALL set_rstw_var_active('vb2_b') 
     1329         CALL iom_set_rstw_var_active('ub2_b') 
     1330         CALL iom_set_rstw_var_active('vb2_b') 
    13311331         ! 
    13321332         IF (.NOT.ln_bt_av) THEN 
    1333             CALL set_rstw_var_active('sshbb_e') 
    1334             CALL set_rstw_var_active('ubb_e') 
    1335             CALL set_rstw_var_active('vbb_e') 
    1336             CALL set_rstw_var_active('sshb_e') 
    1337             CALL set_rstw_var_active('ub_e') 
    1338             CALL set_rstw_var_active('vb_e') 
     1333            CALL iom_set_rstw_var_active('sshbb_e') 
     1334            CALL iom_set_rstw_var_active('ubb_e') 
     1335            CALL iom_set_rstw_var_active('vbb_e') 
     1336            CALL iom_set_rstw_var_active('sshb_e') 
     1337            CALL iom_set_rstw_var_active('ub_e') 
     1338            CALL iom_set_rstw_var_active('vb_e') 
    13391339         ENDIF 
    13401340#if defined key_agrif 
    13411341         ! Save time integrated fluxes 
    13421342         IF ( .NOT.Agrif_Root() ) THEN 
    1343             CALL set_rstw_var_active('ub2_i_b') 
    1344             CALL set_rstw_var_active('vb2_i_b') 
     1343            CALL iom_set_rstw_var_active('ub2_i_b') 
     1344            CALL iom_set_rstw_var_active('vb2_i_b') 
    13451345         ENDIF 
    13461346#endif 
Note: See TracChangeset for help on using the changeset viewer.