Skip to content

Commit

Permalink
Forgot to fully change barn_owl (HAFS_v0_hwrf) to macaw, missed one i…
Browse files Browse the repository at this point in the history
…n alias file, correct some rebase mistakes
  • Loading branch information
mkavulich committed May 22, 2024
1 parent ddcff3c commit ed9d813
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions ccpp/suites/alias.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"SCM_GFS_v17_HR3.xml": "magpie.xml",
"SCM_GFS_v17_HR3_ps.xml": "magpie_ps.xml",
"SCM_GFS_v16.xml": "raven.xml",
"SCM_GFS_v16_ps.xml": "raven_ps.xml",
"HAFS_v0_hwrf.xml": "macaw.xml",
Expand Down
4 changes: 2 additions & 2 deletions ccpp/suites/barn_owl.xml → ccpp/suites/macaw.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DESCRIPTION:
Suite "barn_owl" (formerly known as HAFS_v0_hwrf) was used for pre-implementation experiments for the first prototypes of The Hurricane Analysis and Forecast System (HAFS). It was meant to emulate the physics of the Hurricane Weather Research and Forecasting model (HWRF), though it had some differences from the operational implementation (which was not CCPP-based).
Suite "macaw" (formerly known as HAFS_v0_hwrf) was used for pre-implementation experiments for the first prototypes of The Hurricane Analysis and Forecast System (HAFS). It was meant to emulate the physics of the Hurricane Weather Research and Forecasting model (HWRF), though it had some differences from the operational implementation (which was not CCPP-based).
-->
<suite name="barn_owl" version="1">
<suite name="macaw" version="1">
<!-- <init></init> -->
<group name="time_vary">
<subcycle loop="1">
Expand Down
4 changes: 2 additions & 2 deletions ccpp/suites/barn_owl_ps.xml → ccpp/suites/macaw_ps.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DESCRIPTION:
Suite "barn_owl" (formerly known as HAFS_v0_hwrf) was used for pre-implementation experiments for the first prototypes of The Hurricane Analysis and Forecast System (HAFS). It was meant to emulate the physics of the Hurricane Weather Research and Forecasting model (HWRF), though it had some differences from the operational implementation (which was not CCPP-based).
Suite "macaw" (formerly known as HAFS_v0_hwrf) was used for pre-implementation experiments for the first prototypes of The Hurricane Analysis and Forecast System (HAFS). It was meant to emulate the physics of the Hurricane Weather Research and Forecasting model (HWRF), though it had some differences from the operational implementation (which was not CCPP-based).
This is an SCM-specific "prescribed surface" suite file, specifically for experiments over land points which require prescribed surface fluxes. See https://ccpp-scm.readthedocs.io/en/latest/chap_intro.html#limitations for more information.
-->
<suite name="barn_owl_ps" version="1">
<suite name="macaw_ps" version="1">
<!-- <init></init> -->
<group name="time_vary">
<subcycle loop="1">
Expand Down
4 changes: 2 additions & 2 deletions scm/src/suite_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def timestep(self, value):
suite_list = []
suite_list.append(suite('raven', 'tracers_GFS_v16.txt', 'input_GFS_v16.nml', 600.0, 1800.0, True ))
suite_list.append(suite('bluebird', 'tracers_GFS_v17_p8.txt', 'input_GFS_v17_p8.nml', 600.0, 600.0, True ))
suite_list.append(suite('magpie', 'tracers_GFS_v17_p8.txt', 'input_GFS_v17_HR3.nml', 600.0, 600.0, True ))
suite_list.append(suite('robin', 'tracers_GFS_v17_p8.txt', 'input_GFS_v17_HR3_RRTMGP.nml', 600.0, 600.0, True ))
suite_list.append(suite('magpie', 'tracers_GFS_v17_HR3.txt', 'input_GFS_v17_HR3.nml', 600.0, 600.0, True ))
suite_list.append(suite('robin', 'tracers_GFS_v17_HR3.txt', 'input_GFS_v17_HR3_RRTMGP.nml', 600.0, 600.0, True ))
suite_list.append(suite('albatross', 'tracers_RAP.txt', 'input_RAP.nml', 600.0, 600.0 , True ))
suite_list.append(suite('warbler', 'tracers_RRFS_v1.txt', 'input_RRFS_v1.nml', 600.0, 600.0 , True ))
suite_list.append(suite('pigeon', 'tracers_RRFS_v1beta.txt', 'input_RRFS_v1beta.nml', 600.0, 600.0 , True ))
Expand Down
2 changes: 1 addition & 1 deletion scm/src/supported_suites.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
suites = ["raven","magpie","bluebird","bald_eagle","albatross","pigeon","hummingbird"]
suites = ["raven","magpie","robin","warbler","hummingbird"]

0 comments on commit ed9d813

Please sign in to comment.