Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,9 @@ fi
if [[ $BUILD_JCB == 'YES' ]]; then
cd $dir_root/sorc/jcb
python jcb_client_init.py
# Build an example jedi.yaml
#PYTHONPATH="${PYTHONPATH}:$dir_root/sorc/jcb/src/:$dir_root/build/lib/python3.*:${dir_root}/sorc/wxflow/src"
#cd $dir_root/sorc/jcb/src/jcb/configuration/apps/rdas/test/client_integration
#python run.py
# Link the RDASApp/parm/jcb-rdas regular folder instead of submodule
cd $dir_root/sorc/jcb/src/jcb/configuration/apps/
mv rdas rdas.bak
ln -sf $dir_root/parm/jcb-rdas rdas
ln -snf $dir_root/parm/jcb-rdas rdas
cd ${BUILD_DIR}
fi

Expand Down
2 changes: 1 addition & 1 deletion fix/jcsda/ioda-data
2 changes: 1 addition & 1 deletion fix/jcsda/ufo-data
2 changes: 1 addition & 1 deletion parm/jcb-algorithms
6 changes: 0 additions & 6 deletions parm/jcb-rdas/observations/atmosphere/abi_g16.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# -----------------------
- obs space:
name: abi_g16
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -37,9 +34,6 @@
#IRVISlandCoeff: IGBP
linear obs operator:
Absorbers: [H2O, O3]
obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

# Observation Bias Correction (VarBC)
# -----------------------------------
Expand Down
6 changes: 0 additions & 6 deletions parm/jcb-rdas/observations/atmosphere/abi_g18.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# -----------------------
- obs space:
name: abi_g18
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -37,9 +34,6 @@
#IRVISlandCoeff: IGBP
linear obs operator:
Absorbers: [H2O, O3]
obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

# Observation Bias Correction (VarBC)
# -----------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_airTemperature_181
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# airTemperature (181)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_airTemperature_183
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# airTemperature (183)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_airTemperature_187
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# airTemperature (187)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_specificHumidity_181
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# specificHumidity (181)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_specificHumidity_183
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# specificHumidity (183)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_specificHumidity_187
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# specificHumidity (187)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_stationPressure_181
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -35,10 +32,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# stationPressure (181)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_stationPressure_187
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -35,10 +32,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# stationPressure (187)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_winds_281
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -40,10 +37,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# wind (281)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_winds_284
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -40,10 +37,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# wind (284)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpsfc_winds_287
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -40,10 +37,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# wind (287)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpupa_airTemperature_120
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# airTemperature (120)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpupa_airTemperature_132
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# airTemperature (132)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpupa_specificHumidity_120
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# specificHumidity (120)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpupa_specificHumidity_132
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -39,10 +36,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# specificHumidity (132)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
- obs space:
name: adpupa_stationPressure_120
distribution:
name: "{{distribution}}"
halo size: {{ halo_size | default(500e3) }}
obsdatain:
engine:
type: H5File
Expand Down Expand Up @@ -35,10 +32,6 @@
obs error:
covariance model: diagonal

obs localizations:
- localization method: Horizontal Gaspari-Cohn
lengthscale: {{ lengthscale | default (200e3) }}

obs filters:
# ------------------
# stationPressure (120)
Expand Down
Loading