Skip to content

Commit 5cdda52

Browse files
committed
add patch parameter file
this commit doesn't include the base_file refenced in the patch as that will become available via NGEET#1358 when these are merged together
1 parent 857d278 commit 5cdda52

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0"?>
2+
<all>
3+
<!-- This parameter patch file updates the parameter file with the changes
4+
associated with pull request 1359 which updates the default logging parameters
5+
to be clear cut instead of reduced-impact -->
6+
7+
<!-- To use this patch file run the following command: -->
8+
<!-- Run `python ../tools/UpdateParamAPI.py -/-f archive/api40.0.0_pr1359_patch_params.xml` -->
9+
10+
<!-- General xml file usage notes: -->
11+
<!-- Special mod types "variable_add": creates a new variable
12+
"dimension_add": creates a new dimension
13+
"variable_del": removes a variable, must include attribute "name"
14+
"variable_change": change values in the parameter, possibly including the name, and
15+
this must also come with a name attribute as well -->
16+
<!-- To change a dimension. The easiest way to script this, is to delete the variables
17+
that use it, delete the dimension. Re-add it with the new size, and then re-add
18+
the variables -->
19+
<!-- -->
20+
21+
<base_file>archive/api39.0.0_050825_params_default.cdl</base_file>
22+
<new_file>fates_params_default.cdl</new_file>
23+
<pft_list> 1,2,3,4,5,6,7,8,9,10,11,12,13,14 </pft_list>
24+
<mods>
25+
<mod type="variable_change" name="fates_landuse_logging_coll_under_frac">
26+
<val> 0. </val>
27+
</mod>
28+
<mod type="variable_change" name="fates_landuse_logging_collateral_frac">
29+
<val> 0. </val>
30+
</mod>
31+
<mod type="variable_change" name="fates_landuse_logging_dbhmax_infra">
32+
<val> 0 </val>
33+
</mod>
34+
<mod type="variable_change" name="fates_landuse_logging_dbhmin">
35+
<val> 0 </val>
36+
</mod>
37+
<mod type="variable_change" name="fates_landuse_logging_direct_frac">
38+
<val> 1. </val>
39+
</mod>
40+
<mod type="variable_change" name="fates_landuse_logging_mechanical_frac">
41+
<val> 0. </val>
42+
</mod>
43+
</mods>
44+
</all>

0 commit comments

Comments
 (0)