Skip to content

Commit

Permalink
Bring ADF example into key_metrics
Browse files Browse the repository at this point in the history
This configuration does not work as expected -- there are no plots generated. I
think it might be due to the fact that 092 is output on the native grid
(atm/hist/regrid/ has history files on the FV grid if we can point ADF to it)
  • Loading branch information
mnlevy1981 committed Nov 20, 2024
1 parent 33e9705 commit 04200ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
externals
*/ADF_output
12 changes: 12 additions & 0 deletions examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ compute_notebooks:
regridded_output: False # it looks like output is already on f09 grid, didn't need to regrid time-series file
base_regridded_output: True
validation_path: '/glade/campaign/cesm/development/cross-wg/diagnostic_framework/nmse_validation/fv0.9x1.25'
link_to_ADF:
kernel_name: cupid-dev
parameter_groups:
none:
adf_root: ../../external_diag_packages/ADF/
case_year_range: "1_100"
base_case_year_range: "1_100"
external_tool:
tool_name: 'ADF'
vars: ['PRECT', 'SST']
plotting_scripts: ["global_latlon_map", "global_latlon_vect_map"]

glc:
Greenland_SMB_visual_compare_obs:
Expand Down Expand Up @@ -189,6 +200,7 @@ book_toc:
- caption: Atmosphere
chapters:
- file: atm/Global_PSL_NMSE_compare_obs_lens
- file: atm/link_to_ADF

# - caption: Ocean
# chapters:
Expand Down
1 change: 1 addition & 0 deletions helper_scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.yml

0 comments on commit 04200ef

Please sign in to comment.