Changeset 317
- Timestamp:
- May 14, 2009 11:07:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r310 r317 358 358 end do 359 359 360 if(comma .eq. 0 .or. comma .eq. 1) 361 print(" ") 362 print("The variables 'var="+var+"'" ) 363 print("do not exist on your input file;") 364 print("be sure to have one comma before and after each variable") 365 print(" ") 366 exit 367 end if 368 360 369 indices = new((/comma/), integer) 361 370 comma = 0 … … 384 393 count_check=count_check+1 385 394 end if 386 end do 387 395 end do 396 388 397 if(count_check .eq. dim) 389 398 print(" ")
Note: See TracChangeset
for help on using the changeset viewer.