forked from NGEET/fates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parameters for pull request 1262
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
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |