pecan icon indicating copy to clipboard operation
pecan copied to clipboard

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.

Results 197 pecan issues
Sort by recently updated
recently updated
newest added

To move `convert.input` from `utils` to `DB`

change in `Rcheck_reference.log` after removing udunits2 from PEcAn

## Description Recently @robkooper changed the way the docker install works so that pecan is reached from http://pecan.localhost/ instead of http://localhost:8000/. I've made the changes in the documentation in https://github.com/PecanProject/pecan/pull/2935,...

This pull tries to fix the issue of 'Settings' being used as Global variable. This is done by creating a local variable 'Settings' and passing that as function argument as...

### Bug Description Recent `udunits2` to `units` change introduced a bug to one of our common met process pipeline. [This met2CF.csv line ](https://github.com/PecanProject/pecan/blob/develop/modules/data.atmosphere/R/met2CF.csv.R#L246)is now throwing an error: ``` Error in...

Type: Bug
Priority: 03 - High
Topic: Testing

Changes argument `env.samples` in the `get.ensembles.samples()` function from required to optional env.samples is a required argument in the get.ensemble.samples function. However not all the time these env samples are available....

## Description Coupled LDNDC in to the PEcAn. Mainly worked with the three main files: _write.config.LDNDC.R_, _met2model.LDNDC.R_ and _model2netcdf.LDNDC.R_. These files were filled in according to the instructions and should...

Status: Ready

## Description 1. Temporally fixed the issue where the NC file only contains partial info of the whole year when convert from SIPNET.out to the NC file. 2. Fixed the...