Ignore:
Timestamp:
09/13/19 13:49:42 (5 years ago)
Author:
yushan
Message:

Generic_testcase : update iodef configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/GENERIC_TESTCASE/check.py

    r1708 r1712  
    77def main(): 
    88         
    9         configNamePattern=[0, 0, 0, 0, 0, 0] 
     9        configNamePattern=[0]*7 
    1010 
    1111        f=open("user_param.py", "r") 
     
    2424                elif line.startswith("Duration"): 
    2525                        configNamePattern[5] = '_Duration=' + Duration 
     26                elif line.startswith("ATMdomain"): 
     27                        configNamePattern[5] = '_ATMdomain=' + ATMdomain 
    2628        f.close() 
    2729                 
Note: See TracChangeset for help on using the changeset viewer.