Title: | PEcAn Package for Integration of CLM4.5 Model |
---|---|
Description: | The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific workflow management tool that is designed to simplify the management of model parameterization, execution, and analysis. The goal of PECAn is to streamline the interaction between data and models, and to improve the efficacy of scientific investigation. This package provides functions to link the Community Land Model, version 4.5, to PEcAn. |
Authors: | Mike Dietze [aut, cre], University of Illinois, NCSA [cph] |
Maintainer: | Mike Dietze <[email protected]> |
License: | BSD_3_clause + file LICENSE |
Version: | 1.7.3.9000 |
Built: | 2024-12-17 17:27:28 UTC |
Source: | https://github.com/PecanProject/pecan |
met2model wrapper for CLM45
met2model.CLM45( in.path, in.prefix, outfolder, start_date, end_date, lst = 0, lat, lon, ..., overwrite = FALSE, verbose = FALSE )
met2model.CLM45( in.path, in.prefix, outfolder, start_date, end_date, lst = 0, lat, lon, ..., overwrite = FALSE, verbose = FALSE )
in.path |
location on disk where inputs are stored |
in.prefix |
prefix of input and output files |
outfolder |
location on disk where outputs will be stored |
start_date |
the start date of the data to be downloaded (will only use the year part of the date) |
end_date |
the end date of the data to be downloaded (will only use the year part of the date) |
lst |
timezone offset to GMT in hours |
lat , lon
|
site coordinates |
... |
other arguments, currently ignored |
overwrite |
should existing files be overwritten |
verbose |
should the function be very verbosefor(year in start_year:end_year) |
Code to convert CLM45 netcdf output into into CF standard
model2netcdf.CLM45(outdir, sitelat, sitelon, start_date, end_date)
model2netcdf.CLM45(outdir, sitelat, sitelon, start_date, end_date)
outdir |
Location of CLM45 model output |
sitelat |
Latitude of the site |
sitelon |
Longitude of the site |
start_date |
Start time of the simulation |
end_date |
End time of the simulation |
Michael Dietze
Writes config files for use with the Community Land Model model.
write.config.CLM45(defaults, trait.values, settings, run.id)
write.config.CLM45(defaults, trait.values, settings, run.id)
defaults |
list of defaults to process |
trait.values |
vector of samples for a given trait |
settings |
list of settings from pecan settings file |
run.id |
id of run |
none
Mike Dietze