pSIMS_Site_Make: pSIMS_Site_Make

Description Usage Arguments

View source: R/Site_Maker.R

Description

pSIMS_Site_Make

Usage

 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")
)

Arguments

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


AgronomicForecastingLab/pSIMSSiteMaker documentation built on March 6, 2021, 2:27 p.m.