Skip to content

Commit

Permalink
Updating to run both schemes and added individualized SDFs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed May 6, 2024
1 parent b1966e7 commit acb1a49
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
5 changes: 2 additions & 3 deletions suite_tj2016.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="tj2016" version="1.0">
<!-- groups can be uncommended after PR #253 in cam-sima-->
<!-- <group name="physics_before_coupler">
<group name="physics_before_coupler">
<scheme>tj2016_precip</scheme>
<scheme>apply_heating_rate</scheme>
<scheme>qneg</scheme>
</group> -->
</group>
<group name="physics_after_coupler">
<scheme>tj2016_sfc_pbl_hs</scheme>
<scheme>apply_heating_rate</scheme>
Expand Down
10 changes: 10 additions & 0 deletions tj2016/suite_tj2016_precip.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="tj2016_precip" version="1.0">
<group name="physics_before_coupler">
<scheme>tj2016_precip</scheme>
<scheme>apply_heating_rate</scheme>
<scheme>qneg</scheme>
</group>
</suite>

12 changes: 12 additions & 0 deletions tj2016/suite_tj2016_sfc_pbl_hs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="tj2016_sfc_pbl_hs" version="1.0">
<group name="physics_after_coupler">
<scheme>tj2016_sfc_pbl_hs</scheme>
<scheme>apply_heating_rate</scheme>
<scheme>apply_tendency_of_eastward_wind</scheme>
<scheme>apply_tendency_of_northward_wind</scheme>
<scheme>qneg</scheme>
</group>
</suite>

0 comments on commit acb1a49

Please sign in to comment.