Skip to content

cschroedl-gov/glri-afinch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLRI-Afinch

CC0

To the extent possible under law, The Center For Integrated Data Analytics has waived all copyright and related or neighboring rights to The GLRI-Afinch. This work is published from: United States.

===============

Display the AFINCH monthly model results

Utilities ++++++++++

The Utilities Module creates a runnable jar file. To process Reaches, run as:

java -Xmx12G -jar AfinchProcessor.jar -srcDir [pathToSourceDir] -dstDir [pathToDestDir] -idCol ComID -dataCols QAccCon -dataColAbbrs QAC -profile flow

To process catchments:

java -Xmx12G -jar AfinchProcessor.jar -srcDir [pathToSourceDir] -dstDir [pathToDestDir] -idCol GridCode -dataCols yieldCatchCon -dataColAbbrs YCC -profile catch

These switches can be added: -limit 3 [limit to only processing x input files - useful for testing/debugging] -ignore [If present, ignore non-fatal errors]

About

Display the AFINCH monthly model results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • Java 38.8%
  • Other 1.3%