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/OPA_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/OPA_SRC/nemogcm.F90

    r8570 r8812  
    422422      IF( lk_c1d        )   CALL     c1d_init   ! 1D column configuration 
    423423                            CALL     wad_init   ! Wetting and drying options 
    424                             CALL     dom_init   ! Domain 
     424                            CALL     dom_init("OPA")   ! Domain 
    425425      IF( ln_crs        )   CALL     crs_init   ! coarsened grid: domain initialization  
    426426      IF( ln_nnogather )    CALL nemo_northcomms! northfold neighbour lists (must be done after the masks are defined) 
Note: See TracChangeset for help on using the changeset viewer.