Skip to content

Commit 870a640

Browse files
committed
list experiments
1 parent f932fbf commit 870a640

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compliance_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def strictly_increasing(L):
504504
f.write(' ** Experiment: ' + experiment_name + ' \n ')
505505
f.write('**********************************************************\n')
506506
f.write('\n ')
507-
f.write('ERROR: The compliance check is ignored for experiment ' + experiment_name + ' as it is not in [hist, ctrl, ctrl_proj, exp01, exp02, exp03, exp04, exp05, exp06, exp07, exp08, exp09, exp10, exp11, exp12, exp13]. \n')
507+
f.write('ERROR: The compliance check is ignored for experiment ' + experiment_name + ' as it is not in ' + [exp['experiment'] for exp in experiments] +'. \n')
508508
exp_naming_errors +=1
509509
exp_errors = exp_time_errors + exp_spatial_errors + exp_num_errors + exp_naming_errors + exp_file_errors
510510
report_naming_issues.append('Compliance check ignored : experiment ' + experiment_name + ' not in the experiments list.')

test/compliance_checker_log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
************************************************************************************
22
************* Ice Sheet Model Simulations - Compliance Checker *************
33
************************************************************************************
4-
Commit Number: 'ac7830f'
4+
Commit Number: 'f932fbf'
55
verification criteria: ismip6_criteria.csv
66
date: 2022/09/12
77
source: https://github.com/jbbarre/ISM_SimulationChecker

0 commit comments

Comments
 (0)