AMBHAS
stics.py
Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 """
00003 Created on Fri Feb 03 18:12:26 2012
00004 
00005 @author: K. Sreelash
00006 @website: www.ambhas.com
00007 @email: satkumartomer@gmail.com
00008 """
00009 
00010 # import required libraries
00011 from __future__ import division
00012 import numpy as np
00013 from ambhas.xls import xlsread
00014 
00015 
00016 
00017 #input
00018 infile_name = 'D:/svn/ambhas/examples/input_stics.xls'
00019 
00020 
00021 # read the parameters
00022 xls_file = xlsread(infile_name)
00023 
00024 # soil par
00025 argis = xls_file.get_cells('B2', 'soil_par')
00026 norgs = xls_file.get_cells('C2', 'soil_par')
00027                                                                                         
00028 # plant par
00029 # tech par
00030 # climate
 All Classes Namespaces Files Functions Variables