Mapper
Functions | Variables
make_NEXRAD.c File Reference
#include "prototypes.h"
Include dependency graph for make_NEXRAD.c:

Go to the source code of this file.

Functions

void main (int argc, char **argv)
 
 fclose (fp)
 
 sprintf (fbuf,"/usr/mapper/nexrad/ngrid.%02d-%02d-%02d-%02d", year, month, day, hour)
 
 printf ("fbuf is %s\n", fbuf)
 
 fprintf (fp,"%d %d %d %d 1\n", iminx, iminy, maxi, maxj)
 
 for (i=0;i< maxi;i++)
 
 sprintf (tarbuf,"gzip -f %s", fbuf)
 
 system (tarbuf)
 

Variables

char fbuf [100]
 
 fp =fopen(fbuf,"w")
 

Function Documentation

◆ fclose()

fclose ( fp  )
Here is the caller graph for this function:

◆ for()

for ( )

Definition at line 343 of file make_NEXRAD.c.

Here is the call graph for this function:

◆ fprintf()

fprintf ( fp  ,
"%d %d %d %d 1\n"  ,
iminx  ,
iminy  ,
maxi  ,
maxj   
)
Here is the caller graph for this function:

◆ main()

void main ( int  argc,
char **  argv 
)

Definition at line 5 of file make_NEXRAD.c.

Here is the call graph for this function:

◆ printf()

printf ( "fbuf is %s\n"  ,
fbuf   
)

◆ sprintf() [1/2]

sprintf ( fbuf  ,
"/usr/mapper/nexrad/ngrid.%02d-%02d-%02d-%02d"  ,
year  ,
month  ,
day  ,
hour   
)

◆ sprintf() [2/2]

sprintf ( tarbuf  ,
"gzip -f %s"  ,
fbuf   
)

◆ system()

system ( tarbuf  )
Here is the caller graph for this function:

Variable Documentation

◆ fbuf

char fbuf[100]

Definition at line 3 of file make_NEXRAD.c.

◆ fp

fp =fopen(fbuf,"w")

Definition at line 339 of file make_NEXRAD.c.