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/SBC/sbcssm.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/SBC/sbcssm.F90

    r8644 r8651  
    255255      ! 
    256256      IF( lwxios.AND.nn_fsbc > 1 ) THEN 
    257          CALL set_rstw_var_active('nn_fsbc') 
    258          CALL set_rstw_var_active('ssu_m') 
    259          CALL set_rstw_var_active('ssv_m') 
    260          CALL set_rstw_var_active('sst_m') 
    261          CALL set_rstw_var_active('sss_m') 
    262          CALL set_rstw_var_active('ssh_m') 
    263          CALL set_rstw_var_active('e3t_m') 
    264          CALL set_rstw_var_active('frq_m') 
     257         CALL iom_set_rstw_var_active('nn_fsbc') 
     258         CALL iom_set_rstw_var_active('ssu_m') 
     259         CALL iom_set_rstw_var_active('ssv_m') 
     260         CALL iom_set_rstw_var_active('sst_m') 
     261         CALL iom_set_rstw_var_active('sss_m') 
     262         CALL iom_set_rstw_var_active('ssh_m') 
     263         CALL iom_set_rstw_var_active('e3t_m') 
     264         CALL iom_set_rstw_var_active('frq_m') 
    265265      ENDIF 
    266266 
Note: See TracChangeset for help on using the changeset viewer.