Ignore:
Timestamp:
05/26/15 16:13:47 (9 years ago)
Author:
rlacroix
Message:

Add the infrastructure to request fields from the server.

This will be used to read input files so add a new file attribute mode to define whether data is written or read from a file.

Currently the data is not actually read and random data is transfered for those fields in read mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/iccalendar.cpp

    r597 r598  
    1616    context->updateCalendar(step); 
    1717    context->sendUpdateCalendar(step); 
     18    context->checkPrefetchingOfEnabledReadModeFiles(); 
    1819    CTimer::get("XIOS").suspend(); 
    1920  } 
Note: See TracChangeset for help on using the changeset viewer.