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 13039 for NEMO – NEMO

Changeset 13039 for NEMO


Ignore:
Timestamp:
2020-06-04T11:21:32+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2475 fix for AGRIF

File:
1 edited

Legend:

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

    r13016 r13039  
    123123      CALL dom_nam                     ! read namelist ( namrun, namdom ) 
    124124 
    125       lcfg_xios = ln_xios_cfg .AND. (.NOT. ln_use_jattr) 
    126125      ! 
    127126      IF( lwxios ) THEN 
     
    345344            WRITE(numout,*) "      AGRIF: nn_wxios will be ingored. See setting for parent" 
    346345            WRITE(numout,*) "      AGRIF: ln_xios_read will be ingored. See setting for parent" 
     346            WRITE(numout,*) "      AGRIF: ln_xios_cfg will be ingored. See setting for parent" 
    347347         ENDIF 
    348348      ENDIF 
     
    424424         IF (nn_wxios > 0) lwxios = .TRUE.  
    425425         nxioso = nn_wxios 
     426         lcfg_xios = ln_xios_cfg .AND. (.NOT. ln_use_jattr) 
    426427      ENDIF 
    427428 
Note: See TracChangeset for help on using the changeset viewer.