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 11901 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2019-11-13T18:27:42+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2323 SI3 restart read/write with XIOS for AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/OCE/DOM/domain.F90

    r11840 r11901  
    344344         WRITE(numout,*) '      NetCDF chunksize (bytes)        nn_chunksz      = ', nn_chunksz 
    345345         WRITE(numout,*) '      IS coupling at the restart step ln_iscpl        = ', ln_iscpl 
    346          IF( TRIM(Agrif_CFixed()) == '0' ) THEN 
    347             WRITE(numout,*) '      READ restart for a single file using XIOS ln_xios_read =', ln_xios_read 
    348             WRITE(numout,*) '      Write restart using XIOS        nn_wxios   = ', nn_wxios 
    349          ELSE 
    350             WRITE(numout,*) "      AGRIF: nn_wxios will be ingored. See setting for parent" 
    351             WRITE(numout,*) "      AGRIF: ln_xios_read will be ingored. See setting for parent" 
    352          ENDIF 
     346         WRITE(numout,*) '      READ restart for a single file using XIOS ln_xios_read =', ln_xios_read 
     347         WRITE(numout,*) '      Write restart using XIOS        nn_wxios   = ', nn_wxios 
    353348      ENDIF 
    354349 
     
    427422      rdt  = rn_rdt 
    428423 
    429       IF( TRIM(Agrif_CFixed()) == '0' ) THEN 
    430          lrxios = ln_xios_read.AND.ln_rstart 
     424      lrxios = ln_xios_read.AND.ln_rstart 
    431425!set output file type for XIOS based on NEMO namelist  
    432          IF (nn_wxios > 0) lwxios = .TRUE.  
    433          nxioso = nn_wxios 
    434       ENDIF 
     426      IF (nn_wxios > 0) lwxios = .TRUE.  
     427      nxioso = nn_wxios 
    435428 
    436429#if defined key_netcdf4 
Note: See TracChangeset for help on using the changeset viewer.