-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig_noresm_template_base.yaml
More file actions
204 lines (192 loc) · 5.52 KB
/
Copy pathconfig_noresm_template_base.yaml
File metadata and controls
204 lines (192 loc) · 5.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
user: '<user name>'
case: '<case name>'
nick: '<case nickname>'
case_base: '<baseline case>'
nick_base: '<baseline nickname>'
# basic diagnostic info
diag_basic_info:
compare_obs: false
global_mean_ts_full_range: true
obs_source: "ERA5_1deg" # match an obs_name; omit to use each variable's default
create_html: true
bandpass_var: Z500 # field to bandpass-filter for storm tracks (optional; default Z500)
defaults_overlay_file: adf_variable_defaults_noresm.yaml
obs_data_loc: /nird/datalake/NS16000B/ADF-obs
cam_regrid_loc: /scratch/${user}/noresm3/${diag_cam_climo.cam_case_name}/atm/proc/tseries/regrid
cam_overwrite_regrid: false
cam_se_grid: ne16
cam_se_weight_file_ne16: /nird/datalake/NS9560K/diagnostics/land_xesmf_diag_data/map_ne16pg3_to_1.9x2.5_nomask_scripgrids_c250425.nc
cam_se_weight_file_ne30: /nird/datalake/NS9560K/diagnostics/land_xesmf_diag_data/map_ne30pg3_to_1x1d_aave.nc
cam_diag_plot_loc: /nird/datalake/NS9560K/www/diagnostics/noresm/${user}/${case}/ADF
plot_press_levels: [200,500,850]
central_longitude: 180
num_procs: 8
redo_plot: true
# info for target diagnostic case
diag_cam_climo:
hist_str: cam.h0a
calc_cam_climo: true
cam_overwrite_climo: false
cam_case_name: ${case}
case_nickname: ${nick}
cam_hist_loc: /nird/datalake/NS9560K/noresm3/cases/${diag_cam_climo.cam_case_name}/atm/hist
cam_climo_loc: /scratch/${user}/noresm3/ADF/${diag_cam_climo.cam_case_name}/atm/proc/climo
start_year: <fill this in>
end_year: <fill this in>
cam_ts_done: false
cam_ts_save: true
cam_overwrite_ts: false
cam_ts_loc: /scratch/${user}/noresm3/ADF/${diag_cam_climo.cam_case_name}/atm/proc/tseries
tem_hist_str: cam.h4
cam_tem_loc: /scratch/${user}/noresm3/ADF/${diag_cam_climo.cam_case_name}/tem/
overwrite_tem: false
bandpass_hist_str: cam.h1a # NEW: daily stream containing Z500
# info for baseline compare if not comparing to observations
diag_cam_baseline_climo:
hist_str: cam.h0a
calc_cam_climo: true
cam_overwrite_climo: false
cam_case_name: ${case_base}
case_nickname: ${nick_base}
cam_hist_loc: /nird/datalake/NS9560K/noresm3/cases/${diag_cam_baseline_climo.cam_case_name}/atm/hist
cam_climo_loc: /scratch/${user}/noresm3/ADF/${diag_cam_baseline_climo.cam_case_name}/atm/proc/climo
start_year: <fill this in>
end_year: <fill this in>
cam_ts_done: false
cam_ts_save: false
cam_overwrite_ts: false
cam_ts_loc: /scratch/${user}/noresm3/ADF/${diag_cam_baseline_climo.cam_case_name}/atm/proc/tseries
tem_hist_str: cam.h4
cam_tem_loc: /scratch/${user}/noresm3/ADF/${diag_cam_baseline_climo.cam_case_name}/tem/
overwrite_tem: false
bandpass_hist_str: cam.h1a # NEW: daily stream containing Z500
# don't run cvdp
diag_cvdp_info:
cvdp_run: false
# don't run mdtf
diag_mdtf_info:
mdtf_run: false
# any of the scripts in scripts/averaging without the .py extension
time_averaging_scripts:
- create_climo_files
# any of the scripts in scripts/regridding without the .py extension
regridding_scripts:
- regrid_and_vert_interp
# any of the scripts in scripts/analysis without the .py extension
analysis_scripts:
- amwg_table
- bandpass_filter
#- ENSO_acrossRuns
#- aerosol_gas_tables
# any of the scripts in scripts/plotting without the .py extension
plotting_scripts:
- global_mean_timeseries
- global_latlon_map
- zonal_mean
- meridional_mean
- cam_taylor_diagram
- bandpass_map # NEW: storm-track maps
# - global_latlon_vect_map
# - polar_map
# - qbo
# - ozone_diagnostics
# - enso_comparison_plots
# - tape_recorder
# - tem
# - regional_map_multicase #To use this please un-comment and fill-out
#the "region_multicase" section below
# variables to diagnose and plot
diag_var_list:
- AODVIS
- mmr_BC
- mmr_DUST
- mmr_OM
- mmr_SALT
- mmr_SULFATE
# - D550_BC
# - D550_DU
# - D550_POM
# - D550_SO4
# - D550_SS
- cb_SULFATE
- cb_isoprene
- cb_monoterp
- cb_DUST
- cb_DMS
- cb_BC
- cb_OM
- cb_H2O2
- cb_H2SO4
- cb_SALT
- cb_SO2
- SFmonoterp
- SFisoprene
- SFSS
- SFSO4
- SFSO2_net
- SFOM
- SFBC
- SFDMS
- SFH2O2
- SFH2SO4
- CLDHGH
- CLDICE
- CLDLIQ
- CLDLOW
- CLDMED
- CLDTOT
- CLOUD
- RESTOM
- ALBEDOSURF
- TOTCF
- FLNS
- FLNSC
- FLNT
- FLNTC
- FLUS
- FLDS
- FSDS
- FSDSC
- FSNS
- FSNT
- FSNTC
- FSUS
- LHFLX
- LWCF
- PBLH
- PRECT
- PS
- PSL
- QFLX
- RELHUM
- SHFLX
- SWCF
- T
- TAUX
- TAUY
- TGCLDIWP
- TGCLDLWP
- TMQ
- TREFHT
- TS
- U
- U10
- ICEFRAC
- OCNFRAC
- LANDFRAC
- ALBEDO
- ALBEDOC
# <Add more variables here.>
# Options for multi-case regional contour plots (./plotting/regional_map_multicase.py)
# for region_time_option - if calendar, will look for specified years, if zeroanchor
# will use a nyears starting from year_offset from the beginning of timeseries
# region_multicase:
# region_spec: [slat, nlat, wlon, elon]
# region_time_option: <calendar | zeroanchor>
# region_start_year:
# region_end_year:
# region_nyear:
# region_year_offset:
# region_month: <NULL means look for season>
# region_season: <NULL means use annual mean>
# region_variables: <list of variables to try to use; allows for a subset of the total diag variables>