Hi Oscar,<br><br>For converting the observation data to LITTLE_R, we may need to know the format of LITTLE_R first. And the format specification can found in the following page:<br><br><a href="http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/OA/OA.htm">http://www.mmm.ucar.edu/mm5/documents/MM5_tut_Web_notes/OA/OA.htm</a><br>
<br>Following is the thing is my observation that may need to take care for using LITTLE_R with obsproc : <br>1. I am also new to Fortran, and see the there have Fortran I/O format column in this article. This field is analogy to the C printf formatting descriptor. e.g.<br>
<br>F20.5  = %20.5f<br>I10 = %10d<br>A40 = %40s<br><br>2. After realized the LITTLE_R format, another thing worth to mention is that, the &#39;platform&#39; field in the report header seem important for obsproc.exe, as the following post said:<br>
<br><a href="http://mailman.ucar.edu/pipermail/wrf-users/2008/001009.html">http://mailman.ucar.edu/pipermail/wrf-users/2008/001009.html</a><br><br>3. In the report header, the fields &#39;<br>- id&#39;, &#39;name&#39;, &#39;platform&#39;, &#39;source&#39; need to have left alignment. <br>
- another fields need right alignment<br><br>For converting my data to LITTLE_R, i just write a program to scan my observation file and convert it to LITTLE_R.<br><br>*************************************************************************************************<br>
Back to my issue, <br>1. what is the meaning of NESTIX, NESTJX, NEXTI and NEXT fields graphically in the namelist.obsproc ?<br>2. For specify the domain of time in namelist.obsproc, what is the rule to fill the value of time_window_min, time_analysis and time_window_max ? Becasse i have an observation in LITTLE_R format, the range of date of the observation in this file is, let say 2005-02-28_15:00:00 to 2005-02-29_17:00:00, so i set<br>
<br>&amp;record2<br> time_window_min  = &#39;2005-02-28_15:00:00&#39;,<br> time_analysis    = &#39;2005-02-29_16:00:00&#39;,<br> time_window_max  = &#39;2005-02-29_17:00:00&#39;,<br>/<br><br>but there have a line in command prompt shown the following:<br>
<br><br>Screwy NDATE: 2005-02-29_16:00:00<br>Screwy NDATE: 2005-02-29_17:00:00<br><br> Error: The time window [2005-02-28_15:00:00, 2005-02-29_17:00:00] does not menc 2005-02-29_16:00:00<br><br><br>Finally, no 3DVAR was generated. What is the problem of that, and is it have another field need to set for the time domain ?<br>
<br>Thank you very much,<br><br>Regards,<br>Patrick<br><br><div class="gmail_quote">On Sat, May 16, 2009 at 2:12 AM, Oscar Chimborazo <span dir="ltr">&lt;<a href="mailto:ochimborazo@gmail.com">ochimborazo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Patrick...<br><br>Sorry I don&#39;t know the answer to your question.. and I apologize for writting to you in this way ...I am Oscar Chimborazo and I am a new user of WRFDA... is it possible that you can tell me how can I convert my own observation dat to LITTLE_R format? I have been looking for that information but without luck. If you can help me with this I would appreciate it very much.<br>

<br>Best Regards<br><br>Oscar Chimborazo<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Mon, May 11, 2009 at 10:21 AM, Sky Patrick <span dir="ltr">&lt;<a href="mailto:patricksky852@gmail.com" target="_blank">patricksky852@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">Hi,<br><br>I am using the WRFDA package, and converted my own observation data to LITTLE_R format and try to process it using the obsproc.exe. So i edit the file namelist.obsproc to make some configuration. obsproc.exe can read my LITTLE_R file, but the result at the bottom of this email was printed and no file like 3dvar file was generated. From the runtime log message of obsproc.exe, it shown all of the data are out of domain. I suspect that the record8 setting of namelist.obsproc was set incorrectly. What is the meaning of all of this field graphically ? Especially for the field, NESTIX, NESTJX, NEXTI and NEXTJ, because i don&#39;t catch the meaning of this from the ARW user guide. Thank very much ~<br>


