{ "cells": [ { "cell_type": "raw", "id": "d646b2ff-5423-4c46-a8a7-f307af5c13aa", "metadata": {}, "source": [ "
" ] }, { "cell_type": "markdown", "id": "d8c7126f-826d-4cdb-8017-ac667a1be951", "metadata": {}, "source": [ "# CAM vs CAM\n", "\n", "The test (experiment) case is f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001
The baseline (control) case is f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001
Next open this new copy in your favorite editor:\n", " \n", " emacs config_model_vs_model_example.yaml\n", "\n", "Here we will do just a couple of changes for the output paths and cases/climo years\n", "
\n", "\n", "\n", "##### Subsections\n", "\n", "\n", "\n", "A quick refresher of the different sections in this yaml file. The highlighted scetions will be ones we will change variables in for this example.\n", "\n", "Note
\n", "Change only the variables listed in each highlighted subsection below and leave all the other variables in the conifg file as they are by default
\n", " user
: richling (YOUR-USER-NAME)
diag_loc
: /glade/scratch/${user}/ADF
hist_path
: /glade/scratch/richling/ADF/tutorials/data
Attention
\n", "This is meerly a suggestion of how to configure the locations of all the files and diagnostic plots. We will stick to this convention for this tutorial, but please feel free to setup your ADF diagnsotics paths/hieracrhy in anyway that makes sense for your actual needs!
\n", " cam_regrid_loc
: ${diag_loc}/regrid
cam_diag_plot_loc
: ${diag_loc}/plots
cam_case_name
: f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001
cam_hist_loc
: ${hist_path}/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001
cam_climo_loc
: ${diag_loc}/climo/{diag_cam_climo.cam_case_name}
start_year
: 1995
end_year
: 2000
cam_ts_loc
: ${diag_loc}/ts/{diag_cam_climo.cam_case_name}
cam_case_name
: f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001
cam_hist_loc
: ${hist_path}/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001
cam_climo_loc
: ${diag_loc}/climo/{diag_cam_baseline_climo.cam_case_name}
start_year
: 1995
end_year
: 2000
cam_ts_loc
: ${diag_loc}/ts/{diag_cam_baseline_climo.cam_case_name}
/glade/scratch/<user>/ADF/adf_tutorial/data/regrid/
/glade/scratch/<user>/ADF/adf_tutorial/plots
The ADF will output a new directory in the above location named:
\n", "\n", " f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001_1995_2000_vs_f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001_1995_2000/
/glade/scratch/<user>/ADF/adf_tutorial/data/climo/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001
/glade/scratch/<user>/ADF/adf_tutorial/data/climo/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001
/glade/scratch/<user>/ADF/adf_tutorial/data/ts/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_non-ogw.001
/glade/scratch/<user>/ADF/adf_tutorial/data/ts/f.cam6_3_106.FLTHIST_v0a.ne30.dcs_effgw_rdg.001