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 8812 for branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2017-11-24T17:34:50+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 and #1962 enable restart read/write with XIOS in SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r8801 r8812  
    311311   END SUBROUTINE iom_set_rstr_active 
    312312 
    313    SUBROUTINE iom_set_rstw_core() 
     313   SUBROUTINE iom_set_rstw_core(cdmdl) 
     314   CHARACTER (len=*), INTENT (IN) :: cdmdl 
     315    
     316   IF(cdmdl == "OPA") THEN 
    314317!from restart.F90 
    315318   CALL iom_set_rstw_var_active("rdt") 
     
    343346         CALL iom_set_rstw_var_active('sbc_hc_b') 
    344347         CALL iom_set_rstw_var_active('sbc_sc_b') 
     348   ENDIF 
    345349   END SUBROUTINE iom_set_rstw_core 
    346350 
Note: See TracChangeset for help on using the changeset viewer.