Closed falkamelung closed 5 years ago
execute_runfiles.py
logging: After I modified it, it creates two entries into /log. Please check.
what do you mean by two entries? I see each command printed out once
Sorry, forgot to commit. Done now @mirzaees
I added
command_line = os.path.basename(sys.argv[0]) + ' ' + ' '.join(sys.argv[1:])
message_rsmas.log(inps.work_dir, command_line)
There were some other message_rsmas.log
calls below. Not sure they are needed. Also not sure I added it to the right place, but I get the --submit and --walltime options which I always forget.
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE except for job_submission.py as it has different arguments and needs it's own argparse
SM for FA: DONE
SM for FA: In Progress
SM for FA: DONE
SM for FA: Not a good idea
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE . all steps included as --step <> argument in process_rsmas.py
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE
SM for FA: DONE
following can be found in out_stackSentinel.o
boundingBox:
..... from *template file ....
*****************************************
The overlap region among all dates (based on the preview kml files):
South North East West
39.501541 40.511597 75.117966 78.198845
*****************************************
All dates (109)
dates covering the bbox (109)
All SLCs will be coregistered to : 20141014
Thank you
execute_runfiles.py
logging: After I modified it, it creates two entries into /log. Please check.In
job_defaults.cfg
lets also specify thewalltime
andmemory
forprocess_rsmas.py
(24:00) andexecute_runfiles.py
(8:00). Lets specify the walltimes for all named scripts. Lets move[Defaults]
to the end and use them forjob_submission.py
, unless they are specified. SM: DONEneed
smallbaseline_wrapper.py
that callssmallbaselineApp.py
,email_results.py
and has the typical submit options (--submit --walltime)FA for SM: DONE
email_results.py
should be included at end ofsmallbaseline_wrapper.py
andingest_insarmaps.py
FA for SM: DONE
All RSMAS codes (download_rsmas.py, smallbaseline_wrapper.py, ingest_insarmaps.py, hazards*) should use the smart argparse strategy (https://github.com/geodesymiami/rsmas_insar/issues/175). Lets get started with it for the job_submission options (--submit and --walltime). Equivalently the following should be working:
ingest_insarmaps.py /nethome/famelung/insarlab/infiles/famelung/TEMPLATES/EifelSenAT15.template --submit
job_submission.py /projects/scratch/insarlab/famelung/EifelSenAT15/run_files/run_14_insarmaps
job_submission.py /projects/scratch/insarlab/famelung/EifelSenAT15/run_files/run_14_insarmaps --memory 4000 --walltime 1:00 --queuename general --outdir /projects/scratch/insarlab/famelung/EifelSenAT15/run_files
download_rsmas.py $TE/KrakatoaSenDT47.template --submit dem_rsmas.py $TE/KrakatoaSenDT47.template. --submit create_runfiles.py $TE/KrakatoaSenDT47.template. --submit run_parallel.py /runfiles/run_ --submit smallbaseline_wrapper.py $TE/KrakatoaSenDT47.template. --submit ingest_insarmaps.py $TE/KrakatoaSenDT47.template. --submit generate_hazard_products.py $TE/KrakatoaSenDT47.template. --submit
boundingBox: ..... from *template file ....
The overlap region among all dates (based on the preview kml files): South North East West 39.501541 40.511597 75.117966 78.198845
All dates (109) dates covering the bbox (109) All SLCs will be coregistered to : 20141014