Skip to content

Commit

Permalink
Per #2682, change default model name from WRF to FCST in the MET test…
Browse files Browse the repository at this point in the history
… scripts area
  • Loading branch information
JohnHalleyGotway committed Sep 14, 2023
1 parent 6899f18 commit 69deae8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion scripts/config/EnsembleStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/GenEnsProdConfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/GridStatConfig_APCP_12
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/GridStatConfig_APCP_24
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/GridStatConfig_POP_12
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/GridStatConfig_all
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/MODEConfig_APCP_12
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/MODEConfig_APCP_24
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/MODEConfig_RH
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/PointStatConfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/WaveletStatConfig_APCP_12
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion scripts/config/WaveletStatConfig_APCP_12_NC
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
// Output model name to be written
//
model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down

0 comments on commit 69deae8

Please sign in to comment.