Difference between revisions of "Sacramento SMA"

From Agrineer.org Wiki
Jump to: navigation, search
Line 1: Line 1:
The SMA project provides a soil moisture model for the Soil Moisture Estimator tool and implements a custom  C interface to the National Weather Service/University of Arizona Sacramento Soil Moisture Accounting (SMA) model.
+
The SMA project/module provides a soil moisture model for the Soil Moisture Estimator tool and implements a custom  C interface to the National Weather Service/University of Arizona Sacramento Soil Moisture Accounting (SMA) model.
  
 
== SMA Module Files ==
 
== SMA Module Files ==
There are four C programs which make up the module:<br>
+
There are four C programs which make up the module.<br>
 
The first two below are Agrineer's contribution:
 
The first two below are Agrineer's contribution:
 
   - ini.c reads ini style input variables
 
   - ini.c reads ini style input variables

Revision as of 12:08, 27 January 2019

The SMA project/module provides a soil moisture model for the Soil Moisture Estimator tool and implements a custom C interface to the National Weather Service/University of Arizona Sacramento Soil Moisture Accounting (SMA) model.

SMA Module Files

There are four C programs which make up the module.
The first two below are Agrineer's contribution:

 - ini.c reads ini style input variables
 - sma.c interfaces between the SME and the SMA model

The next two implement the actual model:

 - sacramento_state.c (a version of sac_sma.c)
 - fland1.c 

and were originally part of the MOSCEM package developed at University of Arizona by Yuqiong Liu and others. Permission to use and distribute these files was granted by Professor Hoshin Gupta (University of Arizona) on 2009-08-28.

The last two programs were originally downloaded from Google's cached copy of http://info.science.uva.nl/ibed/research/Research_Fields/cbpg/software/code/moscem.0.tar.gz 2009-08-20 by Felix Andrews. IndieCompLabs, LLC. makes no claim on sac_sma.c (sacramento_state.c) or fland1.c.

For an R language version go to [1]. Many descriptive phrases on the model come from Hydromad.

Paper References

Links describing the SMA:

calb_report7-8.pdf

EMS2009 Bai et al

hydromadPaper.pdf

MR2007_305.pdf

PAP014820.pdf

SSURGO_data_2004.pdf

Plus many more by searching for "Sacramento Soil Moisture Accounting".