...
!# Stations chosen in lat,lon for time-series
!# Format: "STN1_NAME",lat1,lon1, "STN2_NAME",lat2,lon2, ...
type(SER_STN_LALO_T) :: xst_stn_latlon(NSTATMAX)
Submission
Account
On clusters of the Alliance one needs to set under which allocation account a simulation should run. The default allocation account can get set in the file '~/.Account'. But it can get overwritten by exporting(!!!) the parameter 'RAPid' in the file configexp.cfg.
Wall clock time
On the clusters of the Alliance are different queues for jobs requesting different amounts of walltime as well as memory. To find out which type of queues exist on the cluster you want to run on check out the following wiki of the Alliance: Job_scheduling_policies
...
And the simulation you want to run usually needs 14 hours per job.
Memory
By default, the maximum memory of the smallest compute nodes will get used. To use the default, the parameter 'BACKEND_cm' from the file configexp.cfg must be set to:
BACKEND_cm=
But it can get overwritten with any other value. Accepted units are 'M' and 'G'.