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/sbcmod.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/sbcmod.F90

    r8644 r8651  
    343343      ! 
    344344      IF( lwxios ) THEN 
    345          CALL set_rstw_var_active('utau_b') 
    346          CALL set_rstw_var_active('vtau_b') 
    347          CALL set_rstw_var_active('qns_b') 
     345         CALL iom_set_rstw_var_active('utau_b') 
     346         CALL iom_set_rstw_var_active('vtau_b') 
     347         CALL iom_set_rstw_var_active('qns_b') 
    348348         ! The 3D heat content due to qsr forcing is treated in traqsr 
    349          ! CALL set_rstw_var_active('qsr_b') 
    350          CALL set_rstw_var_active('emp_b') 
    351          CALL set_rstw_var_active('sfx_b') 
     349         ! CALL iom_set_rstw_var_active('qsr_b') 
     350         CALL iom_set_rstw_var_active('emp_b') 
     351         CALL iom_set_rstw_var_active('sfx_b') 
    352352      ENDIF 
    353353 
Note: See TracChangeset for help on using the changeset viewer.