Changeset 4c44791 in flex_extract.git


Ignore:
Timestamp:
Dec 18, 2018, 1:58:18 PM (5 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
75ed4bc
Parents:
0368c32
Message:

deleted json testsuite; not working, not uptodate, waste of time since vs 7.1 is short before release and will be the standard

Location:
python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/testsuite.json

    re18f4b5 r4c44791  
    3232"fc": {
    3333"script": "submit.py",
    34 "control": "CONTROL_FC",
     34"control": "CONTROL_FC.pure",
    3535"inputdir": "$SCRATCH/workfc",
    3636"local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"}
     
    4343"local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"}
    4444},
    45 "hires": {
     45"hireseta": {
    4646"script": "submit.py",
    47 "control": "CONTROL_HIRES",
    48 "inputdir": "$SCRATCH/workhires",
     47"control": "CONTROL_OD.highres.eta",
     48"inputdir": "$SCRATCH/workhireseta",
    4949"local_flexpart": {"flexpart_root_scripts":"$FLEXPART_ROOT_SCRIPTS"},
    5050"ecgate": {"queue":"ecgate"}
     
    5252"hiresgauss": {
    5353"script": "submit.py",
    54 "control": "CONTROL_HIRESGAUSS",
     54"control": "CONTROL_OD.highres.gauss",
    5555"inputdir": "$SCRATCH/workhiresgauss",
    5656"basetime": "00",
     
    6262"script": "submit.py",
    6363"start_date": "20131108",
    64 "control": "CONTROL_OPS_V6.0_4V.temp",
     64"control": "CONTROL_OPS.4V",
    6565"inputdir": "$SCRATCH/workops2",
    6666"local_flexpart": {"basetime":"00"},
     
    7171"script": "submit.py",
    7272"start_date": "20131108",
    73 "control": "CONTROL_OPS_V6.0",
     73"control": "CONTROL_OPS",
    7474"inputdir": "$SCRATCH/workopsfc",
    7575"local_flexpart": {"basetime":"00"},
  • python/testsuite.py

    re18f4b5 r4c44791  
    4343    groups=sys.argv[1:]
    4444else:
    45     groups=['xinstall','default','ops','work','cv','fc']#,'hires']
     45    groups=['install','default','ops','work','cv','fc','hireseta','highresgauss','opsfc']
    4646jobcounter=0
    4747jobfailed=0
     
    8686print str(jobcounter-jobfailed)+' successful, '+str(jobfailed)+' failed'
    8787print 'If tasks have been submitted via ECACCESS please check emails'
    88 
    89 #print tasks
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG