VLab Issue #5063 - NSHARP(D2D) does not load using Volume Browser; fixes
#5063 Change-Id: Idd83363e5235868939c2251239264eb73863efb7 Former-commit-id:9c1f711bac
[formerly0181780c3c
] [formerly97bd608624
] [formerly5e1e9f6f58
[formerly97bd608624
[formerly b59616510517bf52d23edaf055e9d4a53b26e2dc]]] Former-commit-id:5e1e9f6f58
Former-commit-id: 2b04ebf5db958ee5a49605d59a11084c2f7fe617 [formerly604d44817f
] Former-commit-id:5ef5b5733a
This commit is contained in:
parent
471e3f6a7b
commit
26e9b80028
1 changed files with 4 additions and 3 deletions
|
@ -1940,9 +1940,10 @@ public class NsharpResourceHandler {
|
|||
return;
|
||||
}
|
||||
if (!fromArchive) {
|
||||
// start FixMark:nearByStnCompSnd d2dlite
|
||||
if (!(sndType.contentEquals("NCUAIR") || sndType
|
||||
.contentEquals("BUFRUA"))) {
|
||||
// For those sounding report with forecast time, e.g. model/pfc sounding
|
||||
if (timeLine.contains("V")) { //fix D2D loading issue. 10/8/2014
|
||||
// if (!(sndType.contentEquals("NCUAIR") || sndType
|
||||
// .contentEquals("BUFRUA"))) {
|
||||
// Chin's NOTE:
|
||||
// Can Not use reference time directly from the stnInfo,
|
||||
// Timestamp refTime = stnInfo.getReftime()
|
||||
|
|
Loading…
Add table
Reference in a new issue