Skip to content

Commit

Permalink
get the partial year first
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 committed Dec 11, 2023
1 parent 8cbb7d2 commit 24b061d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions stata_code/data_extraction_processing/extraction_wrapper.do
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
/* after running do $BLAST_MRIP */
/* get the mass location data from oracle */

do ${extraction_code}/get_ma_allocation.do


/* copying over full years of data */
global yearlist 2019(1)2022
global wavelist 1(1)6

do ${extraction_code}/copy_over_raw_mrip.do

*do ${extraction_code}/get_ma_allocation.do


/* copying over partial years of data */
global yearlist 2023(1)2023
*global wavelist 1(1)5
global wavelist 1(1)4
global wavelist 5(1)1
*global wavelist 1(1)4

do ${extraction_code}/copy_over_raw_mrip.do

/* copying over full years of data */
global yearlist 2019(1)2022
global wavelist 1(1)6

do ${extraction_code}/copy_over_raw_mrip.do

0 comments on commit 24b061d

Please sign in to comment.