source: lmdz_wrf/WRFV3/share/landread.h @ 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: 957 bytes
Line 
1#ifndef LANDREAD_H
2#define LANDREAD_H
3
4int GET_TERRAIN (        float *adx,
5                         float *xlat,
6                         float *xlon,
7                         float       *terrain,
8                         int   *mix,
9                         int   *mjx,
10                         int   *iyyn,
11                         int   *jxxn,
12                         int   *ipath , int * ipathlen) ;
13
14/* int    nint(const double x); */
15double aint(const double x);
16double anint(const double x);
17float  tsGetValue(const double aix, const double aiy);
18float  tsGetValueInt(const int aix, const int aiy);
19float  tsGetValueInterp(const double ix, const double iy);
20float  tsGetValueLatLon(const double lat, const double lon);
21int    tsCloseTileSet(void);
22int    tsInitTileSet(const char *fn);
23int    tsPrintTileSetInto(void);
24int    tsLatLonToGridpoint(const double  lat,
25                           const double  lon,
26                           double       *ix,
27                           double       *iy);
28
29#endif
Note: See TracBrowser for help on using the repository browser.