Skip to content

Commit 03da4b0

Browse files
Merge branch 'develop' into feature/aero-jcb
2 parents bcccfd1 + 2f1638f commit 03da4b0

17 files changed

+600
-309
lines changed

build.sh

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ while getopts "p:t:c:hvdfa" opt; do
7171
done
7272

7373
case ${BUILD_TARGET} in
74-
hera | orion | hercules | wcoss2 | noaacloud | gaea | gaeac6 )
74+
hera | orion | hercules | wcoss2 | noaacloud | gaeac5 | gaeac6 )
7575
echo "Building GDASApp on $BUILD_TARGET"
7676
source $dir_root/ush/module-setup.sh
7777
module use $dir_root/modulefiles
@@ -103,14 +103,12 @@ WORKFLOW_BUILD=${WORKFLOW_BUILD:-"OFF"}
103103
CMAKE_OPTS+=" -DWORKFLOW_TESTS=${WORKFLOW_BUILD}"
104104

105105
# JCSDA changed test data things, need to make a dummy CRTM directory
106-
if [[ $BUILD_TARGET == 'hera' ]]; then
107-
if [ -d "$dir_root/bundle/fix/test-data-release/" ]; then rm -rf $dir_root/bundle/fix/test-data-release/; fi
108-
if [ -d "$dir_root/bundle/test-data-release/" ]; then rm -rf $dir_root/bundle/test-data-release/; fi
109-
mkdir -p $dir_root/bundle/fix/test-data-release/
110-
mkdir -p $dir_root/bundle/test-data-release/
111-
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/fix/test-data-release/crtm
112-
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/test-data-release/crtm
113-
fi
106+
if [ -d "$dir_root/bundle/fix/test-data-release/" ]; then rm -rf $dir_root/bundle/fix/test-data-release/; fi
107+
if [ -d "$dir_root/bundle/test-data-release/" ]; then rm -rf $dir_root/bundle/test-data-release/; fi
108+
mkdir -p $dir_root/bundle/fix/test-data-release/
109+
mkdir -p $dir_root/bundle/test-data-release/
110+
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/fix/test-data-release/crtm
111+
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/test-data-release/crtm
114112

115113
# Configure
116114
echo "Configuring ..."

modulefiles/GDAS/gaea.intel.lua renamed to modulefiles/GDAS/gaeac5.intel.lua

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ prepend_path("MODULEPATH", '/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/u
1010
prepend_path("MODULEPATH", '/ncrc/proj/epic/rocoto/modulefiles')
1111

1212
-- below two lines get us access to the spack-stack modules
13-
load("stack-intel/2023.1.0")
14-
load("stack-cray-mpich/8.1.25")
13+
load("stack-intel/2023.2.0")
14+
load("stack-cray-mpich/8.1.28")
1515
-- JCSDA has 'jedi-fv3-env/unified-dev', but we should load these manually as needed
1616
load("cmake/3.23.1")
1717
load("gettext/0.20.2")
@@ -44,11 +44,12 @@ load("fckit/0.11.0")
4444
load("fiat/1.2.0")
4545
load("ectrans/1.2.0")
4646
load("fms/2023.04")
47+
load("esmf/8.5.0")
4748
load("atlas/0.35.1")
4849
load("sp/2.5.0")
4950
load("gsl-lite/0.37.0")
5051
load("libjpeg/2.1.0")
51-
load("krb5/1.16.3")
52+
load("krb5/1.20.1")
5253
load("libtirpc/1.3.3")
5354
load("hdf/4.2.15")
5455
load("jedi-cmake/1.4.0")
@@ -84,9 +85,9 @@ local mpinproc = '-n'
8485
setenv('MPIEXEC_EXEC', mpiexec)
8586
setenv('MPIEXEC_NPROC', mpinproc)
8687

87-
setenv("CRTM_FIX","/gpfs/f5/ufs-ard/world-shared/GDASApp/fix/crtm/2.4.0")
88-
setenv("GDASAPP_TESTDATA","/gpfs/f5/ufs-ard/world-shared/GDASApp/CI/data")
89-
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/gpfs/f5/ufs-ard/world-shared/GDASApp/CI/data/test")
88+
setenv("CRTM_FIX","/gpfs/f5/nggps_emc/world-shared/GDASApp/fix/crtm/2.4.0")
89+
setenv("GDASAPP_TESTDATA","/gpfs/f5/nggps_emc/world-shared/GDASApp/testdata")
90+
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/gpfs/f5/nggps_emc/world-shared/GDASApp/unittestdata")
9091

9192
whatis("Name: ".. "pkgName")
9293
whatis("Version: ".. "pkgVersion")

parm/atm/jcb-prototype_3dvar.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ observations:
2929
# - satwnd.viirs_npp
3030
# - scatwind_ascat_metop-a
3131
# - snowcvr
32+
- abi_g16
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"data_format" : "bufr_d",
3+
"data_type" : "gsrcsr",
4+
"cycle_type" : "{{ RUN }}",
5+
"cycle_datetime" : "{{ current_cycle | to_YMDH }}",
6+
"dump_directory" : "{{ DMPDIR }}",
7+
"ioda_directory" : "{{ COM_OBS }}",
8+
"subsets" : ['NC021046'],
9+
"data_description" : "NC021046 ABI, GOES-16; NC021046 ABI, GOES-17, NC021046 ABI, GOES-18",
10+
"data_provider" : "U.S. NOAA/NESDIS",
11+
"sensor_info" : { "sensor_name": "ABI", "sensor_full_name": "Advanced Baseline Imager", "sensor_id": 617 },
12+
"satellite_info" : [
13+
{ "satellite_name": "g16", "satellite_full_name": "GOES-16", "satellite_id": 270, "launch time": "20171119" },
14+
{ "satellite_name": "g17", "satellite_full_name": "GOES-17", "satellite_id": 271, "launch time": "20180301" },
15+
{ "satellite_name": "g18", "satellite_full_name": "GOES-18", "satellite_id": 272, "launch time": "20220301" } ]
16+
}

parm/soca/berror/soca_diagb.yaml.j2

Lines changed: 0 additions & 37 deletions
This file was deleted.

parm/soca/berror/soca_ensb.yaml.j2

Lines changed: 0 additions & 98 deletions
This file was deleted.

parm/soca/berror/soca_ensweights.yaml.j2

Lines changed: 0 additions & 37 deletions
This file was deleted.

parm/soca/berror/soca_parameters_diffusion_hz.yaml.j2

Lines changed: 0 additions & 37 deletions
This file was deleted.

parm/soca/berror/soca_parameters_diffusion_vt.yaml.j2

Lines changed: 0 additions & 33 deletions
This file was deleted.

parm/soca/berror/soca_setcorscales.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

parm/soca/berror/soca_vtscales.yaml.j2

Lines changed: 0 additions & 13 deletions
This file was deleted.

parm/soca/gridgen/gridgen.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)