source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/config/calendar_type.conf @ 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: 522 bytes
Line 
1#ifdef __XIOS_CAllLeapCalendar__
2   DECLARE_CALENDAR(AllLeap, AllLeap)
3#endif //__XIOS_CAllLeapCalendar__
4
5#ifdef __XIOS_CD360Calendar__
6   DECLARE_CALENDAR(D360, D360)
7#endif //__XIOS_CD360Calendar__
8
9#ifdef __XIOS_CGregorianCalendar__
10   DECLARE_CALENDAR(Gregorian, Gregorian)
11#endif //__XIOS_CGregorianCalendar__
12
13#ifdef __XIOS_CJulianCalendar__
14   DECLARE_CALENDAR(Julian, Julian)
15#endif //__XIOS_CJulianCalendar__
16
17#ifdef __XIOS_CNoLeapCalendar__
18   DECLARE_CALENDAR(NoLeap, NoLeap)
19#endif //__XIOS_CNoLeapCalendar__
Note: See TracBrowser for help on using the repository browser.