Conversation
|
Sorry, this is coming from a limited understanding space and I would like to grasp the approach better. My understanding was that most of what GSI does (thinning/filtering) would be tackled by ObsBuilder, which is build within However does this draft PR indicate that for certain instruments we won't even need the ObsBuilder package and can just let JEDI handle GSI level filtering that was not necessary while we were using |
No, I don't think so. In my opinion the ioda file should be as plain as possible; As you say, GSI does all the thinning and filters, and analogously it should be for JEDI-var to do thinning. Otherwise we cannot have a database of bufr-coverted IODA files that are suitable for general experiments; in order works, we don't want IODA files that configured to particular choices of thinning and what-no, which when revised in the future would force us to re-create the database of IODA files. You are right that IODA files generated from NCdiags are already thinning in a particular way, but that's because when the output of GSI was designed to feed into JEDI, the "interface" was created at a low level; whereas it could have been created at a higher level, right after GSI reads the bufr input data. |




Description
This is preliminary work to introduce and test extra configuration to add pre-filters needed for intrustruments whose IODA files have been generated from bufr files as opposed to from NCdiags.
Still pending:
NOTICE NOTICE NOTICE: In the results below, I am not too concerned on how things compare w/ GSI and how correct or not the increments are. All I am concerned about is how the results of develop comare w/ results when the ncdiag-generated IODA files are replaced with files generated from the bufr converter.
Dependencies
Impact
For now: None