From 1f6c4dc4530ad10c2481c352ba97f085a4614e04 Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Thu, 3 Aug 2023 20:53:25 +0000 Subject: [PATCH] start to 2.4 fix --- test/atm/global-workflow/config.atmanl | 2 +- ush/ufoeval/run_ufo_hofx_test.sh | 2 +- ush/ufsda/stage.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/atm/global-workflow/config.atmanl b/test/atm/global-workflow/config.atmanl index c7c106ccc..147a042ae 100755 --- a/test/atm/global-workflow/config.atmanl +++ b/test/atm/global-workflow/config.atmanl @@ -20,6 +20,6 @@ export io_layout_x=1 export io_layout_y=1 export JEDIEXE=${HOMEgfs}/exec/fv3jedi_var.x -export crtm_VERSION="2.3.0" +export crtm_VERSION="2.4.0" echo "END: config.atmanl" diff --git a/ush/ufoeval/run_ufo_hofx_test.sh b/ush/ufoeval/run_ufo_hofx_test.sh index 8ec802038..f78745e01 100755 --- a/ush/ufoeval/run_ufo_hofx_test.sh +++ b/ush/ufoeval/run_ufo_hofx_test.sh @@ -135,7 +135,7 @@ mkdir -p $workdir # Link CRTM coefficients [ -d $workdir/crtm ] && rm -rf $workdir/crtm -ln -sf $FixDir/crtm/2.3.0 $workdir/crtm +ln -sf $FixDir/crtm/2.4.0 $workdir/crtm # copy BC files if [ $radiance = "YES" ]; then diff --git a/ush/ufsda/stage.py b/ush/ufsda/stage.py index bed7a9b39..6698324fc 100644 --- a/ush/ufsda/stage.py +++ b/ush/ufsda/stage.py @@ -67,7 +67,7 @@ def gdas_fix(input_fix_dir, working_dir, config): ufsda.disk_utils.symlink(os.path.join(gdasapp_parm, 'io', 'fv3jedi_fieldmetadata_restart.yaml'), os.path.join(config['fv3jedi_fieldmetadata_dir'], 'fv3jedi_fieldmetadata_restart.yaml')) # link CRTM coeff dir - ufsda.disk_utils.symlink(os.path.join(input_fix_dir, 'crtm', '2.3.0'), + ufsda.disk_utils.symlink(os.path.join(input_fix_dir, 'crtm', '2.4.0'), config['CRTM_COEFF_DIR'])