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 11923 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/tests/VORTEX – NEMO

Ignore:
Timestamp:
2019-11-18T09:38:39+01:00 (5 years ago)
Author:
andmirek
Message:

Ticket #2323 all other SETTE/tests configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/tests/VORTEX/MY_SRC/domvvl.F90

    r11536 r11923  
    247247      IF(lwxios) THEN 
    248248! define variables in restart file when writing with XIOS 
    249          CALL iom_set_rstw_var_active('e3t_b') 
    250          CALL iom_set_rstw_var_active('e3t_n') 
     249         CALL iom_set_rstw_var_active(rst_wfields, 'e3t_b') 
     250         CALL iom_set_rstw_var_active(rst_wfields, 'e3t_n') 
    251251         !                                           ! ----------------------- ! 
    252252         IF( ln_vvl_ztilde .OR. ln_vvl_layer ) THEN  ! z_tilde and layer cases ! 
    253253            !                                        ! ----------------------- ! 
    254             CALL iom_set_rstw_var_active('tilde_e3t_b') 
    255             CALL iom_set_rstw_var_active('tilde_e3t_n') 
     254            CALL iom_set_rstw_var_active(rst_wfields, 'tilde_e3t_b') 
     255            CALL iom_set_rstw_var_active(rst_wfields, 'tilde_e3t_n') 
    256256         END IF 
    257257         !                                           ! -------------!     
    258258         IF( ln_vvl_ztilde ) THEN                    ! z_tilde case ! 
    259259            !                                        ! ------------ ! 
    260             CALL iom_set_rstw_var_active('hdiv_lf') 
     260            CALL iom_set_rstw_var_active(rst_wfields, 'hdiv_lf') 
    261261         ENDIF 
    262262         ! 
     
    806806         IF( ln_rstart ) THEN                   !* Read the restart file 
    807807            CALL rst_read_open                  !  open the restart file if necessary 
     808            IF(lrxios) CALL iom_swap(crxios_context) 
    808809            CALL iom_get( numror, jpdom_autoglo, 'sshn'   , sshn, ldxios = lrxios    ) 
    809810            ! 
     
    881882            ENDIF 
    882883            ! 
     884            IF(lrxios) CALL iom_swap(cxios_context) 
     885            ! 
    883886         ELSE                                   !* Initialize at "rest" 
    884887            ! 
Note: See TracChangeset for help on using the changeset viewer.