Skip to content

Commit

Permalink
add parameters for pull request 1262
Browse files Browse the repository at this point in the history
PR NGEET#1262 will be incorporated at a later date, but we are adding
the parameters to the default here to coincide with a minor API update.
  • Loading branch information
glemieux committed Feb 18, 2025
1 parent 582d8ee commit eb74c65
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions parameter_files/archive/api37.1.0_pr1262_patch_params.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0"?>
<all>
<!-- This parameter patch file updates the parameter file with the additions from
pull request 1262. It does not include the deletions of the theta parameter that
are no longer necessary to use once that pull request is merged to main.-->

<!-- To use this patch file run the following command: -->
<!-- Run `python ../tools/UpdateParamAPI.py -/-f archive/api37.1.0_pr1262_patch_params.xml` -->

<!-- General xml file usage notes: -->
<!-- Special mod types "variable_add": creates a new variable
"dimension_add": creates a new dimension
"variable_del": removes a variable, must include attribute "name"
"variable_change": change values in the parameter, possibly including the name, and
this must also come with a name attribute as well -->
<!-- To change a dimension. The easiest way to script this, is to delete the variables
that use it, delete the dimension. Re-add it with the new size, and then re-add
the variables -->
<!-- -->

<base_file>archive/api37.1.0_021825_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,13,14 </pft_list>
<mod type="variable_add">
<na> fates_leaf_stomatal_btran_model </na>
<di> fates_pft </di>
<un> index </un>
<ln> model switch for how btran affects conductance. See LeafBiophysicsMod.F90, integer constants: btran_on_ </ln>
<val> 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 </val>
</mod>
<mod type="variable_add">
<na> fates_leaf_agross_btran_model </na>
<di> fates_pft </di>
<un> index </un>
<ln> model switch for how gross assimilation affects conductance. See LeafBiophysicsMod.F90, integer constants: btran_on_ </ln>
<val> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 </val>
</mod> <mods>
</mods>
</all>

0 comments on commit eb74c65

Please sign in to comment.