Search found 2 matches
- March 6th, 2014, 8:42 pm
- Forum: Bugs
- Topic: Problem in con2stn?
- Replies: 3
- Views: 5730
Re: Problem in con2stn?
I have included below an originakl code block and a suggested revised code block in con2stn.f for the Linux version Original code block in con2stn.f in lines 386 through 424 DO KS=1,NSTA ! longitude correction to avoid dateline problems IF(CLON.GE.0.0.AND.SLON(KS).LT.0.0)THEN GLON=SLON(KS)+360.0 ELS...
- January 20th, 2014, 9:17 pm
- Forum: Bugs
- Topic: Problem in con2stn?
- Replies: 3
- Views: 5730
Problem in con2stn?
I recently had a problem with abnormal program termination while running the utility program con2stn on a Linux system for a linear interpolation extraction. I don't get the same problem with the nearest neighbor extraction. I think I have tracked the problem to a place in the source code. I have co...