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

Ignore:
Timestamp:
2017-10-20T17:46:49+02:00 (7 years ago)
Author:
andmirek
Message:

fix writing restart in domvvl.F90

File:
1 edited

Legend:

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

    r8644 r8650  
    129129      CALL dom_glo                     ! global domain versus local domain 
    130130      CALL dom_nam                     ! read namelist ( namrun, namdom ) 
     131      ! 
     132      IF( lwxios ) THEN 
     133!define names for restart write and set core output (restart.F90) 
     134         CALL set_rst_vars(rst_wfields) 
     135         CALL set_rstw_core() 
     136      ENDIF 
     137      ! 
    131138      CALL dom_clo( cn_cfg, nn_cfg )   ! Closed seas and lake 
    132139      CALL dom_hgr                     ! Horizontal mesh 
     
    202209      IF( nn_timing == 1 )   CALL timing_stop('dom_init') 
    203210      ! 
    204       IF( lwxios ) THEN 
    205 !define names for restart write 
    206          CALL set_rst_vars(rst_wfields) 
    207          CALL set_rstw_core() 
    208       ENDIF 
    209211   END SUBROUTINE dom_init 
    210212 
Note: See TracChangeset for help on using the changeset viewer.