LPJmL Runner only supports appropriately configured Unix-based operating systems.
- โ write_config()
write config.json files using a data frame with parameters to be changed and a base configuration file
- ๐ check_config()
check if generated config.json files are valid for LPJmL simulations
- โถ run_lpjml()
run LPJmL directly (e.g. single cell simulations) or ๐ submit_lpjml()
to SLURM (e.g. global simulations)
read_io()
read LPJmL input and output as a LPJmLData
object, containing the data array and LPJmLMetaData
plot()
the data or get insights via summary()
and other base statstransform()
it to other time and space formatssubset()
the underlying dataas_array()
, as_tibble()
and as_raster()
/ as_terra()
to export into common R data formatsread_meta()
read meta or header files as LPJmLMetaData
object
calc_cellarea()
to calculate the area of LPJmLData objects underlying grid
or for other objects latitudesread_header()
read the header of LPJmL files, get_headersize()
get the size of a file header or create_header()
to create a header object for writing input filesget_datatype()
get information on the data type used in different LPJmL filesasub()
functionality of the subset method to be used on a base array, also to replace datalibrary(help = "lpjmlkit")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.