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/domain.F90 – NEMO

Ignore:
Timestamp:
2017-10-20T10:04:07+02:00 (6 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/domain.F90

    r8630 r8644  
    4747   USE wrk_nemo       ! Memory Allocation 
    4848   USE timing         ! Timing 
    49    USE iom_def, ONLY:lwxios, wxioso ! write restart flag and output type 
     49   USE iom_def, ONLY:lwxios, wxioso, rst_wfields ! write restart flag and output type 
     50   USE iom, ONLY : set_rst_vars, set_rstw_core 
    5051   IMPLICIT NONE 
    5152   PRIVATE 
     
    201202      IF( nn_timing == 1 )   CALL timing_stop('dom_init') 
    202203      ! 
     204      IF( lwxios ) THEN 
     205!define names for restart write 
     206         CALL set_rst_vars(rst_wfields) 
     207         CALL set_rstw_core() 
     208      ENDIF 
    203209   END SUBROUTINE dom_init 
    204210 
     
    334340         WRITE(numout,*) '      NetCDF chunksize (bytes)        nn_chunksz = ', nn_chunksz 
    335341         WRITE(numout,*) '      IS coupling at the restart step ln_iscpl   = ', ln_iscpl 
    336          WRITE(numout,*) '      Write restart using XIOS        nn_wxios   = ', nn_wxios 
    337342         IF( TRIM(Agrif_CFixed()) == '0' ) & 
    338343     &      WRITE(numout,*) '      Write restart using XIOS        nn_wxios   = ', nn_wxios 
Note: See TracChangeset for help on using the changeset viewer.