DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

RCP and YEARS columns are NULL for future climate scenarios in all sw_daily Tables in SQLite database #236

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

RCP and YEARS are filled in as NA for future climate scenarios in each Table that contains the daily SOILWAT2 output. The proper RCP and YEARS needed to be populated.

They were correctly set to NA for current conditions, but I think accidentally set to NA for future scenarios.

kpalmqui commented 4 years ago

Resolved by 3bc5c2d