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 8644 for branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2017-10-20T10:04:07+02:00 (7 years ago)
Author:
andmirek
Message:

ticket #1962 xios write functionality works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_write/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r8630 r8644  
    242242      ENDIF 
    243243      ! 
     244      IF(lwxios) THEN 
     245! define variables in restart file when writing with XIOS 
     246         CALL set_rstw_var_active('e3t_b') 
     247         CALL set_rstw_var_active('e3t_n') 
     248         !                                           ! ----------------------- ! 
     249         IF( ln_vvl_ztilde .OR. ln_vvl_layer ) THEN  ! z_tilde and layer cases ! 
     250            !                                        ! ----------------------- ! 
     251            CALL set_rstw_var_active('tilde_e3t_b') 
     252            CALL set_rstw_var_active('tilde_e3t_n') 
     253         END IF 
     254         !                                           ! -------------!     
     255         IF( ln_vvl_ztilde ) THEN                    ! z_tilde case ! 
     256            !                                        ! ------------ ! 
     257            CALL set_rstw_var_active('hdiv_lf') 
     258         ENDIF 
     259         ! 
     260      ENDIF 
     261 
    244262      IF( nn_timing == 1 )  CALL timing_stop('dom_vvl_init') 
    245263      ! 
Note: See TracChangeset for help on using the changeset viewer.