Changeset 32042
- Timestamp:
- Aug 4, 2011, 4:28:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippScripts/scripts/lap_science.pl
r31999 r32042 689 689 my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]); 690 690 my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}"; 691 my $data_group = "${label}.${proj_cell}.quick.${ date}";691 my $data_group = "${label}.${proj_cell}.quick.${lap_id}"; 692 692 693 693 my $command = "$stacktool "; … … 772 772 my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]); 773 773 my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}"; 774 my $data_group = "${label}.${proj_cell}.final.${ date}";774 my $data_group = "${label}.${proj_cell}.final.${lap_id}"; 775 775 776 776 my $command = "$stacktool "; … … 853 853 my $workdir_date = sprintf("%4d/%02d/%02d",$utctime[5],$utctime[4],$utctime[3]); 854 854 my $workdir = "neb://\@HOST\@.0/${dbname}/${label}/${workdir_date}"; 855 my $data_group = "${label}.${proj_cell}.final.${ date}";855 my $data_group = "${label}.${proj_cell}.final.${lap_id}"; 856 856 857 857 my $command = "$stacktool ";
Note:
See TracChangeset
for help on using the changeset viewer.
