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/'# 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
met_data_location='/data/ph290/s2p3_rv2.0/met_data/era5_global/'# The location containing the tar.gz met files (in the format met_data_year.tar.gz)
# met_data_location = '/data/ph290/s2p3_rv2.0/met_data/gbr_coarse/' # 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/' # The location that met data for each year will be un tar.gziped into
met_data_temporary_location='/mnt/ramdisk/'# The location that met data for each year will be un tar.gziped into
# each grid point each year has to read in a new meterology dataset from disk so it may make sense to make this temporary location a RAM disk (see readme)
start_year=1979
#having to restaer becase of isca restart
end_year=2017# same as start year resuls in a 1 year run
depth_min=10# NOTE that these numbers MUST be the same as those used in the scripts used to produce the meterology and nutrient files, otherwse data will not be taken for teh correct lats/lons and/or the script will fail