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 13016 for NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2020-06-03T12:48:36+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2475 implementation of new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/DOM/domain.F90

    r12489 r13016  
    122122      CALL dom_glo                     ! global domain versus local domain 
    123123      CALL dom_nam                     ! read namelist ( namrun, namdom ) 
     124 
     125      lcfg_xios = ln_xios_cfg .AND. (.NOT. ln_use_jattr) 
    124126      ! 
    125127      IF( lwxios ) THEN 
     
    301303      ENDIF 
    302304      ! 
    303       ! 
    304305      READ  ( numnam_ref, namrun, IOSTAT = ios, ERR = 901) 
    305306901   IF( ios /= 0 )   CALL ctl_nam ( ios , 'namrun in reference namelist' ) 
     
    340341            WRITE(numout,*) '      READ restart for a single file using XIOS ln_xios_read =', ln_xios_read 
    341342            WRITE(numout,*) '      Write restart using XIOS        nn_wxios   = ', nn_wxios 
     343            WRITE(numout,*) '      READ config using XIOS          ln_xios_cfg  = ', ln_xios_cfg 
    342344         ELSE 
    343345            WRITE(numout,*) "      AGRIF: nn_wxios will be ingored. See setting for parent" 
Note: See TracChangeset for help on using the changeset viewer.