-
Notifications
You must be signed in to change notification settings - Fork 20
Changes in Release/3.0.3 #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
liujake
wants to merge
72
commits into
develop
Choose a base branch
from
release/3.0.3
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Description This PR updates data path for 30km externalanalyses for scenarios/3dhybrid-allsky_O30kmIE60km_SpecifiedEnsemble_VarBC.yaml . Files modified: scenarios/3dhybrid-allsky_O30kmIE60km_SpecifiedEnsemble_VarBC.yaml ### Tests completed #### Tier 1: - [x] 3dhybrid-allsky_O30kmIE60km_SpecifiedEnsemble_VarBC
CMakeLists for new build
### Description This PR adds changes for assimilating GNSSRO bending angle (ROPP1D and MetOffice operators) with the NRL observation error. Previous error parameters using the Desroziers et al 2005 method are commented out for reference. Here, the built code is also updated to account for recent changes in mpas-jedi to pass geometric height as geopotential height for bending angle forward simulations. In addition, the `ObsSpaceV2-to-V3.yaml` file and scenario `3denvar_O30kmIE60km_WarmStart.yaml` are updated. ### Tests completed #### Tier 1: - [x] 3dvar_OIE120km_WarmStart - [x] 3denvar_OIE120km_IAU_WarmStart - [x] 3dvar_OIE120km_ColdStart - [x] 3dvar_O30kmIE60km_ColdStart - [x] 3denvar_O30kmIE60km_WarmStart - [x] eda_OIE120km_WarmStart - [x] getkf_OIE120km_WarmStart - [x] ForecastFromGFSAnalysesMPT #### Tier 2: - [x] 3denvar_O30kmIE60km_WarmStart (under scenario folder)
3dhybrid scenario
…#333) ### Description After looking at Jim's weekly results today I realized I forgot to remove configurations for my experiment with allsky AMSUA that I had added in my local branch. This branch should not include these changes at this point and therefore this PR accomplishes that. By having allsky AMSUA in the benchmark, results from develop will produce degradation/improvements in some regions (corresponding to improvements/degradation when adding these obs), as shown in Jim's results. ### Issue closed None
predictor along with other predictors, for channels 8-10 and channel 13
#343) This PR adds MHS clear-sky assimilation using raw observations to replace the ncdiag files. - Use BennartzScatIndex check: References: Bennartz, R., A. Thoss, A. Dybbroe, and D. B. Michelson, 2002: Precipitation analysis using the AdvancedMicrowave Sounding Unit in support of nowcasting applications. Meteorol. Appl., 9,177–189, doi:10.1017/S1350482702002037. - Assimilate MHS Channel 5 within the range of 60S to 60N degrees. - Turn off MHS N19 Channel 3 due to poor quality. - Modified files: config/jedi/ObsPlugs/da/base/mhs_metop-a.yaml config/jedi/ObsPlugs/da/base/mhs_metop-b.yaml config/jedi/ObsPlugs/da/base/mhs_n18.yaml config/jedi/ObsPlugs/da/base/mhs_n19.yaml config/jedi/ObsPlugs/da/bias/mhs_metop-a.yaml config/jedi/ObsPlugs/da/bias/mhs_metop-b.yaml config/jedi/ObsPlugs/da/bias/mhs_n18.yaml config/jedi/ObsPlugs/da/bias/mhs_n19.yaml config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-a.yaml config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-b.yaml config/jedi/ObsPlugs/da/filtersWithBias/mhs_n18.yaml config/jedi/ObsPlugs/da/filtersWithBias/mhs_n19.yaml scenarios/3dhybrid_O30kmIE60km_SpecifiedEnsemble_VarBC.yaml scenarios/defaults/observations.yaml - Tests completed 3dhybrid_O30kmIE60km (conducted month-long cycling DA) 3denvar_OIE120km_WarmStart_VarBC (ran two cycles)
Description Add 'reduce obs spcace' function to the thinning section to reduce memory usage. With this function, those observations removed by thinning will not come to memory and will not be in the obsout_da files.
### Description I realized that last week I accidentally merged local changes into this branch. The changes are related to ABI/AHI data assimilation then I don't think it affects anybody's runs so far but these changes are not ready to be in this branch yet. I rebased the branch by deleting that specific commit (262d045). I apologize for the confusion.
…s from default list in forecast post (#350) ## Description Similar to PR [345](#345) to remove all jobs specification for the `forecast` entry in the scenario YAML files under the `scenarios` folder and `verifyobs` from the default list in the `post` for forecast. It also removes two scenarios: for abiahi and amsua, that were merged by mistake before.
### Description Previous PR [348](#348) didn't work. Restoring abi/ahi settings and removing additional yamls here.
* Enforce usage of internal error table for prepbufr files * Clean up specification of obs2ioda build
### Description This PR is analogous to [PR#368](#368) to update the build path to support the new [obs2ioda_v3 ](https://github.com/NCAR/obs2ioda) code (by Andy Stokely) and modify the `ObsToIODA.csh` script to account for the same. ### Tests completed #### Tier 2: - [x] GenerateObs
with changes related to VarBC/Harnisch-error model and rttov14 modified: initialize/data/Observations.py modified: initialize/framework/Build.py
new file: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-a.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-b.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-c.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-cld_n15.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-cld_n18.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-cld_n19.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-a.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-b.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-c.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n15.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n18.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n19.yaml
new file: tools/update_analysis_states.py
dual-res. mesh new file: scenarios/3denvar_O15kmI30km_AllSky.yaml new file: scenarios/3denvar_O15kmI30km_SpecifiedEnsemble_VarBC.yaml new file: scenarios/3dhybrid_O15-3kmI30km_SpecifiedEnsemble_VarBC.yaml new file: scenarios/3dhybrid_O15-3kmI30km_SpecifiedEnsemble_VarBC_New.yaml new file: scenarios/3dhybrid_O15kmI30km_SpecifiedEnsemble_VarBC.yaml new file: scenarios/3dhybrid_O15kmI30km_SpecifiedEnsemble_VarBC_New.yaml new file: scenarios/3dhybrid_O15kmI60km_SpecifiedEnsemble_VarBC_New.yaml new file: scenarios/3dhybrid_OIE30km_SpecifiedEnsemble_VarBC.yaml new file: scenarios/4dhybrid_O15kmI30km_SpecifiedEnsemble_VarBC_New.yaml new file: scenarios/4dhybrid_O15kmI60km_SpecifiedEnsemble_VarBC_New.yaml new file: scenarios/GenerateGFSAnalyses_15km.yaml new file: scenarios/GenerateGFSAnalyses_15km3km.yaml
modified: config/jedi/ObsPlugs/enkf/ObsAnchors.yaml modified: config/jedi/applications/3dhybrid-allsky.yaml modified: config/jedi/applications/3dhybrid.yaml new file: config/jedi/applications/3dhybrid_v3.yaml new file: config/jedi/applications/4dhybrid_v3.yaml
modified: scenarios/defaults/enkf.yaml modified: scenarios/defaults/externalanalyses.yaml modified: scenarios/defaults/firstbackground.yaml modified: scenarios/defaults/forecast.yaml modified: scenarios/defaults/initic.yaml modified: scenarios/defaults/model.yaml modified: scenarios/defaults/variational.yaml
modified: bin/PrepJEDI.csh modified: bin/Variational.csh # use 'mpiexec -N' instead of 'mpiexec'
modified: initialize/applications/Variational.py modified: initialize/data/Model.py modified: initialize/framework/HPC.py
scenarios/3dhybrid-allsky_O15kmI30km_SpecifiedEnsemble_VarBC_New.yaml bin/PrepJEDI.csh scenarios/defaults/variational.yaml
modified: bin/PrepJEDI.csh new file: config/jedi/ObsPlugs/da/base/amsua-all_metop-a.yaml new file: config/jedi/ObsPlugs/da/base/amsua-all_metop-b.yaml new file: config/jedi/ObsPlugs/da/base/amsua-all_n15.yaml new file: config/jedi/ObsPlugs/da/base/amsua-all_n18.yaml new file: config/jedi/ObsPlugs/da/base/amsua-all_n19.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-all_metop-a.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-all_metop-b.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-all_n15.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-all_n18.yaml new file: config/jedi/ObsPlugs/da/bias/amsua-all_n19.yaml new file: config/jedi/ObsPlugs/da/filters/amsua-all_metop-a.yaml new file: config/jedi/ObsPlugs/da/filters/amsua-all_metop-b.yaml new file: config/jedi/ObsPlugs/da/filters/amsua-all_n15.yaml new file: config/jedi/ObsPlugs/da/filters/amsua-all_n18.yaml new file: config/jedi/ObsPlugs/da/filters/amsua-all_n19.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_metop-a.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_metop-b.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_n15.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_n18.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_n19.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua-all_n19.yaml_cold-air-outbreak new file: scenarios/1_3dhyb_asr-ama_csr-mhs.yaml modified: scenarios/defaults/observations.yaml
new file: config/jedi/ObsPlugs/da/base/mhs-cld_metop-a.yaml new file: config/jedi/ObsPlugs/da/base/mhs-cld_metop-b.yaml new file: config/jedi/ObsPlugs/da/base/mhs-cld_n18.yaml new file: config/jedi/ObsPlugs/da/base/mhs-cld_n19.yaml new file: config/jedi/ObsPlugs/da/bias/mhs-cld_metop-a.yaml new file: config/jedi/ObsPlugs/da/bias/mhs-cld_metop-b.yaml new file: config/jedi/ObsPlugs/da/bias/mhs-cld_n18.yaml new file: config/jedi/ObsPlugs/da/bias/mhs-cld_n19.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_metop-a.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_metop-b.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_n18.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_n19.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-a.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-b.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_n18.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_n19.yaml new file: scenarios/2_3dhyb_asr-ama_asr-mhs.yaml modified: scenarios/defaults/observations.yaml
…ious MHS all sky setting. This commit removes excessive SI over ocean to alleviate the degradation.
modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_metop-a.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_metop-b.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_n18.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs-cld_n19.yaml
modified: scenarios/7_4dhyb_asr-ama_asr-mhs_atms_iasi.yaml
modified: config/jedi/applications/3denvar-crossed.yaml modified: config/jedi/applications/3denvar.yaml modified: config/jedi/applications/3dhybrid-allsky.yaml modified: config/jedi/applications/3dhybrid.yaml modified: config/jedi/applications/3dhybrid_v3.yaml modified: config/jedi/applications/3dvar.yaml modified: config/jedi/applications/4denvar_3slots.yaml modified: config/jedi/applications/4denvar_7slots.yaml modified: config/jedi/applications/4dhybrid.yaml
…mmon renamed: scenarios/0_3dhyb_csr-ama_csr-mhs.yaml -> scenarios/0_3dhyb_csrama_csrmhs.yaml renamed: scenarios/1_3dhyb_asr-ama_csr-mhs.yaml -> scenarios/1_3dhyb_asrama_csrmhs.yaml renamed: scenarios/2_3dhyb_asr-ama_asr-mhs.yaml -> scenarios/2_3dhyb_asrama_asrmhs.yaml renamed: scenarios/3_3dhyb_asr-ama_asr-mhs_atms.yaml -> scenarios/3_3dhyb_asrama_asrmhs_atms.yaml renamed: scenarios/4_3dhyb_asr-ama_asr-mhs_atms_iasi.yaml -> scenarios/4_3dhyb_asrama_asrmhs_atms_iasi.yaml renamed: scenarios/5_3denvar120km_csr-ama_csr-mhs_crtm241.yaml -> scenarios/5_3denvar120km_csrama_csrmhs_crtm241.yaml renamed: scenarios/5_3denvar120km_csr-ama_csr-mhs_rttov14.yaml -> scenarios/5_3denvar120km_csrama_csrmhs_rttov14.yaml renamed: scenarios/5_3dhyb_csr-ama_csr-mhs_rttov14.yaml -> scenarios/5_3dhyb_csrama_csrmhs_rttov14.yaml renamed: scenarios/6_3dhyb_csr-ama_csr-mhs_rttov12.yaml -> scenarios/6_3dhyb_csrama_csrmhs_rttov12.yaml renamed: scenarios/7_4dhyb_asr-ama_asr-mhs_atms_iasi.yaml -> scenarios/7_4dhyb_asrama_asrmhs_atms_iasi.yaml modified: scenarios/defaults/firstbackground.yaml modified: scenarios/defaults/invariantstream.yaml modified: scenarios/defaults/observations.yaml modified: scenarios/defaults/variational.yaml
…smilate amsua window channels between 40s~60n.
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-a.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-b.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-c.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n15.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n18.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n19.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_aqua.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-a.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-b.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-c.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n15.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n18.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n19.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_aqua.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-a.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-b.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-c.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n15.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n18.yaml
modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n19.yaml
new file: config/jedi/ObsPlugs/da/base/amsua-cld_metop-c.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-a.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-b.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_metop-c.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n15.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n18.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua-cld_n19.yaml
…hs_atms_iasi.yaml
… cris to cris-fsr
…#385) angle predictors for bias correction. modified: config/jedi/ObsPlugs/da/base/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_n18_rttov.yaml modified: config/jedi/applications/3denvar.yaml modified: scenarios/5_3denvar120km_csrama_csrmhs_rttov14.yaml
… all-sky amsua DA is over water. modified: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-a.yaml modified: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-b.yaml modified: config/jedi/ObsPlugs/da/bias/amsua-cld_metop-c.yaml modified: config/jedi/ObsPlugs/da/bias/amsua-cld_n15.yaml modified: config/jedi/ObsPlugs/da/bias/amsua-cld_n18.yaml modified: config/jedi/ObsPlugs/da/bias/amsua-cld_n19.yaml
…PP v14. (#386) modified: config/jedi/ObsPlugs/da/bias/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/filtersWithBias/mhs_n18_rttov.yaml
new file: config/jedi/ObsPlugs/da/base/amsua_aqua_rttov.yaml new file: config/jedi/ObsPlugs/da/base/amsua_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/base/amsua_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/base/amsua_n15_rttov.yaml modified: config/jedi/ObsPlugs/da/base/amsua_n18_rttov.yaml new file: config/jedi/ObsPlugs/da/base/amsua_n19_rttov.yaml new file: config/jedi/ObsPlugs/da/base/mhs_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/base/mhs_metop-b_rttov.yaml modified: config/jedi/ObsPlugs/da/base/mhs_n18_rttov.yaml new file: config/jedi/ObsPlugs/da/base/mhs_n19_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/amsua_aqua_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/amsua_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/amsua_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/amsua_n15_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/amsua_n19_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/mhs_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/mhs_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/mhs_n19_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua_aqua_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n15_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/amsua_n19_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/mhs_n19_rttov.yaml renamed: scenarios/5_3dhyb_csrama_csrmhs_rttov14.yaml -> scenarios/0_3dhyb_csrama_csrmhs_rttovcpp.yaml modified: scenarios/defaults/observations.yaml
modified: 0_3dhyb_csrama_csrmhs_rttovcpp.yaml
new file: config/jedi/ObsPlugs/da/base/iasi_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/base/iasi_metop-b_rttov.yaml new file: config/jedi/ObsPlugs/da/bias/iasi_metop-a_rttov.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-a_rttov.yaml new file: scenarios/6_3dhyb_csrama_csrmhs_iasi_rttovcpp.yaml modified: scenarios/defaults/observations.yaml
modified: config/jedi/ObsPlugs/da/base/mhs_n19_rttov.yaml
modified: config/jedi/ObsPlugs/da/bias/amsua_aqua_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_metop-a_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_metop-b_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_n15_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/amsua_n19_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/iasi_metop-a_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_metop-a_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_metop-b_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_n18_rttov.yaml modified: config/jedi/ObsPlugs/da/bias/mhs_n19_rttov.yaml
modified: config/jedi/ObsPlugs/da/base/iasi_metop-a.yaml new file: config/jedi/ObsPlugs/da/base/iasi_metop-a.yaml_88ch modified: config/jedi/ObsPlugs/da/base/iasi_metop-b.yaml new file: config/jedi/ObsPlugs/da/base/iasi_metop-b.yaml_88ch modified: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-a.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-a.yaml_88ch modified: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-b.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-b.yaml_88ch modified: scenarios/4_3dhyb_asrama_asrmhs_atms_iasi.yaml modified: scenarios/defaults/firstbackground.yaml
modified: scenarios/4_3dhyb_asrama_asrmhs_atms_iasi.yaml
modified: scenarios/3_3dhyb_asrama_asrmhs_atms.yaml modified: scenarios/4_4dhyb_asrama_asrmhs_atms_iasi.yaml modified: scenarios/6_3dhyb_csrama_csrmhs_iasi_rttovcpp.yaml
modified: config/jedi/ObsPlugs/da/base/iasi_metop-a.yaml new file: config/jedi/ObsPlugs/da/base/iasi_metop-a.yaml_66ch modified: config/jedi/ObsPlugs/da/base/iasi_metop-b.yaml new file: config/jedi/ObsPlugs/da/base/iasi_metop-b.yaml_66ch modified: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-a.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-a.yaml_66ch modified: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-b.yaml new file: config/jedi/ObsPlugs/da/filtersWithBias/iasi_metop-b.yaml_66ch new file: scenarios/3_3dhyb_asrama_asrmhs_atms_UpdateVarBC.yaml new file: scenarios/3_4dhyb_asrama_asrmhs_atms.yaml new file: scenarios/3_4dhyb_asrama_asrmhs_atms_UpdateVarBC.yaml new file: scenarios/4_3dhyb_asrama_asrmhs_atms_iasiQCmore.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Issue closed
Closes #(if applicable)
Tests completed
Tier 1:
Tier 2 (optional):