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 8812 for branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-11-24T17:34:50+01:00 (6 years ago)
Author:
andmirek
Message:

#1953 and #1962 enable restart read/write with XIOS in SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8600_xios_read_write_v2/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r8583 r8812  
    4141   USE xios           ! xIOserver 
    4242#endif 
     43   USE in_out_manager, ONLY : ln_xios_read, nn_wxios 
    4344 
    4445   IMPLICIT NONE 
     
    359360                            CALL phy_cst    ! Physical constants 
    360361                            CALL eos_init   ! Equation of state 
    361                             CALL dom_init   ! Domain 
    362  
     362                            CALL dom_init('SAS')   ! Domain 
    363363     IF( ln_nnogather )     CALL nemo_northcomms   ! Initialise the northfold neighbour lists (must be done after the masks are defined) 
    364364 
Note: See TracChangeset for help on using the changeset viewer.