source: lmdz_wrf/trunk/WRFV3/external/io_grib1/grib1_util/alloc_2d.h

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

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 114 bytes
Line 
1float **alloc_float_2d(int firstdim,int seconddim);
2void free_float_2d(float **var, int firstdim, int seconddim);
Note: See TracBrowser for help on using the repository browser.