You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update the definition of the variable list to be flexible for ploting
and viewer
This comment contains update in the default.ini interms of the
definition of "vars" in pcmdi diagnostic sections. I now explicitly
defined "clim_vars", "mova_vars", "movc_vars" and "enso_vars" to
explicitly pass the needed variables for corresponding diagnostics in
pcmdi. This will be later on used to process the viewer page
The corresponding changes were also made in pcmdi_diags.bash to accept
the new variables defined in .cfg files and default.ini
# rltcre and rstcre are derived variables as they are not included in cmip_ts
69
-
vars = "pr,prw,psl,rlds,rldscs,rltcre,rstcre,rsus,rsuscs,rlus,rlut,rlutcs,rsds,rsdscs,rsdt,rsut,rsutcs,rtmt,sfcWind,tas,tauu,tauv,ts,ta-200,ta-850,ua-200,ua-850,va-200,va-850,zg-500"
# zppy will then set it to match `figure_sets_period`
432
432
# For other plots, zppy will set it to match `years`, if not specified
433
433
ref_years = string_list(default=list(""))
434
-
# Variables to be used by the pcmdi diagnostics
435
-
# mean_climate AND synthetic_plots: vars = "pr,prw,psl,rlds,rldscs,rltcre,rstcre,rlut,rlutcs,rsds,rsdscs,rsdt,rsus,rsuscs,rlus,rsut,rtmt,sfcWind,tas,tauu,tauv,ts,ta-200,ta-850,ua-200,ua-850,va-200,va-850,zg-500"
436
-
# variability_modes_atm: vars = "psl"
437
-
# variability_modes_cpl: vars = "ts"
438
-
# enso: vars = "psl,pr,prsn,ts,tas,tauu,tauv,hflx,hfss,rlds,rsds,rlus,rlut,rsdt"
439
-
# Default setup is for mean_climate:
440
-
vars = string(default="pr,prw,psl,rlds,rldscs,rltcre,rstcre,rlut,rlutcs,rsds,rsdscs,rsdt,rsus,rsuscs,rlus,rsut,rtmt,sfcWind,tas,tauu,tauv,ts,ta-200,ta-850,ua-200,ua-850,va-200,va-850,zg-500")
0 commit comments