Skip to content

Commit 19e8ef4

Browse files
author
Dongchen Zhang
committed
Update the document for the continental SDA settings.
1 parent 6f92baa commit 19e8ef4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

book_source/03_topical_pages/03_pecan_xml.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,13 @@ The following tags can be used for state data assimilation. More detailed inform
766766
<Localization.FUN>Local.support</Localization.FUN>
767767
<scalef>1</scalef>
768768
<chains>5</chains>
769+
<batch.settings>
770+
<general.job>
771+
<cores>28</cores>
772+
<folder.num>40</folder.num>
773+
</general.job>
774+
<qsub.cmd>qsub -l h_rt=24:00:00 -l mem_per_core=4G -l buyin -pe omp @CORES@ -V -N @NAME@ -o @STDOUT@ -e @STDERR@ -S /bin/bash</qsub.cmd>
775+
</batch.settings>
769776
<state.variables>
770777
<variable>
771778
<variable.name>AbvGrndWood</variable.name>
@@ -860,6 +867,8 @@ The following tags can be used for state data assimilation. More detailed inform
860867
* **scalef** : [optional] The scale parameter used for the localization operation, the smaller the value is, the sites are more isolated.
861868
* **chains** : [optional] The number of chains needed to be estimated during the MCMC sampling process.
862869
* **_NOTE:_** If TRUE, you must also assign a vector of trait names to pick.trait.params within the sda.enkf function.
870+
* **batch.settings** : [optional] The configurations are used to set up batch job submissions. It will be used only if you use the `qsub_sda` function for the SDA job submissions with a large number of sites (>500). The `general.job` contains the number of CPUs per job and the number of jobs you would like to submit to the entire SDA experiment (e.g., 8,000 sites with 40 folders will end up with 200 sites per job).
871+
The `qsub.cmd` contains the string for configuring extra qsub arguments.
863872
* **state.variable** : [required] State variable that is to be assimilated (in PEcAn standard format, with pre-specified variable name, unit, and range). Four variables can be assimilated so far: including Aboveground biomass (AbvGrndWood), LAI, SoilMoistFrac, and Soil carbon (TotSoilCarb).
864873
* **Obs_Prep** : [required] This section will be handled through the SDA_Obs_Assembler function, if you want to proceed with this function, this section is required.
865874
* **spin.up** : [required] start.date and end.date for model spin up.

0 commit comments

Comments
 (0)