climo — Climatology Files
The climo task generates climatology files from E3SM simulation output
using NCO’s ncclimo. It produces time-averaged files (monthly and/or
seasonal means) over a specified set of years, optionally regridding the
output to a target grid.
Climatology files produced by climo are required inputs for the
e3sm_diags — E3SM Diagnostics task.
Configuration example
[climo]
active = True
nodes = 4
years = 1:100:20
[[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,CLDTOT
Parameters
The following parameters are specific to the climo task. In addition,
all common parameters from the [default] section apply.
Parameter |
Required |
Default |
Description |
|---|---|---|---|
|
No |
|
Set to |
|
No |
|
Set to |
|
No |
|
The |
|
No |
|
Number of compute nodes. Overrides the |
|
No |
|
Number of simultaneous |
|
No |
|
Variables to process. An empty string processes all variables (no
|
|
No |
|
Model component that generated the input files (e.g., |
Inherited common parameters most relevant to climo
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 (e.g., |
|
No |
|
Subdirectory under |
|
No |
|
Path to the mapping (regridding) file. Leave empty for no regridding. |
|
No |
|
Name of the output grid (e.g., |
|
No |
|
Maximum wall time for the SLURM job. |
|
No |
|
SLURM partition to submit the job to. |
|
No |
|
SLURM account to charge. |
|
No |
|
Shell commands to set up the software environment before running the
task (e.g., |