Skip to content

Commit

Permalink
Per #2682, change default model name from WRF to FCST
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 14, 2023
1 parent 7063744 commit 6899f18
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/config/EnsembleStatConfig_default
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 data/config/GenEnsProdConfig_default
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 data/config/GridStatConfig_default
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 data/config/MODEConfig_default
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 data/config/MODEMultivarConfig_default
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 data/config/MTDConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Output model name to be written
//

model = "WRF";
model = "FCST";

//
// Output description to be written
Expand Down
2 changes: 1 addition & 1 deletion data/config/PointStatConfig_default
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 data/config/SeriesAnalysisConfig_default
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 data/config/WaveletStatConfig_default
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 6899f18

Please sign in to comment.