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/DIA/diahsb.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/DIA/diahsb.F90

    r8644 r8651  
    371371      IF(lwxios) THEN 
    372372! define variables in restart file when writing with XIOS 
    373         CALL set_rstw_var_active('frc_v') 
    374         CALL set_rstw_var_active('frc_t') 
    375         CALL set_rstw_var_active('frc_s') 
     373        CALL iom_set_rstw_var_active('frc_v') 
     374        CALL iom_set_rstw_var_active('frc_t') 
     375        CALL iom_set_rstw_var_active('frc_s') 
    376376        IF( ln_linssh ) THEN 
    377            CALL set_rstw_var_active('frc_wn_t') 
    378            CALL set_rstw_var_active('frc_wn_s') 
     377           CALL iom_set_rstw_var_active('frc_wn_t') 
     378           CALL iom_set_rstw_var_active('frc_wn_s') 
    379379        ENDIF 
    380         CALL set_rstw_var_active('surf_ini') 
    381         CALL set_rstw_var_active('ssh_ini') 
    382         CALL set_rstw_var_active('e3t_ini') 
    383         CALL set_rstw_var_active('hc_loc_ini') 
    384         CALL set_rstw_var_active('sc_loc_ini') 
     380        CALL iom_set_rstw_var_active('surf_ini') 
     381        CALL iom_set_rstw_var_active('ssh_ini') 
     382        CALL iom_set_rstw_var_active('e3t_ini') 
     383        CALL iom_set_rstw_var_active('hc_loc_ini') 
     384        CALL iom_set_rstw_var_active('sc_loc_ini') 
    385385        IF( ln_linssh ) THEN 
    386            CALL set_rstw_var_active('ssh_hc_loc_ini') 
    387            CALL set_rstw_var_active('ssh_sc_loc_ini') 
     386           CALL iom_set_rstw_var_active('ssh_hc_loc_ini') 
     387           CALL iom_set_rstw_var_active('ssh_sc_loc_ini') 
    388388        ENDIF 
    389389      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.