source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/globalScopeData.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 
1/*!
2   \file globalScopeData.hpp
3   \author Ha NGUYEN
4   \since  24 Sep 2014
5   \date 24 Sep 2014
6
7   Global scope variable and object definitions
8 */
9#ifndef __GLOBAL_SCOPE_DATA_HPP__
10#define __GLOBAL_SCOPE_DATA_HPP__
11
12const int INVALID_RANK = -1;
13
14#endif // __GLOBAL_SCOPE_DATA__
Note: See TracBrowser for help on using the repository browser.