Skip to content

Commit

Permalink
FESTCv1.2 first released May 31, 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbowden committed May 26, 2017
1 parent dde44ff commit 39c8ad9
Show file tree
Hide file tree
Showing 2,477 changed files with 876,692 additions and 0 deletions.
78 changes: 78 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
FEST-C Version 1.2 - compiled in the 64-bit Linux environment
First release: 05/30/2014
Update release: 09/12/2014. Bug fix in scenario management
Update release: 09/30/2015. Enhancement on N input and many others

Update release: 02/03/2016
(1) Enhanced FEST-C interface options for spinup and app simulations
(2) Modified daily and annual output to include wind erosion and phosphorus variables
(3) Added more utility tools to process EPIC output data
(4) Elevation bug fix

Update release: 05/31/2016
(1) Corrected elevation in site files
(2) Modified random number seed (gridID and crop number) for planting date adjustment
(3) Updated EPIC model (without CO2 trend)

1. Version 1.2 Updates:

1) Additional N deposition input selections (EPIC parameter,
2002-2006 CMAQ average, 2006-2010 CMAQ average, CMAQ)

2) Added CO2 level input option for EPIC runs

3) Added tile drain options for crops (except rice, hay, alfalfa, and other grass)

4) Added a yield time trend defined from a file during spinup

5) Modified HARGREVES PET method for its parameters to vary dynamically in response to local climate

6) Updated management programs for hay and other grass and eliminated fertilizer adjustments for these crops

7) Modified output format (.DAT to .csv) and variable name definitions for CMAQ output

8) Added utilities for the BELD4 data to CMAQ bi-directional input conversion and
for the extracted EPIC output summary by crops and regions under epic/util/misc directory
(to use R codes, users need to have installed open source R libraries)


2. Installation:

1) untar FESTC 1.2 package under a working directory by:
tar -xzvf festc1_2_09302015.tar.gz

2) Update FESTC_HOME in file "festc1_2/festc/festc" to have correct directory path for your system

3) Install Spatial Allocator 4.2

4) Update {SA_HOME}/bin/sa_setup.csh

5) Update FESTC_HOME and SA_HOME in festc1_2/festc_setup.csh

6) Source festc1_2/festc_setup.csh file in users' .cshrc file

7) Update festc1_2/config.properties based on the system and installtion directories

8) Make a directory "festc" under user's home

9) Copy festc1_2/config.properties to {user's home}/festc directory

10) Type festc to launch the system from any directory


3. Troubleshooting for Spatial Allocator

The SA Raster Tools have compiled tools which are stored under ${SA_HOME}/bin/64bits.
Those executable files may not work depending on the system configuration.
If there is a library error in running the SA Raster Tools within FEST-C, users should:

1) Recompile all libraries under ${SA_HOME}/src/libs following instructions in the ${SA_HOME}/src/libs/README file.

2) Modiy ${SA_HOME}/src/raster/Makefile for correct paths.

3) Type "make clean" to clean previous compiled programs.

4) Type "make" to compile the tools.

5) Type "make -B install" or "make install" to install compiled tools.

16 changes: 16 additions & 0 deletions config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# This file should be placed in $USER_HOME/festc/ subdirectory
# Linux example settings
# If there is no batch job queuing submission, comment out the 3 queue configrations
#

work.dir=/nas01/depts/ie/cempd/SA/lran
sa.home=/nas01/depts/ie/cempd/apps/sallocator/sa_052014
epic.home=/nas01/depts/ie/cempd/apps/sallocator/festc1_2/epic
visual.program.home=/nas02/apps/verdi-1.4/verdi_1.4
visual.program=verdi -f
queue.cmd=bsub
queue.name=week
queue.bigmem=-R mem96 -M 40
debug=true
allow.diff.check=true
42 changes: 42 additions & 0 deletions epic/common_data/EPIC_42crop_names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
1 Hay
2 Hay_ir
3 Alfalfa
4 Alfalfa_ir
5 Other_Grass
6 Other_Grass_ir
7 Barley
8 Barley_ir
9 BeansEdible
10 BeansEdible_ir
11 CornGrain
12 CornGrain_ir
13 CornSilage
14 CornSilage_ir
15 Cotton
16 Cotton_ir
17 Oats
18 Oats_ir
19 Peanuts
20 Peanuts_ir
21 Potatoes
22 Potatoes_ir
23 Rice
24 Rice_ir
25 Rye
26 Rye_ir
27 SorghumGrain
28 SorghumGrain_ir
29 SorghumSilage
30 SorghumSilage_ir
31 Soybeans
32 Soybeans_ir
33 Wheat_Spring
34 Wheat_Spring_ir
35 Wheat_Winter
36 Wheat_Winter_ir
37 Other_Crop
38 Other_Crop_ir
39 Canola
40 Canola_ir
41 Beans
42 Beans_ir
Loading

0 comments on commit 39c8ad9

Please sign in to comment.