Skip to content

Commit

Permalink
update the instructions for the API 36.1 patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Oct 2, 2024
1 parent 428e8f0 commit c5e504d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 6 additions & 2 deletions parameter_files/archive/api36.1.0_100224_pr1255-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
understory leaf turnover specifications, and changing default behavior of
nutrient uptake to be fully coupled. -->

<!-- This is the first of two patch files necessary to update from API 36 to API 36.1. The two files
require different patch update tools which requires that they be run sequentially. After running
the command as noted below, make sure to review the instructions in api36.1.0_100224_patch_params-2.xml. -->

<!-- To use this patch file run the following command: -->
<!-- Run `python ../tools/UpdateParamAPI.py -/-f archive/api33.0.0_020524_patch_params.xml` -->
<!-- Run `python ../tools/UpdateParamAPI.py -/-f archive/api36.1.0_100224_patch_params-1.xml` -->

<!-- General xml file usage notes: -->
<!-- Special mod types "variable_add": creates a new variable
Expand All @@ -20,7 +24,7 @@
the variables -->
<!-- -->

<base_file>archive/api36.1.0_params_default.cdl</base_file>
<base_file>archive/api36.1.0_100224_params_default.cdl</base_file>
<new_file>fates_params_default.cdl</new_file>
<pft_list> 1,2,3,4,5,6,7,8,9,10,11,12 </pft_list>
<mods>
Expand Down
11 changes: 10 additions & 1 deletion parameter_files/archive/api36.1.0_100224_pr1255-2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@
<!-- 13 cool_c3_grass -->
<!-- 14 c4_grass -->

<base_file>archive/api36.1.0_params_default.cdl</base_file>

<!-- This is the second of two patch files necessary to update from API 36 to API 36.1. The two files
require different patch update tools which requires that they be run sequentially. If you have not
done so already, make sure to review the instructions in api36.1.0_100224_patch_params-1.xml before
proceeding. -->

<!-- To use this patch file run the following command: -->
<!-- Run `python ../tools/BatchPatchParams.py -/-f archive/api36.1.0_100224_patch_params-2.xml` -->

<base_file>fates_params_default.cdl</base_file>
<new_file>fates_params_default.cdl</new_file>
<pft_trim_list>1,2,3,4,5,6,7,8,9,7,9,10,11,12</pft_trim_list>
<parameters>
Expand Down

0 comments on commit c5e504d

Please sign in to comment.