Skip to content

Commit

Permalink
Updated gitignore and updating compare plots
Browse files Browse the repository at this point in the history
  • Loading branch information
khyde committed Nov 8, 2023
1 parent 2ced187 commit 3939065
Show file tree
Hide file tree
Showing 64 changed files with 4,238 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ _*
/V**/PNG/
/V**/COMPOSITES/PSC/
/V**/PPREQ_EXTRACTS/**/MONTHLY*/
/V**/PPREQ_EXTRACTS/**/SUMS*/
#/V**/PPREQ_EXTRACTS/**/SUMS*/
/V*/SST/*
/V2022/**/*MODISA*
14 changes: 9 additions & 5 deletions IDL_PROGRAMS/soe_compare_versions.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
FOR R=0, N_ELEMENTS(PRDS)-1 DO BEGIN
APROD = PRDS[R]
CASE APROD OF
'CHLOR_A': YRG = [0.5,1.5]
'CHLOR_A': YRG = [0.6,1.4]
'PPD': YRG = [0.4,1.0]
ENDCASE

Expand All @@ -84,8 +84,8 @@
VERDAT = VERSTR.DIRS.DIR_PPREQ_EXTRACTS + 'NES_EPU_STATISTICAL_AREAS_NOEST' + SL + 'FINAL_MERGED_SUMS' + SL + 'MERGED_ANNUAL_SUM-NES_EPU_STATISTICAL_AREAS_NOEST-PPD-VGPM2_CHLOR_A-CCI-STATS-' + VERYEAR + '.SAV'
TYPES = 'PP_REQUIRED'
PERIODS = 'A'
CLRS = ['BLUE','RED','CYAN','ORANGE','BLACK']
THICK = 6
CLRS = ['BLUE','RED','CYAN','MAGENTA','BLACK']
THICK = 4
CASE APROD OF
'CHLOR_A': PLOT_STAT = 'ANNUAL_MEAN'
'PPD': PLOT_STAT = 'ANNUAL_MEAN'
Expand Down Expand Up @@ -154,13 +154,17 @@
AX.TICKNAME[0] = '' & AX.TICKNAME[-1] = ''

FOR S=0, N_ELEMENTS(SETS)-1 DO BEGIN
CASE OUTPUT_FILES[F] OF
'SOE_MAIN': THCK = THICK-S*2
'PP_REQUIRED': THCK = THICK
ENDCASE
ASET = ADAT[WHERE_SETS_SUBS(SETS[S])]
RDATA = GET_TAG(ASET,PLOT_STAT)
MDATE = DATE_2JD(['19980101',DP.YEAR+'1231'])
IF S EQ 0 THEN P0 = PLOT(MDATE,[MIN(RDATA),MAX(RDATA)],DIMENSIONS=[1200,600],/NODATA,POSITION=POSITION,XRANGE=AX.JD,YRANGE=YRG,XTICKNAME=AX.TICKNAME,XTICKVALUES=AX.TICKV,XMINOR=0,XSTYLE=1,YMAJOR=YYMJR,YTICKV=YTKS,YSTYLE=1,YTITLE=UNITS(APROD),TITLE=EPUS[E])
POS=P0.POSITION
PL = PLOT(PERIOD_2JD(ASET.PERIOD),RDATA,COLOR=CLRS[S],THICK=THICK-S*2,/OVERPLOT)
TXT = SYMBOL(POS[0]+0.06,POS[3]-0.06-(S*0.05),SYM_TEXT=SETS[S].VALUE,SYM_COLOR=CLRS[S],SYM_THICK=THICK-S*2,TARGET=P0,/NORMAL,FONT_SIZE=18)
PL = PLOT(PERIOD_2JD(ASET.PERIOD),RDATA,COLOR=CLRS[S],THICK=THck,/OVERPLOT)
TXT = SYMBOL(POS[0]+0.06,POS[3]-0.06-(S*0.05),SYM_TEXT=SETS[S].VALUE,SYM_COLOR=CLRS[S],SYM_THICK=THCK,TARGET=P0,/NORMAL,FONT_SIZE=18)
ENDFOR ; SETS

P0.SAVE, PNGFILE
Expand Down

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3939065

Please sign in to comment.