WRF icon indicating copy to clipboard operation
WRF copied to clipboard

obsproce.exe with bogus data cause unexpected output!

Open cyemeng opened this issue 5 years ago • 0 comments

https://github.com/wrf-model/WRF/blob/fb60d61cc44e2a2e8b8311f0b79185724010d510/var/obsproc/src/module_err_afwa.F90#L1006

when I use ./obsproce.exe to process observatuib data from https://rda.ucar.edu/datasets/ds337.0/#!access ,It bogus data produce "**** " record. the following is the format of obsproce.exe output, whic can clearly see the "ERROR" format is "I4" . " INFO = PLATFORM, DATE, NAME, LEVELS, LATITUDE, LONGITUDE, ELEVATION, ID. SRFC = SLP, PW (DATA,QC,ERROR). EACH = PRES, SPEED, DIR, HEIGHT, TEMP, DEW PT, HUMID (DATA,QC,ERROR)*LEVELS. INFO_FMT = (A12,1X,A19,1X,A40,1X,I6,3(F12.3,11X),6X,A40) SRFC_FMT = (F12.3,I4,F7.2,F12.3,I4,F7.3) EACH_FMT = (3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2),11X,3(F12.3,I4,F7.2)) "

cyemeng avatar Feb 13 '21 06:02 cyemeng