pSIMS_Site_Make
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | pSIMS_Site_Make(
dirname = ".",
Project_name = "NewProject",
Lat = 40.01,
Lon = -88.01,
Param_template_Obj = NULL,
Campaign_json_Obj = NULL,
Campaign_Path = NULL,
APSIM_Template_Path = NULL,
host = NULL,
camp_list = list(planting = list(depth = 35)),
param_list = list(ref_year = "2010"),
Bash_control = list(pSIMS_Data_Path = "/projects/aces/mkivi2/psims/",
pSIMS_server_Path = "/projects/aces/hamzed/psims/Data", pSIMS_Sing_Image =
"/projects/aces/mkivi2/psims/Bash/apsim_psims_image/custom_psims_full.img")
)
|
dirname |
character path to where the simulation will be created |
Project_name |
character name of the site or the project |
Lat |
numeric latitude of the site |
Lon |
numeric longitude of the site |
Param_template_Obj |
NULL or a list object made by Read_param_template() |
Campaign_json_Obj |
NULL or a list object made by Read_Campaign_template() |
Campaign_Path |
NULL or character path to a nc campaign file |
APSIM_Template_Path |
NULL or character path to an apsim template file |
host |
NULL or a list of information needed to rsync simulations to the cluster |
camp_list |
list of items that needs to be changed in the campaign file |
param_list |
list of items that needs to be changed in the params file |
Bash_control |
list of information for creating the bash file for running pSIMS |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.