A variable's time series generates, but the E3SM Diags area_mean_time_series plots don't generate #619
-
Question criteria
What is the deadline?Not given Describe your questionFrom @evasinha Default EAM area mean time series plots, generated using zppy: https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3/e3sm_diags/atm_monthly_180x360_aave/model_vs_obs_2071-2090/viewer/area_mean_time_series/index.html Cfg used: /home/ac.eva.sinha/E3SM-GCAM-GMD-2023/workflow/e3sm_diags/post.20240730.ZATM.chrysalis.cfg Request: add more variables to the E3SM Diags area mean time series viewer. In particular, generate FLNT time series plots. The Are there are any possible answers you came across?No response What machine were you running on?Chrysalis EnvironmentNot given What command did you run?zppy -c /home/ac.eva.sinha/E3SM-GCAM-GMD-2023/workflow/e3sm_diags/post.20240730.ZATM.chrysalis.cfg Copy your cfg file[default]
input = /lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3
output = /lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3
case = 20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3
www = '/lcrc/group/e3sm/public_html/diagnostic_output/ac.eva.sinha'
partition = compute
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
[climo]
active = True
years = "2071:2090:20",
walltime = "1:00:00"
[[ atm_monthly_180x360_aave ]]
input_subdir = "run"
input_files = "eam.h0"
mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc
frequency = "monthly"
[[ land_monthly_180x360_aave ]]
input_subdir = "run"
input_files = "elm.h0"
mapping_file = "/lcrc/group/e3sm/public_html/diagnostics/maps/map_192x288_to_cmip6_180x360_aave.20240220.nc"
frequency = "monthly"
[ts]
active = True
years = "2071:2090:20",
walltime = "1:00:00"
[[ atm_monthly_180x360_aave ]]
input_subdir = "run"
input_files = "eam.h0"
mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc
frequency = "monthly"
[[ land_monthly_180x360_aave ]]
input_subdir = "run"
input_files = "elm.h0"
mapping_file = "/lcrc/group/e3sm/public_html/diagnostics/maps/map_192x288_to_cmip6_180x360_aave.20240220.nc"
frequency = "monthly"
vars = "SOILICE,SOILLIQ,SOILICE,QOVER,QRUNOFF,QINTR,QVEGE,QSOIL,QSOIL,QVEGT,TSOI,LAISHA,LAISUN,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,WOOD_HARVESTC,LITFALL,LITTERC_LOSS,LITTERC_HR,CWDC_HR,TOTVEGC,NBP,GPP,AR,HR"
extra_vars = "landfrac"
[e3sm_diags]
active = True
run_type = "model_vs_model"
walltime = "2:00:00"
years = "2071:2090:20",
ts_num_years = 20
ts_num_years_ref = 20
ref_start_yr = 2071
ref_end_yr = 2090
ref_final_yr = 2090
multiprocessing = True
num_workers = 8
short_name = 'With feedbacks'
[[ atm_monthly_180x360_aave ]]
ref_name = 20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks
short_ref_name = 'Without feedbacks'
diff_title = 'With feedbacks - Without feedbacks'
grid = '180x360_aave'
reference_data_path = '/lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks/post/atm/180x360_aave/clim'
reference_data_path_ts = '/lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks/post/atm/180x360_aave/ts/monthly'
sets = "lat_lon","area_mean_time_series",'polar',
output_format_subplot = "pdf",
[[ land_monthly_180x360_aave ]]
ref_name = 20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks
short_ref_name = 'Without feedbacks'
diff_title = 'With feedbacks - Without feedbacks'
grid = '180x360_aave'
reference_data_path = '/lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks/post/lnd/180x360_aave/clim'
reference_data_path_ts = '/lcrc/group/e3sm/ac.eva.sinha/20240730_SSP245_ZATM_BGC_ne30pg2_f09_oEC60to30v3_without_feedbacks/post/lnd/180x360_aave/ts/monthly'
sets = "lat_lon","area_mean_time_series"
output_format_subplot = "pdf", What jobs are failing?None What stack trace are you encountering?No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@evasinha I can add |
Beta Was this translation helpful? Give feedback.
-
Initial AnalysisErrors
shows a lot of errors like:
What variables are being processed?
That is, by default, So why isn't E3SM Diags also processing E3SM Diags bash fileBased on this block:
we know we're running
=>
=>
Remember, we know the data exists at So, it looks like the file linking is getting the correct directory. So, why isn't E3SM Diags picking up |
Beta Was this translation helpful? Give feedback.
@evasinha I can add
FLNT
to E3SM Diags, this require a code change of E3SM Diags. I will add this change. Alternatively, zppy already support global time-series output from this recent e3sm_unified deployment, @forsyth2 should be able to give instruction on add the global time-series task in the zppy config file.