BasyouhuC200002(D) ver.1.03
SD Japanese Special Discretionary Time RCP in Feb., 2000
Sessai@NIPR, 2000/01/21 revised on 2000/02/14 revised on 2000/03/28 revised on 2000/03/29 |
1. Installation 2. Schedule file 3. Test running, please 4. Sounding mode 5. Beam sequence 6. Notes |
new Tiger Tasmanian Radar's code!!!, correct Sanae Radar's code!!!, new Kerguelen Radar's code!!!, and also new Kodiak Radar's code!!!.. |
to the previous version 1.00. This provides a way to reduce the amount of smr files. The rest part has no change except a fix in usage message. |
to the previous version 1.01. This provides a way not to change your default summary beams. The rest part has no change. |
Just a small change regarding -nosmrch and -smrsep options. The rest part has no change. |
You need at least QNX 4.24 or 4.25 for QNX OS to be Y2K compliant (The latest version is QNX 4.25C as of Jan.12, 2000), and you need Radops2000 version 4.10A to create SuperDARN Y2K data file names!!! **************************************************************************** |
Get BasyouhuC200002 ver.1.03 installation package from http://www.uap.nipr.ac.jp/SD/BasyouhuC200002/ (here!) The installation package file you should get is BasyouhuC200002.tar.gz (check if the size is 36164 bytes & cksum = 714108217 on QNX) (You can get this by clicking it durin pressing 'shift' key, hopefully...) (If you cannot get/save it, please try the following... Install packages to choose one.) Put it on your Radops QNX PC. (Be sure the file name shuold be "BasyouhuC200002.tar.gz" or "BasyouhuC200002.tar.F". If it's not so (e.g. BasyouhuC200002_tar.gz, BasyouhuC200002.tgz), rename it after transfering it to QNX...) (If you use older QNX (earlier than v4.24) whose "install" program does not support gzipped packages, first you should uncompress it by gunzip, and then freeze it by doing "freeze -v BasyouhuC200002.tar" to create "BasyouhuC200002.tar.F" before going ahead...) (Or you can get "BasyouhuC200002.tar" or "BasyouhuC200002.tar.F" directly from this web. Press "Install packages" above.) (If you don't have gzip/gunzip on QNX, you can get it from Quics! Press here to get "gzip.tar.F"!) Do the following on your Radops QNX PC. install -u BasyouhuC200002.tar.gz (If you get or create "BasyouhuC200002.tar.F", do instead like... install -u BasyouhuC200002.tar.F ) and follow the setup instruction to complete the installation process... (Julian, now you can install it in any directory you like...:-) This should work for Radops2000 version 4.01, 4,10 and 4.10A on QNX 4.22A, QNX 4.24, QNX 4.25/4.25A/4.25B/4.25C, I hope. *** CAUTION ***************************************************************** You need at least QNX 4.24 or 4.25 for QNX OS to be Y2K compliant, and you need Radops2000 version 4.10A to create SuperDARN Y2K data file names!!!! ***************************************************************************** If you encounter any problem, please let me know it as soon as possible. PS. You can also see source codes here on this web. BasyouhuC200002.c BasyouhuC200002.h makefile report2.c sync2.h ntp.h forbid_freq_check.h option2.h show.h freq_band.h pulse_code.h
2. Schedule file
Add the following entries to your schedule file for Feb., 2000 manually! (We strongly recommend you use this file to create your schedule file!!! to avoid any unexpected mistyping!!!) (The same documentation as this is included in the installation package. Its file name is "00Readme" found in the source directory where you install. You can use it to create your schedule file (and you can also aviod any unexpected mistyping!!!). ............. # Feb 11 00-04 Discretionary Time : HTR(D) 2000 2 11 0 0 (HTR(D)) # Feb 11 04-14 Discretionary Time : BasyouhuD 2000 2 11 4 0 /radops/usr/bin/BasyouhuC200002D -df xxx -nf yyy # Feb 11 14h - Feb 12 04h Discretionary Time : HTR(D) 2000 2 11 14 0 (HTR(D)) # Feb 12 04-14 Discretionary Time : fte_4204D 2000 2 12 4 0 (fte_4204D) # Feb 12 14-24 Discretionary Time : HTR(D) 2000 2 12 14 0 (HTR(D)) ............. # Feb 21 00-04 Discretionary Time : HTR(D) 2000 2 21 0 0 (HTR(D)) # Feb 21 04h - Feb 22 04h Discretionary Time : BasyouhuD 2000 2 21 4 0 /radops/usr/bin/BasyouhuC200002D -df xxx -nf yyy # Feb Feb 22 04h - Feb 23 14h Discretionary Time : fte_4204D 2000 2 22 4 0 (fte_4204D) # Feb 23 14-24 Discretionary Time : HTR(D) 2000 2 23 14 0 (HTR(D)) ............. where... xxx : day-time start_freq/band (in kHz) yyy : night-time start_freq/band (in kHz) Please specify these 2 best frequencies!!!!!!!!!!!!!!!!!!!! to get as much ionospheric echo as possible!!!!!!!!!!!!!!!!!!!! (Please avoid your restrict freq bands, of cource...) (Default intt is 3 seconds. If intt=4sec is much much better than intt=3sec to get much more echoes, please don't hesitate to change it by '-it' option...) *** a new feature in ver.1.01 If you want to reduce the amount of smr files, you can specify '-smrsep smrsepsec' option. 'smrsepsec' is miminum separation in seconds bewteen the last recording time and the next recording time for each smr beam. (The default value is just 0(L)(second).) E.g. BasyouhuC200002 -df xxx -nf yyy -smrsep 60 if you want to record smr files only once per minute for each beam to reduce the amount of smr files. *** a new feature in ver.1.02 If you don't wanna change your default summary beams (which are SMR_BEAM_A and SMR_BEAM_B defined in your /radops/usr/include/default.h), just specify '-nosmrch' command line option. If you want sd_summary to record only 1 smr beam, make sure that SMR_BEAM_A is the one you want, and also SMR_BEAM_B is -1(not between 0 and 15). (But if you specify this -nosmrch option, -smrsep option did not work. For both options to work simultaneously, you should use version 1.03 (see next)). *** a new feature in ver.1.03 Even if you specify -nosmrch option, -smrsep option will also work now. If you need more info, you can see the online usage of this RCP by doing use BasyouhuC200002 (|more) or read the source code or ask me...
3. Test running, please...
After reading the explanation of the sounding mode below, please run this RCP before the Feb. DT(Feb 11) if possible although only a few DT days left before them. Please test this RCP with the 2 options, -df and -nf at your radar site. (It's good enough for this RCP to run just for 10 to 15 min or so.) And please report any problem to me ASAP if any. Please make sure again that you specify '-df' and '-nf' options for your test run as describled above. You can see display task's display or 'errlog' file to check if intt is correct or not, and if beam sequence and freqency setting are correct or not. This RCP will output time/bmnum/start_freq/scan for each beam in errlog file ONLY IF you specify higher verbose level by '-v N' (N=2,3,4...) command line option to this RCP(default:N=1). Many thanks for your great efforts to check and run this RCP!!
4. Sounding mode
This BasyouhuC200002 is a modified version of Basyouhu scan which ran for our Special Time in Feb.,1998 and Jan. to Aug., 1999, and Jan.,2000 (and BasyouhuP200002 which will be run in Feb., 2000). (If any of you cannot perform intt=3 on your radar, let me know soon.) For most radars for most days, various Basyouhu scans will be made to get 2 high time resolution special camping beams data with optimized high time resolution global convection data simultaneously. intt=3sec,frang=180km,mpinc=2400,rsep=45km as usual, but no GPS synchronization. (If intt=4sec is much much better than intt=3sec to get much echoes, please don't hesitate to change it by -it option...) CP=5247 Detailed beam sequences for all the radars will be shown below...
5. Beam sequence
Each beam sequence for each radar is almost completely different from ones for the other modes/radars. I try to summarize all the sequences here... ############################################################################### =============================================================================== Kodiak:forward scan :rsep=45,intt=3 spec= 8 w/ global scan(sb=1 eb=15) 8 just for a center beam 1, 8,5, 8,9, 8,13, 8,3, 8,7, 8,11, 8,15, 8,2, 8,6, 8,10, 8,14,8,4, 8,12, 8 (N 1, 5, 9, 13, 3, 7, 11, 15, 2, 6, 10, 14, 4, 8,12 ) (S 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8) =============================================================================== Sas :forward scan :rsep=45,intt=3 spec= 10 w/ global scan(sb=1 eb=15) 10 for RIT 1,10,5,10,9,10,13,10,3,10,7,10,11,10,15,10,2,10,6,10,14,10,4,10,8,10,12,10 (N 1, 5, 9, 13, 3, 7, 11, 15, 2, 6,10,14, 4, 8, 12 ) (S 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10) =============================================================================== Kap :backward scan:rsep=45,intt=3 spec= 6 w/ global scan(sb=14 eb=0) 6 for RIT 14, 6,10, 6,2, 6,12, 6,8, 6,4, 6,0, 6,13, 6,9, 6,5, 6,1, 6,11, 6,7, 6,3, 6 (N 14, 10, 6,2, 12, 8, 4, 0, 13, 9, 5, 1, 11, 7, 3, ) (S 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6) =============================================================================== Goose :forward scan :rsep=45,intt=3 spec= 2,11 w/ global scan(sb=0 eb=15) 2 for SPA, 11 for STF 0,11,4, 2,8,11,12, 2,6,11,10,2,14,11,1, 2,5,11,9, 2,13,11,3, 2,7,11,15, 2 (N 0, 4, 8, 12, 2,6, 10, 14, 1, 5, 9, 13, 3, 7,11,15 ) (S 11, 2, 11, 2, 11, 2, 11, 2, 11, 2, 11, 2, 11, 2) =============================================================================== IceW :backward scan:rsep=45,intt=3 spec= 5,6 w/ global scan(sb=15 eb=0) 5(or4) for SPA, 6 for STF 15, 6,11, 5,7, 6,3, 5,13, 6,9, 5,1, 6,14, 5,10, 6,2, 5,12, 6,8, 5,4, 6,0, 5 (N 15, 11, 7, 3, 13, 9, 5,1, 14, 10, 6,2, 12, 8, 4, 0 ) (S 6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5) =============================================================================== IceE :forward scan :rsep=45,intt=3 spec= 4,5 w/ global scan(sb=0 eb=15) 4 for ZHO, 5 for LYR 0, 4,8, 5,12, 4,2, 5,6, 4,10, 5,14, 4,1, 5,9, 4,13, 5,3, 4,7, 5,11, 4,15, 5 (N 0, 4,8, 12, 2, 6, 10, 14, 1, 5,9, 13, 3, 7, 11, 15 ) (S 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5) =============================================================================== Fin :backward scan:rsep=45,intt=3 spec= 4,9 w/ global scan(sb=15 eb=0) 4(or5) for ZHO, 9 for LYR 15, 9,11, 4,7, 9,3, 4,13, 9,5, 4,1, 9,14, 4,10, 9,6, 4,2, 9,12, 4,8, 9,0, 4 (N 15, 11, 7, 3, 13, 9,5, 1, 14, 10, 6, 2, 12, 4,8, 0 ) (S 9, 4, 9, 4, 9, 4, 9, 4, 9, 4, 9, 4, 9, 4) =============================================================================== ############################################################################### =============================================================================== Halley:forward scan :rsep=45,intt=3 spec= 3,12 w/ global scan(sb=0 eb=15) 3 for SPA, 12 for STF 0,12,4, 3,8,12,2, 3,6,12,10, 3,14,12,1, 3,5,12,9, 3,13,12,7, 3,11,12,15, 3 (N 0, 4, 8,12,2, 6, 10, 14, 1, 5, 9, 13, 7, 3,11, 15 ) (S 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3) =============================================================================== Sanae :backward scan:rsep=45,intt=3 spec= 5,12 w/ global scan(sb=15 eb=0) 5 for SPA, 12 for STF 15,12,11, 5,7,12,3, 5,13,12,9, 5,1,12,14, 5,10,12,6, 5,2,12,8, 5,4,12,0, 5 (N 15, 11, 7, 3, 13, 9, 5,1, 14, 10, 6, 2,12,8, 4, 0 ) (S 12, 5, 12, 5, 12, 5, 12, 5, 12, 5, 12, 5, 12, 5) =============================================================================== SyowaS:backward scan:rsep=45,intt=3 spec= 3, 4 w/ global scan(sb=15 eb=0) 3 for SPA, 4 for STF 15, 3,11, 4,7, 3,13,4,9, 3,5, 4,1, 3,14, 4,10, 3,6, 4,2, 3,12, 4,8, 3,0, 4 (N 15, 11, 7, 3,13, 9, 5, 1, 14, 10, 6, 2, 12, 4,8, 0 ) (S 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4) =============================================================================== SyowaE:forward scan :rsep=45,intt=3 spec= 7,9 w/ global scan(sb=0 eb=15) 7 for ZHO, 9 for LYR 0, 7,4, 9,8, 7,12, 9,2, 7,6, 9,10, 7,14, 9,1, 7,5, 9,13, 7,3, 9,11, 7,15, 9 (N 0, 4, 8, 12, 2, 6, 10, 14, 1, 5, 9,13, 3, 11, 7,15) (S 7, 9, 7, 9, 7, 9, 7, 9, 7, 9, 7, 9, 7, 9) =============================================================================== Kerg. :backward scan:rsep=45,intt=3 spec= 6,10 w/ global scan(sb=15 eb=0) 6 for ZHO, 10 for LYR 15,10,11, 6,7,10,3, 6,13,10,9, 6,5,10,1, 6,14,10,2, 6,12,10,8, 6,4,10,0, 6 (N 15, 11, 7, 3, 13, 9, 5, 1, 14,10,2, 6,12, 8, 4, 0 ) (S 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6) =============================================================================== TigerT:backward scan:rsep=45,intt=3 spec= 5,11 w/ global scan(sb=15 eb=0) 5 for DRV, 11 for another cusp region #ifdef BACKWARDS TigerT:backward scan:rsep=45,intt=3 spec= 11,5 w/ global scan(sb=15 eb=0) 15,11,7, 5,3,11,13,5,9,11,1, 5,14,11,10, 5,6,11,2, 5,12,11,8, 5,4,11,0, 5 (N 15,11,7, 3, 13,5 9, 1, 14, 10, 6, 2, 12, 8, 4, 0 ) (S 11, 5, 11, 5, 11, 5, 11, 5, 11, 5, 11, 5, 11, 5) #else TigerT:forward scan :rsep=45,intt=3 spec= 5,11 w/ global scan(sb=0 eb=15) 0, 5,4,11,8, 5,12,11,2, 5,6,11,10, 5,14,11,1, 5,9,11,13, 5,3,11,7, 5,15,11 (N 0, 4, 8, 12, 2, 6, 10, 14, 1, 5,9, 13, 3, 7, 15,11) (S 5, 11, 5, 11, 5, 11, 5, 11, 5, 11, 5, 11, 5, 11) #endif =============================================================================== ############################################################################### * N : will (be able to) be treated as normal beams * S : will (be able to) be treated as special beams
6. Notes
'vlptm' is now not good for any beam sequences which include camping beams. This is because vlptm regards any beams with scan!=0 as start_beam which means any special camping beam whose scan value is negative will be regarded as a start_beam and which is meaningless. If you change vlptm code a bit you might get much more proper vec files for some of special programs including Basyouhu... A line 277 in vlptm.c both in Radops2000 version 4.01 and version 4.10, if (scan && (bmbak != -1)) { .... shuold be modified to if ((scan==1) && (bmbak != -1)) { .... (or if ((scan>0) && (bmbak != -1)) { .... (this is my favorite...)). I strongly recommend you to adopt this fix to get proper vec files even when we do any other mode than normal_scan. (before grid files officially become used for the ISTP KP data or before next Radops is available.) How do Mike and Rob think about this? That's it. Many thanks in advance! Regards, Sessai
|
SuperDARN Research Group, Japan Upper Atmosphere Physics Division, National Institute of Polar Research 1-9-10, Kaga, Itabasi, Tokyo 173, Japan All the images related to textile and weaving on SENSU Web pages are copyrighted by © '"Ie no Waza, Mura no Sigoto Ten" Jikkou-Iinkai-Jimukyoku - Some-to-Ori "Ryuuai"' |
...Sessai... |