num_procs=mp.cpu_count()# this will use all available processors. Note that on a multi-node machine it can only use the processors on one node
# num_procs = 1
output_directory='/gpfs/ts0/projects/Research_Project-148395/s2p3_rv2.0/output/'#where you want the output to go
output_file_name='test'
meterological_file_name='meterological_data'
domain_file_name='s12_m2_s2_n2_h_map_test.dat'
nutrient_file_name='initial_nitrate_test.dat'
executable_file_name='s2p3_rv2.0'
met_data_location='/gpfs/ts0/projects/Research_Project-148395/s2p3_rv2.0/test/'# The location containing the tar.gz met files (in the format met_data_year.tar.gz)
met_data_temporary_location=base_directory+'met/spatial_data/test/'# The location that met data for each year will be un tar.gziped into
start_year=2006
end_year=2006# same as start year resuls in a 1 year run