Skip to content

Commit

Permalink
added the missing PSC data
Browse files Browse the repository at this point in the history
  • Loading branch information
khyde committed Feb 27, 2025
1 parent 47405ee commit e43f5b2
Show file tree
Hide file tree
Showing 752 changed files with 220,078 additions and 40,041 deletions.
2 changes: 1 addition & 1 deletion IDL_PROGRAMS/soe_main.pro
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
IF VERSTR.INFO.YEAR GE '2023' THEN BEGIN

IF KEYWORD_SET(DATA_UPDATE) THEN BEGIN
BATCH_DATASET, 'MUR', /NC_2STACKED,/DOWNLOAD_FILES,/DO_STATS, STAT_PERIODS=VERSTR.INFO.STAT_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS
BATCH_DATASET, 'OCCCI',/NC_2STACKED, MAPS='L3B4', /DO_PSC, /DO_PPD, STAT_PRODS=['CHLOR_A-CCI'],/DO_STATS, /DO_ANOMS, STAT_PERIODS=VERSTR.INFO.STAT_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS;,/DOWNLOAD_FILES
BATCH_DATASET, 'GLOBCOLOUR', /NC_2STACKED, /DO_PSC,/DO_PPD, STAT_PRODS=['CHLOR_A-GSM','PPD-VGPM2'],/DO_STATS, /DO_ANOMS, /DOWNLOAD_FILES, DOWNLOAD_DATERANGE=['20231201',DATE_NOW()],STAT_PERIODS=VERSTR.INFO.STAT_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS
BATCH_DATASET, 'ACSPO',/DOWNLOAD_FILES, /NC_2STACKED, /DO_STATS, /DO_ANOMS, STAT_PERIODS=VERSTR.INFO.STAT_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS
BATCH_DATASET, 'ACSPONRT',/DOWNLOAD_FILES, /NC_2STACKED, /DO_STATS, /DO_ANOMS, STAT_PERIODS=VERSTR.INFO.STAT_TEMP_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS
; BATCH_DATASET, 'MUR', /NC_2STACKED,/DOWNLOAD_FILES,/DO_STATS, STAT_PERIODS=VERSTR.INFO.STAT_PERIODS, ANOM_PERIODS=VERSTR.INFO.ANOM_PERIODS
ENDIF

IF KEYWORD_SET(MAKE_NETCDFS) THEN STOP;SOE_NETCDFS, VER
Expand Down
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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e43f5b2

Please sign in to comment.