<br>Regards,<br>Patrick<br><br> READ NAMELIST FILE: namelist.obsproc<br> ------------------<br>&amp;RECORD1<br> OBS_GTS_FILENAME=&quot;/home/user/data/test/output.ob                                                  &quot;,<br>


 OBS_ERR_FILENAME=&quot;obserr.txt                                                                      &quot;,<br> FG_FORMAT=&quot;MM5&quot;,  /<br><br>&amp;RECORD2<br> TIME_WINDOW_MIN=&quot;2005-03-27_23:00:00&quot;,<br>


 TIME_ANALYSIS=&quot;2005-03-29_12:00:00&quot;,<br> TIME_WINDOW_MAX=&quot;2005-03-30_23:59:59&quot;,  /<br><br>&amp;RECORD3<br> MAX_NUMBER_OF_OBS=     400000,<br> FATAL_IF_EXCEED_MAX_OBS=T,  /<br><br>&amp;RECORD4<br> QC_TEST_VERT_CONSISTENCY=T,<br>


 QC_TEST_CONVECTIVE_ADJ=T,<br> QC_TEST_ABOVE_LID=T,<br> REMOVE_ABOVE_LID=T,<br> DOMAIN_CHECK_H=T,<br> THINING_SATOB=F,<br> THINING_SSMI=F,<br> THINING_QSCAT=F,  /<br><br>&amp;RECORD5<br> PRINT_GTS_READ=T,<br> PRINT_GPSPW_READ=T,<br>


 PRINT_RECOVERP=T,<br> PRINT_DUPLICATE_LOC=T,<br> PRINT_DUPLICATE_TIME=T,<br> PRINT_RECOVERH=T,<br> PRINT_QC_VERT=T,<br> PRINT_QC_CONV=T,<br> PRINT_QC_LID=T,<br> PRINT_UNCOMPLETE=T,  /<br><br>&amp;RECORD6<br> PTOP= 1000.00000    ,<br>


 PS0= 100000.000    ,<br> TS0=  290.00000    ,<br> TLP=  50.000000    ,<br> PIS0=  20000.000    ,<br> TIS0=  215.00000    ,<br> BASE_PRES= 100000.000    ,<br> BASE_TEMP=  290.00000    ,<br> BASE_LAPSE=  50.000000    ,<br>


 BASE_STRAT_TEMP=  215.00000    ,<br> BASE_TROPO_PRES=  20000.000    ,  /<br><br>&amp;RECORD7<br> IPROJ=          1,<br> PHIC=  22.263700    ,<br> XLONC=  113.91190    ,<br> TRUELAT1=  20.000000    ,<br> TRUELAT2=  60.000000    ,<br>


 MOAD_CEN_LAT=  22.263700    ,<br> STANDARD_LON=  113.91190    ,  /<br><br>&amp;RECORD8<br> IDD=          1,<br> MAXNES=          1,<br> NESTIX=         60,        200,        136,        181,        211,<br>  5*0          ,<br>


 NESTJX=         90,        200,        181,        196,        211,<br>  5*0          ,<br> DIS=  60.000000    , 10.0000000    ,  3.3000000    , 2*1.1000000      , 5*0.0000000      ,<br><br> NUMC= 2*1          ,          2,          3,          4, 5*0          ,<br>


<br> NESTI=          1,         40,         28,         35,         45,<br>  5*0          ,<br> NESTJ=          1,         60,         25,         65,         55,<br>  5*0          ,  /<br><br>&amp;RECORD9<br> PREPBUFR_OUTPUT_FILENAME=&quot;prepbufr_output_filename                                                        &quot;,<br>


 PREPBUFR_TABLE_FILENAME=&quot;prepbufr_table_filename                                                         &quot;,<br> OUTPUT_OB_FORMAT=          2,<br> USE_FOR=&quot;3DVAR&quot;,<br> NUM_SLOTS_PAST=          3,<br> NUM_SLOTS_AHEAD=          3,<br>


 WRITE_SYNOP=T,<br> WRITE_SHIP=T,<br> WRITE_METAR=T,<br> WRITE_BUOY=T,<br> WRITE_PILOT=T,<br> WRITE_SOUND=T,<br> WRITE_AMDAR=T,<br> WRITE_SATEM=T,<br> WRITE_SATOB=T,<br> WRITE_AIREP=T,<br> WRITE_GPSPW=T,<br> WRITE_GPSZTD=T,<br>


 WRITE_GPSREF=T,<br> WRITE_GPSEPH=T,<br> WRITE_SSMT1=T,<br> WRITE_SSMT2=T,<br> WRITE_SSMI=T,<br> WRITE_TOVS=T,<br> WRITE_QSCAT=T,<br> WRITE_PROFL=T,<br> WRITE_BOGUS=T,<br> WRITE_AIRS=T,<br> WRITE_TAMDAR=T,  /<br><br> COARSE GRID CENTER IS AT X =      0.0 KM AND Y =  -8863.1 KM.   DIS(1)=    60.000<br>


------------------------------------------------------------------------------<br>READ GTS OBSERVATIONS IN FILE /home/user/data/test/output.ob<br><br>Diagnostics in file obs_gts_read.diag<br><br>IO_ERROR=-1     1 FM-35 TEMP                                 22.264N  113.912E  19000101000000       0.000<br>


Have reached end of observations file.<br><br>------------------------------------------------------------------------------<br>GTS OBSERVATIONS READ:<br><br> SYNOP reports:     0<br> SHIPS reports:     0<br> BUOYS reports:     0<br>


 BOGUS reports:     0<br> METAR reports:     0<br> PILOT reports:     0<br> SOUND reports:  8640<br> AMDAR reports:     0<br> SATEM reports:     0<br> SATOB reports:     0<br> GPSPW reports:     0<br> GPSZD reports:     0<br>


 GPSRF reports:     0<br> GPSEP reports:     0<br> AIREP reports:     0<br>TAMDAR reports:     0<br> SSMT1 reports:     0<br> SSMT2 reports:     0<br> SSMI  reports:     0<br> TOVS  reports:     0<br> QSCAT reports:     0<br>


 PROFL reports:     0<br> AIRST reports:     0<br> OTHER reports:     0<br> Total reports:  8640<br><br>Number of observations read:              8640<br>Number of empty observations:                0<br>Number of observations out of domain:     8640<br>


Number of observations for ingestion:        0<br><br><br>AIRCRAFT DATA: Total=     0  Above cut_height=     0<br>STOP 99999<br>
<br></div></div>_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu" target="_blank">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br></blockquote></div><br>
</blockquote></div><br>