ACCESS-NRI / accessdev-Trac-archive

Archive accessdev Trac contents as issues
Apache License 2.0
0 stars 0 forks source link

Fix a bug in "cycle_generate_bufr.ksh" which copies Bufr files to Raijin #240

Open penguian opened 8 years ago

penguian commented 8 years ago

keyword_APS2_APS3_Bufr_remote_copy_sam_MARS | by jtl548@nci.org.au


Currently Bufr files used in the APS2 and APS3 global suites are copied from Ngamai to Raijin on an on-demand basis. The details of the scripts are:

A minor bug was introduced at ![131] and ![132] where the script "mars_req_sensor_stream.ksh" was updated for WINSAT but same change was not made to "cycle_generate_bufr.ksh". As far as I can tell all it needs to fix the bug is to add to line 163 of "cycle_generate_bufr.ksh" WINDSAT.

Of course after the change a unit test is required.


Issue migrated from trac:240 at 2024-01-31 18:20:43 +1100

penguian commented 8 years ago

@jin.lee@bom.gov.au changed status from new to assigned

penguian commented 8 years ago

@jin.lee@bom.gov.au changed owner from ` tojtl548`

penguian commented 8 years ago

@jin.lee@bom.gov.au commented


I have changed "cycle_generate_bufr.ksh" and committed the change. The source, https://access-svn.nci.org.au/svn/nwp/da/utilities/odb/scripts/ScpBufrToRaijin is now at revision 453.

I did a quick test for base date/time of 2015061506 and 2015061512 separately. The scripts seem to be working correctly: WINDSAT Bufr files are copied correctly.

penguian commented 8 years ago

@jin.lee@bom.gov.au commented


Things to do

  1. Change the location where the installation directory is: from "../odb/.." to "../bufr/.."

  2. After completing the transfer of each tarball to Raijin the script should set group-write file permission

  3. H8/AHI CSR ("ahiclear") should be retrieved from marsop instead of marsdev

penguian commented 8 years ago

@jin.lee@bom.gov.au changed _comment0 which not transferred by tractive

penguian commented 8 years ago

@jin.lee@bom.gov.au changed _comment1 which not transferred by tractive

penguian commented 6 years ago

@jin.lee@bom.gov.au commented


Replying to ACCESS-NRI/accessdev-Trac-archive#240 (comment:3):

  1. H8/AHI CSR ("ahiclear") should be retrieved from marsop instead of marsdev Done