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 11482 for NEMO/branches/2019/dev_r11351_fldread_with_XIOS/src/OCE/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2019-08-29T13:15:12+02:00 (5 years ago)
Author:
andmirek
Message:

Ticket #2195 read initial conditions with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11351_fldread_with_XIOS/src/OCE/IOM/iom.F90

    r11405 r11482  
    13051305      ELSE        ! read using XIOS. Only if KEY_IOMPUT is defined 
    13061306#if defined key_iomput 
     1307         IF( PRESENT(ktime) ) THEN 
     1308           if(lwp) write(numout, *) 'XIOS BDRY READ itime = ', ktime 
     1309           CALL xios_update_calendar( ktime - 1 ) 
     1310         ENDIF 
    13071311         IF( PRESENT(pv_r3d) ) THEN 
    13081312            pv_r3d(:, :, :) = 0. 
Note: See TracChangeset for help on using the changeset viewer.