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.
calendar_type.conf in vendors/XIOS/current/src/config – NEMO

source: vendors/XIOS/current/src/config/calendar_type.conf @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 567 bytes
Line 
1#ifdef __XMLIO_CAllLeapCalendar__
2   DECLARE_CALENDAR(AllLeap  , AllLeap)
3#endif //__XMLIO_CAllLeapCalendar__
4
5#ifdef __XMLIO_CD360Calendar__
6   DECLARE_CALENDAR(D360  , D360)
7#endif //__XMLIO_CD360Calendar__
8
9#ifdef __XMLIO_CGregorianCalendar__
10   DECLARE_CALENDAR(Gregorian  , Gregorian)
11#endif //__XMLIO_CGregorianCalendar__
12
13#ifdef __XMLIO_CJulianCalendar__
14   DECLARE_CALENDAR(Julian  , Julian)
15#endif //__XMLIO_CJulianCalendar__
16
17#ifdef __XMLIO_CNoLeapCalendar__
18   DECLARE_CALENDAR(NoLeap  , NoLeap)
19#endif //__XMLIO_CNoLeapCalendar__
20
21#undef DECLARE_CALENDAR
Note: See TracBrowser for help on using the repository browser.