Skip to content

Commit

Permalink
Merge branch 'develop' into feature/remove_cdump
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored Aug 6, 2024
2 parents 95b3281 + cc4568d commit bdc53b5
Show file tree
Hide file tree
Showing 82 changed files with 3,145 additions and 1,002 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
path = parm/jcb-algorithms
url = https://github.com/noaa-emc/jcb-algorithms
branch = develop
[submodule "sorc/bufr-query"]
path = sorc/bufr-query
url = https://github.com/noaa-emc/bufr-query.git
branch = develop
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ set -x
if [[ $BUILD_JCSDA == 'YES' ]]; then
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
else
builddirs="gdas iodaconv land-imsproc land-jediincr gdas-utils"
builddirs="gdas iodaconv land-imsproc land-jediincr gdas-utils bufr-query"
for b in $builddirs; do
cd $b
make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE
Expand Down
3 changes: 3 additions & 0 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ if(BUILD_GDASBUNDLE)
# Gibbs seawater
ecbuild_bundle( PROJECT gsw SOURCE "../sorc/gsw" )

# EMC BUFR-query library
ecbuild_bundle( PROJECT bufr-query SOURCE "../sorc/bufr-query" )

# Core JEDI repositories
ecbuild_bundle( PROJECT oops SOURCE "../sorc/oops" )
ecbuild_bundle( PROJECT vader SOURCE "../sorc/vader" )
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/GDAS/hercules.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load("py-pybind11/2.11.0")
--load("crtm/v2.4_jedi")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.5")
load("rocoto/1.3.7")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/GDAS/orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ load("py-pybind11/2.11.0")
--load("crtm/v2.4_jedi")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.5")
load("rocoto/1.3.7")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand Down
2 changes: 1 addition & 1 deletion parm/jcb-gdas
2 changes: 1 addition & 1 deletion parm/snow/obs/lists/gdas_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ observers:
{% include 'snow/obs/config/adpsfc_snow.yaml.j2' %}
{% include 'snow/obs/config/snocvr_snow.yaml.j2' %}
{% set cycle = current_cycle | strftime("t%Hz") %}
{% if cycle in ['t18z'] %}
{% if cycle in ['t00z'] %}
{% include 'snow/obs/config/ims_snow.yaml.j2' %}
{% endif %}
{% endfilter %}
2 changes: 1 addition & 1 deletion parm/snow/prep/fims.nml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
otype = "{{ CASE }}_oro_data",
jdate = "{{ current_cycle | to_julian }}",
yyyymmddhh = "{{ current_cycle | to_YMD }}.{{ current_cycle.strftime('%H') }}",
imsformat = 2,
imsformat = 1,
imsversion = "1.3",
fcst_path = "{{ DATA }}/bkg/"
IMS_OBS_PATH = "{{ DATA }}/obs/",
Expand Down
2 changes: 1 addition & 1 deletion parm/snow/prep/prep_ims.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ calcfims:
mkdir:
- '{{ DATA }}/obs'
copy:
- ['{{ COM_OBS }}/{{ OPREFIX }}ims{{ current_cycle | to_julian }}_4km_v1.3.nc', '{{ DATA }}/obs/ims{{ current_cycle | to_julian }}_4km_v1.3.nc']
- ['{{ COM_OBS }}/{{ OPREFIX }}imssnow96.asc', '{{ DATA }}/obs/ims{{ current_cycle | to_julian }}_4km_v1.3.asc']
- ['{{ FIXgfs }}/gdas/obs/ims/IMS_4km_to_{{ CASE }}.mx{{ OCNRES }}.nc', '{{ DATA }}/obs/IMS4km_to_FV3_mapping.{{ CASE }}_oro_data.nc']
ims2ioda:
copy:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
58 changes: 0 additions & 58 deletions parm/soca/berror/old/parametric_stddev_b.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions parm/soca/berror/old/soca_apply_steric.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions parm/soca/berror/old/soca_bump2d.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions parm/soca/berror/old/soca_bump_split.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions parm/soca/berror/old/soca_clim_ens_moments.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions parm/soca/berror/old/soca_clim_ens_perts.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions parm/soca/berror/old/soca_postproc_stddev.yaml

This file was deleted.

Loading

0 comments on commit bdc53b5

Please sign in to comment.