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 8001 for branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90 – NEMO

Ignore:
Timestamp:
2017-05-08T17:00:32+02:00 (7 years ago)
Author:
andmirek
Message:

Reading restart with XIOS works and is bit comparable with NEMO default restart. Tested in MO GO6 eORCA25 configuration - suite u-al584

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_XIOS_read/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r7924 r8001  
    331331               CALL iom_get( numror, 'ndastp', zndastp, lrxios = lxios_read ) 
    332332               ndastp = NINT( zndastp ) 
    333                CALL iom_get( numror, 'adatrj', adatrj, lrxios = lxios_read  ) 
     333               CALL iom_get( numror, 'adatrj', adatrj, lrxios = lxios_read ) 
    334334            ELSE 
    335335               ! parameters correspondting to nit000 - 1 (as we start the step loop with a call to day) 
Note: See TracChangeset for help on using the changeset viewer.