Skip to content

Commit

Permalink
Changed regression run time for global_4denvar from 10 to 20 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wx20jjung committed Feb 3, 2025
1 parent bcc9ef1 commit 6c3c669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ case $regtest in
topts[1]="0:10:00" ; popts[1]="12/8/" ; ropts[1]="/1"
topts[2]="0:10:00" ; popts[2]="12/10/" ; ropts[2]="/2"
elif [[ "$machine" = "Orion" ]]; then
topts[1]="0:10:00" ; popts[1]="12/8/" ; ropts[1]="/1"
topts[2]="0:10:00" ; popts[2]="12/12/" ; ropts[2]="/2"
topts[1]="0:20:00" ; popts[1]="12/8/" ; ropts[1]="/1"
topts[2]="0:20:00" ; popts[2]="12/12/" ; ropts[2]="/2"
elif [[ "$machine" = "Hercules" ]]; then
topts[1]="0:10:00" ; popts[1]="12/8/" ; ropts[1]="/1"
topts[2]="0:10:00" ; popts[2]="12/12/" ; ropts[2]="/2"
Expand Down

0 comments on commit 6c3c669

Please sign in to comment.