ts — Time Series Files
The ts task generates per-variable time-series files from E3SM
simulation output using NCO’s ncclimo. It produces one file per variable
covering a specified year range. Time-series files produced by ts are
required inputs for the e3sm_diags — E3SM Diagnostics, global_time_series — Global Time Series Plots,
e3sm_to_cmip — CMIP6 Conversion, ilamb — Land Benchmarking, and pcmdi_diags — PCMDI Metrics tasks.
Configuration example
[ts]
active = True
years = 1:100:10
[[atm_monthly_180x360_aave]]
input_files = eam.h0
input_subdir = archive/atm/hist
mapping_file = /path/to/map_ne30pg2_to_cmip6_180x360_aave.nc
grid = 180x360_aave
vars = FSNTOA,FLUT,FSNT,FLNT,FSNS,FLNS,SHFLX,QFLX,TS,TREFHT
[[land_monthly]]
input_files = elm.h0
input_subdir = archive/lnd/hist
input_component = elm
mapping_file = /path/to/map_r05_to_cmip6_180x360_aave.nc
grid = 180x360_aave
Parameters
The following parameters are specific to the ts task.
Parameter |
Required |
Default |
Description |
|---|---|---|---|
|
No |
|
Set to |
|
No |
|
Name of the area variable in the input files. |
|
No |
|
Days per file (for daily or sub-daily data). |
|
No |
|
Additional variables to include alongside the primary |
|
No |
|
Number of simultaneous |
|
No |
|
Time-steps per day (for sub-daily data, e.g., |
|
No |
|
Model component that generated the input files (e.g., |
|
No |
|
Variables to additionally regrid from model levels to pressure levels
after generating time-series files. Output is written to a sibling
|
|
No |
|
Path to the target vertical grid file (pressure levels) for
|
|
No |
|
Path to the source vertical coordinate file for |
Inherited common parameters most relevant to ts
Parameter |
Required |
Default |
Description |
|---|---|---|---|
|
Yes |
(none) |
The case name of the simulation. |
|
Yes |
(none) |
The top-level directory of the simulation output to post-process. |
|
Yes |
(none) |
Where the post-processing results ( |
|
No |
|
Year ranges to process. Format: |
|
No |
|
Pattern matching the input history files. |
|
No |
|
Subdirectory under |
|
No |
|
Path to the mapping (regridding) file. Leave empty for no regridding. |
|
No |
|
Name of the output grid (e.g., |
|
No |
|
Variables to process. An empty string processes all variables. |
|
No |
|
Maximum wall time for the SLURM job. |
|
No |
|
SLURM partition to submit the job to. |
|
No |
|
SLURM account to charge. |