Skip to content

Commit

Permalink
fixed issues with the climatological stats and PSC fractions
Browse files Browse the repository at this point in the history
  • Loading branch information
khyde committed Mar 7, 2024
1 parent bd7bb86 commit aacfd9b
Show file tree
Hide file tree
Showing 119 changed files with 114,992 additions and 205,454 deletions.
2 changes: 1 addition & 1 deletion IDL_PROGRAMS/soe_main.pro
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
IF KEYWORD_SET(MAKE_NETCDFS) THEN STOP;SOE_NETCDFS, VER
IF KEYWORD_SET(DATA_EXTRACTS) THEN BEGIN & PROJECT_SUBAREA_EXTRACT, VERSTR & SOE_EXTRACTS_2LONGFORM, VERSTR, DIR_DATA=DIR_OUT & ENDIF
IF KEYWORD_SET(PP_REQ_EXTRACTS) THEN BEGIN & SOE_PP_REQUIRED, VERSTR & SOE_EXTRACTS_2LONGFORM, VERSTR, DIR_DATA=DIR_OUT,/PPREQUIRED & ENDIF
IF KEYWORD_SET(PHYSIZE_PLOTS) THEN SOE_PHYTOSIZE_PLOT, VER, BUFFER=0
IF KEYWORD_SET(PHYSIZE_PLOTS) THEN SOE_PHYTOSIZE_PLOT, VER, BUFFER=1
IF KEYWORD_SET(PHYSIZE_COMPOSITES) THEN STOP ;SOE_PHYTOSIZE_COMPOSITES, VER, BUFFER=1
IF KEYWORD_SET(WEEKLY_PLOTS) THEN SOE_WEEKLY_PLOTS, VER, BUFFER=BUFFER
IF KEYWORD_SET(STACKED_TIMESERIES) THEN SOE_STACKED_TIMESERIES_PLOT, VERSTR, BUFFER=1
Expand Down
6 changes: 3 additions & 3 deletions IDL_PROGRAMS/soe_phytosize_plot.pro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
'V2021': BEGIN & COMP_PERIOD=['ANNUAL'] & PLOT_PERIOD=['WEEK','MONTH'] & MOV_PERIOD = ['WEEK','MONTH'] & END
'V2022': BEGIN & COMP_PERIOD=['ANNUAL'] & PLOT_PERIOD=['WEEK','W','M'] & MOV_PERIOD = ['WEEK','MONTH'] & END
'V2023': BEGIN & COMP_PERIOD=['ANNUAL'] & PLOT_PERIOD=['WEEK','W','M'] & MOV_PERIOD = ['WEEK','MONTH'] & END
'V2024': BEGIN & COMP_PERIOD=['ANNUAL'] & PLOT_PERIOD=['WEEK','W','M'] & MOV_PERIOD = ['WEEK','MONTH'] & END
'V2024': BEGIN & COMP_PERIOD=['ANNUAL'] & PLOT_PERIOD=['W','M','WEEK'] & MOV_PERIOD = ['WEEK','MONTH'] & END
ENDCASE

FOR R=0, N_ELEMENTS(PLOT_PERIOD)-1 DO BEGIN
Expand Down Expand Up @@ -127,7 +127,7 @@

IF KEYWORD_SET(CLIM) THEN YSET = PER_STRUCT ELSE YSET = PER_STRUCT[WHERE(DP.YEAR_START EQ YR)]
IF I EQ 1 THEN YSET = CLIM_STRUCT
OSET = PER_STRUCT[WHERE(DP.YEAR_START EQ YR)]
OSET = PER_STRUCT[WHERE(DP.YEAR_START EQ YR,/NULL)] & IF KEYWORD_SET(CLIM) THEN OSET = YSET

NPLOTS = N_ELEMENTS(NAMES)
FONTSIZE = 12
Expand Down Expand Up @@ -174,7 +174,7 @@
YMICRO = MST.MED/YTOT & MICRO = OMST.MED/TOT
YNANO = NST.MED/YTOT & NANO = ONST.MED/TOT
YPICO = PST.MED/YTOT & PICO = OPST.MED/TOT

if n eq 2 and i eq 1 then p, ymicro[0:5]
BOT = REPLICATE(0.0,N_ELEMENTS(MDT))
MY = [BOT,REVERSE(YMICRO)]
NY = [YMICRO,REVERSE(YMICRO+YNANO)]
Expand Down
12,852 changes: 6,564 additions & 6,288 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

14,032 changes: 7,016 additions & 7,016 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

13,824 changes: 6,912 additions & 6,912 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

12,688 changes: 5,668 additions & 7,020 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

12,684 changes: 5,668 additions & 7,016 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

12,676 changes: 5,664 additions & 7,012 deletions ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv → ...STUARIES-SOE_PHYTOPLANKTON-SOE_FORMAT.csv
100755 → 100644

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit aacfd9b

Please sign in to comment.