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
Copy file name to clipboardExpand all lines: CONFIG_REFERENCE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ Settings shared by all runs.
111
111
|`central_longitude`| optional |`180`| Center longitude for lat/lon maps. |
112
112
|`num_procs`| optional |`1`| Processors for parallel steps. `"*"` = all on the node. Does **not** affect SE regrid (that runs serially). |
113
113
|`redo_plot`| optional |`false`|`true` = remake plots even if they exist. |
114
+
|`global_mean_ts_full_range`| optional |`false`|`true` = also generate time series over the **full available year range** (2-D variables only) for the `global_mean_timeseries` drift plot, so its model line(s) span the whole run rather than just the `start_year`–`end_year` climo window. Only takes effect when `global_mean_timeseries` is in `plotting_scripts`; applies to the test case(s) and the baseline (skipped for obs, which has no time series). Cases whose full range already equals the climo range are reused (no extra pass). The full-range series are written to a sibling `s<start>-e<end>` subdirectory of `cam_ts_loc`. |
0 commit comments