Skip to content

Commit

Permalink
increase run length for default column_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis committed Feb 28, 2024
1 parent 92da4a8 commit 0886ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exp/test_cases/column_test_case/column_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
#Define values for the 'core' namelist
exp.namelist = namelist = Namelist({
'main_nml':{
'days' : 30,
'days' : 360,
'hours' : 0,
'minutes': 0,
'seconds': 0,
'dt_atmos':360,
'dt_atmos':1440,
'current_date' : [1,1,1,0,0,0],
'calendar' : 'thirty_day'
},
Expand Down Expand Up @@ -194,5 +194,5 @@
#Lets do a run!
if __name__=="__main__":
exp.run(1, use_restart=False, num_cores=NCORES)
for i in range(2,4):
for i in range(2,11):
exp.run(i, num_cores=NCORES)

0 comments on commit 0886ff6

Please sign in to comment.