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 11840 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2019-10-31T16:30:50+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2323 write SI3 restart with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/ICE/icestp.F90

    r11536 r11840  
    239239      CALL par_init                ! set some ice run parameters 
    240240      ! 
     241      IF(lwxios) THEN 
     242        CALL iom_set_rst_vars(rsti_wfields) 
     243        CALL iom_set_rstw_core(rsti_wfields, "SI3") 
     244      ENDIF 
    241245      !                                ! Allocate the ice arrays (sbc_ice already allocated in sbc_init) 
    242246      ierr =        ice_alloc        ()      ! ice variables 
Note: See TracChangeset for help on using the changeset viewer.