Skip to content

Commit

Permalink
Per #2882, need to update the handling of the PPT24_seepsweights_grid…
Browse files Browse the repository at this point in the history
….nc file name. Rename as _v12.0.nc for the updated version with the new names so that the existing regressions tests and nightly builds for main_v11.1 and develop continue to work. We can remove the _v12.0 once this feature branch is merged into develop but for the time being, we need both versions to exist.
  • Loading branch information
JohnHalleyGotway committed Aug 15, 2024
1 parent 606ff74 commit 59b83e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/test_unit/xml/unit_grid_stat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<pair><name>SEEPS_FLAG</name> <value>BOTH</value></pair>
<pair><name>SEEPS_P1_THRESH</name> <value>NA</value></pair>
<pair><name>OUTPUT_PREFIX</name> <value>SEEPS</value></pair>
<pair><name>SEEPS_GRID_CLIMO_NAME</name><value>&DATA_DIR_CLIMO;/seeps/PPT24_seepsweights_grid.nc</value></pair>
<pair><name>SEEPS_GRID_CLIMO_NAME</name><value>&DATA_DIR_CLIMO;/seeps/PPT24_seepsweights_grid_v12.0.nc</value></pair>
</env>
<param> \
&DATA_DIR_MODEL;/seeps/gpm_2021120100_2021120200_trmmgrid.nc \
Expand Down
2 changes: 1 addition & 1 deletion src/libcode/vx_seeps/seeps.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ constexpr char var_name_ohfl_12[] = "ohfl_12";
constexpr char def_seeps_point_filename[] =
"MET_BASE/climo/seeps/PPT24_seepsweights.nc";
constexpr char def_seeps_grid_filename[] =
"MET_BASE/climo/seeps/PPT24_seepsweights_grid.nc";
"MET_BASE/climo/seeps/PPT24_seepsweights_grid_v12.0.nc";

//density_radius = 0.75 degrees (83km; this is described as “the smallest possible
// value that ensures approximately equal representation of all subregions of Europe”.)
Expand Down

0 comments on commit 59b83e5

Please sign in to comment.