source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/interface/c/icdate.hpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 282 bytes
Line 
1extern "C"
2{
3  /////////////////////////////// Définitions ////////////////////////////// //
4
5  typedef struct { int year, month, day, hour, minute, second; } cxios_date;
6  typedef struct { double year, month, day, hour, minute, second, timestep; } cxios_duration;
7} // extern "C"
Note: See TracBrowser for help on using the repository browser.