Changes between Version 1 and Version 2 of ticket/349/TicketSummary
- Timestamp:
- Nov 17, 2017 4:42:58 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/349/TicketSummary
v1 v2 19 19 === Development branch === 20 20 21 Initially I will buildthe package under my personal directory. Once it is successfully tested I will install it under a more general location.21 Initially I built the package under my personal directory. Once it is successfully tested I will install it under a more general location. 22 22 23 I branched from the trunkand my development branch is,23 I branched from the "trunk" and my development branch is, 24 24 25 25 [https://access-svn.nci.org.au/svn/nwp/branches/dev/jtl548/da/sat_da/processing_package/ssmis_pp/SSMIS_PP] … … 44 44 === Building SSMIS UPP Averaging module === 45 45 46 Same compile-time environment as for Bufr library build was used. 46 47 48 Successfully built `SSMIS_UPP_PREPROCESSOR.exe`. 47 49 50 === Running SSMIS UPP pre-processor === 51 52 Created a subdirectory, `scripts/` underneath of which a copy of the script given in Appendix 5 of "SSMIS UPP Averaging Module - Technical Description (Version 1.0, 19th November, 2010)" was placed. 53 54 The filename format used by UKMO for the NESDIS data stream prior to averaging is, 55 56 NPR_TDUP.SB_D{yy}{jjj}_S{hhmm}_E{hhmm}_B{orbit_no}_NS 57 * e.g. NPR_TDUP.SB_D13254_S1202_E1347_B3535657_NS 58 59 NPR_TDUP.SC_D{yy}{jjj}_S{hhmm}_E{hhmm}_B{orbit_no}_NS 60 * e.g. NPR_TDUP.SC_D13254_S1248_E1433_B2010405_NS 61 62 Note 1. SA, SB, SC refer to F16, F17, F18 respectively 63 64 '''Q''' We might have to split each SSMIS Bufr file into separate Bufr files, each containing data only from one DMSP satellite. This probably is needed as there are coefficients valid for each satellite (?)