-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove resolutions from jcb algorithm yaml file names
- Loading branch information
1 parent
8c0dd32
commit 001838a
Showing
7 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Use observations for lgetkf | ||
# --------------------------- | ||
app_path_observations: {{PARMgfs}}/gdas/jcb-gdas/observations/atmosphere-lgetkf | ||
app_path_observation_chronicle: {{PARMgfs}}/gdas/jcb-gdas/observation_chronicle/atmosphere | ||
|
||
# Algorithm | ||
# --------- | ||
algorithm: local_ensemble_da | ||
|
||
# Model things | ||
# ------------ | ||
atmosphere_background_ensemble_path: ./bkg/mem%mem% | ||
|
||
# Observation things | ||
# ------------------ | ||
observations: | ||
# - ADPSFC | ||
# - ADPUPA | ||
# - SFCSHP | ||
- aircraft | ||
- ascatw.ascat_metop-b | ||
# - ascatw.ascat_metop-c | ||
- atms_n20 | ||
- atms_npp | ||
- conventional_ps | ||
- gnssro | ||
# - gpsro | ||
# - iasi_metop-a | ||
# - iasi_metop-b | ||
# - ompsnp_n20 | ||
- ompsnp_npp | ||
# - ompstc_n20 | ||
- ompstc_npp | ||
- satwnd.abi_goes-16 | ||
- satwnd.abi_goes-18 | ||
- satwnd.leogeo_multi | ||
- satwnd.viirs_n20 | ||
- satwnd.viirs_npp | ||
# - scatwind_ascat_metop-a | ||
# - snowcvr | ||
|
||
# Testing things | ||
# -------------- | ||
{% if DO_TEST_MODE == true and RUN == 'enkfgdas' and current_cycle | to_YMDH == '2024022400' %} | ||
do_testing: true | ||
test_reference_filename: {{ HOMEgfs }}/sorc/gdas.cd/test/testreference/{{ CASE }}{{ CASE_ENS }}_ufs_hybatmDA_lgetkf.ref | ||
test_output_filename: {{ HOMEgfs }}/sorc/gdas.cd/build/gdas/test/testoutput/{{ CASE }}{{ CASE_ENS }}_ufs_hybatmDA_lgetkf.test.out | ||
test_float_relative_tolerance: 1.0e-3 | ||
test_float_absolute_tolerance: 1.0e-5 | ||
{% endif %} |
File renamed without changes.