source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/config/generate_rectilinear_domain_attribute.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: 362 bytes
Line 
1/* GLOBAL */
2DECLARE_ATTRIBUTE(double    , bounds_lon_start)
3DECLARE_ATTRIBUTE(double    , bounds_lon_end)
4DECLARE_ATTRIBUTE(double    , bounds_lat_start)
5DECLARE_ATTRIBUTE(double    , bounds_lat_end)
6
7DECLARE_ATTRIBUTE(double    , lon_start)
8DECLARE_ATTRIBUTE(double    , lon_end)
9DECLARE_ATTRIBUTE(double    , lat_start)
10DECLARE_ATTRIBUTE(double    , lat_end)
Note: See TracBrowser for help on using the repository browser.