HOW TO USE ========== cd src - First Step: python expid.py -h python expid.py --new ecearth --HPC ithaca --description "experiment is about..." Say for example, "chex" is 4 character based expid generated by system. First character "c" will represent the platform such as "i" for ithaca, "b" for BSC, "h" for HECToR and so on and rest of three characters "hex" will show a unique hexadecimal number. - Second Step: vi /cfu/autosubmit/chex/conf/expdef_chex.conf vi /cfu/autosubmit/chex/conf/autosubmit_chex.conf - Third Step: python create_exp.py chex - Fourth Step: nohup python autosubmit.py chex >& chex_01.log & HOW TO MONITOR ============== The following procedure could be adopted to generate the plots for visualizing the status of the experiment at any instance: cd src python monitor.py -h python monitor.py -e chex -j job_list -o pdf or python monitor.py -e chex -j job_list -o png Here is below the location where user can find the generated plots with date and time stamp: /cfu/autosubmit/chex/plot/chex_date_time.pdf or /cfu/autosubmit/chex/plot/chex_date_time.png HOW TO RESTART ==============