Skip to content

Commit

Permalink
add public date to bench data
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jul 10, 2024
1 parent 9e0226f commit b313ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ bench: bench1 bench2 bench3

## bench1: RSR benchmark: obsnum=33551
bench1:
$(TIME) SLpipeline.sh obsnum=33551 restart=1 linecheck=1 admit=$(ADMIT) meta=$(META)
$(TIME) SLpipeline.sh obsnum=33551 restart=1 linecheck=1 public=2020-12-31 admit=$(ADMIT) meta=$(META)
@bash -c 'source lmtoy_functions.sh ; printf_green_file etc/bench1.txt'
@echo "================================================================================================================="
@echo xdg-open $(WORK_LMT)/2014ARSRCommissioning/33551/README.html
Expand All @@ -357,7 +357,7 @@ bench1a:

## bench2: SEQ benchmark: obsnum=79448
bench2:
$(TIME) SLpipeline.sh obsnum=79448 restart=1 map_coord_use=1 maskmoment=$(ADMIT) admit=$(ADMIT) meta=$(META)
$(TIME) SLpipeline.sh obsnum=79448 restart=1 map_coord_use=1 public=2020-12-31 maskmoment=$(ADMIT) admit=$(ADMIT) meta=$(META)
@bash -c 'source lmtoy_functions.sh ; printf_green_file etc/bench2.txt'
@echo "========================================================================================"
@echo xdg-open $(WORK_LMT)/2018S1SEQUOIACommissioning/79448/README.html
Expand Down

0 comments on commit b313ca3

Please sign in to comment.