11 extern struct station zstation[750];
12 extern struct station tstation[1000];
14 extern int max_zstations;
15 extern int max_tstations;
17 extern int max_fstations;
23 char dbuf[10],tbuf[10],wfo[10];
24 extern char *txbuf[3];
33 printf(
"could not open forecast station_list %s\n",
fname);
40 for(ii=0;ii<1000;ii++) {
56 ier=sscanf(kbuf,
"%s %s %s %s %s",
65 wfo[
j]=tolower(wfo[
j]);
79 if(ier==5 || ier==2) {
94 if(strcmp(txbuf[m],
"HZ")==0)
97 else if(strcmp(txbuf[m],
"PP")==0)
100 else if(strcmp(txbuf[m],
"TA")==0) {
121 if(strcmp(wfo,
tag[m].wfo)==0) {
153 for(
j=0;
j<max_zstations;
j++) {
161 if(strcmp(wfo,
tag[m].wfo)==0) {
200 for(
j=0;
j<max_tstations;
j++) {
210 if(strcmp(wfo,
tag[m].wfo)==0) {
void get_forecast_station_list(char *fname)
printf("fbuf is %s\n", fbuf)