Skip to content

Commit

Permalink
Update regression tests to point to new input data for
Browse files Browse the repository at this point in the history
global afwa test. The previous data was only sample data
from afwa. Replace with OPS data.

Fixes ufs-community#973.
  • Loading branch information
GeorgeGayno-NOAA committed Nov 21, 2024
1 parent 818bc78 commit f30f456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions reg_tests/snow2mdl/snow2mdl.global.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

set -x

export IMS_FILE=$HOMEreg/input_data/imssnow96.afwa.global.grb2
export AFWA_GLOBAL_FILE="$HOMEreg/input_data/afwa.global.grb2"
export IMS_FILE=$HOMEreg/input_data.test.issue.973/imssnow96.afwa.global.grb2
export AFWA_GLOBAL_FILE="$HOMEreg/input_data.test.issue.973/afwa.global.grb2"

export MODEL_LATITUDE_FILE=$HOMEgfs/fix/am/global_latitudes.t1534.3072.1536.grb
export MODEL_LONGITUDE_FILE=$HOMEgfs/fix/am/global_longitudes.t1534.3072.1536.grb
Expand Down
6 changes: 3 additions & 3 deletions reg_tests/snow2mdl/snow2mdl.ops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ cd $DATA
cat << EOF > ./fort.41
&source_data
autosnow_file=""
nesdis_snow_file="$HOMEreg/input_data/imssnow96.grb"
nesdis_snow_file="$HOMEreg/input_data.test.issue.973/imssnow96.grb"
nesdis_lsmask_file=""
afwa_snow_global_file=""
afwa_snow_nh_file="$HOMEreg/input_data/NPR.SNWN.SP.S1200.MESH16"
afwa_snow_sh_file="$HOMEreg/input_data/NPR.SNWS.SP.S1200.MESH16"
afwa_snow_nh_file="$HOMEreg/input_data.test.issue.973/NPR.SNWN.SP.S1200.MESH16"
afwa_snow_sh_file="$HOMEreg/input_data.test.issue.973/NPR.SNWS.SP.S1200.MESH16"
afwa_lsmask_nh_file=""
afwa_lsmask_sh_file=""
/
Expand Down

0 comments on commit f30f456

Please sign in to comment.