HARPgroup / cbp6

Chesapeake Bay Program Phase 6 Model Suite
0 stars 0 forks source link

Exporting Land Segment Runoff #249

Open rburghol opened 2 years ago

rburghol commented 2 years ago
source("https://raw.githubusercontent.com/HARPgroup/cbp6/master/R/utils.R")
land.segment <- 'N51003'
wdmpath = '/opt/model/p6/gb604b'
mod.scenario='CFBASE30Y20180615_vadeq'
start.year='1984'
end.year='2020'
wdm_export_land_flow(land.segment, wdmpath, mod.scenario, start.year, end.year)
rburghol commented 11 months ago

Follow up QA for N51003 (and general work flow)

outpath = paste(outbase, 'land', scenario, 'eos', sep='/') outname <- paste0(lseg, '_0111-0211-0411.csv' )

wdm_export_land_flow(lseg, wdmpath, scenario, startyear, endyear)

merged_df1 <- wdm_merge_land_flow(lseg, wdmpath, scenario , outpath, TRUE, TRUE)