source: lmdz_wrf/WRFV3/external/esmf_time_f90/ESMF_Macros.inc @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 945 bytes
Line 
1#if 0
2
3Earth System Modeling Framework
4Copyright 2002-2003, University Corporation for Atmospheric Research,
5Massachusetts Institute of Technology, Geophysical Fluid Dynamics
6Laboratory, University of Michigan, National Centers for Environmental
7Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
8NASA Goddard Space Flight Center.
9Licensed under the University of Illinois-NCSA license.
10
11Do not have C++ or F90 style comments in here because this file is processed
12by both C++ and F90 compilers.
13
14These lines prevent this file from being read more than once if it
15ends up being included multiple times.
16#endif
17
18#ifndef ESMF_MACROS_INC
19#define ESMF_MACROS_INC
20
21#if 0
22
23former file contents moved to ESMF_BaseMod
24so user code can be compiled without requiring
25the preprocessor.
26
27#endif
28
29#if 0
30i left the following macro here in case it is needed for our internal use.
31#endif
32
33#define ESMF_SRCLINE __FILE__, __LINE__
34
35#endif
Note: See TracBrowser for help on using the repository browser.