13 extern int max_fstations;
19 char dbuf[10],tbuf[10],wfo[10];
20 extern char *txbuf[3];
29 printf(
"could not open forecast station_list %s\n",
fname);
36 for(ii=0;ii<500;ii++) {
52 ier=sscanf(kbuf,
"%s %s %s %s %s",
61 wfo[
j]=tolower(wfo[
j]);
74 if(strcmp(wfo,
tag[m].wfo)==0) {
109 if(ier==5 || ier==2) {
124 if(strcmp(txbuf[m],
"HZ")==0)
127 else if(strcmp(txbuf[m],
"PP")==0)
130 else if(strcmp(txbuf[m],
"TA")==0)
void get_forecast_station_list(char *fname)
printf("fbuf is %s\n", fbuf)