From f17678ddd98242cec35596154faea40a8b6d4a14 Mon Sep 17 00:00:00 2001 From: Teagan King <98482480+TeaganKing@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:28:32 -0700 Subject: [PATCH 1/2] Update instructions in link_to_ADF.ipynb --- nblibrary/atm/link_to_ADF.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nblibrary/atm/link_to_ADF.ipynb b/nblibrary/atm/link_to_ADF.ipynb index eb24678..64409cd 100644 --- a/nblibrary/atm/link_to_ADF.ipynb +++ b/nblibrary/atm/link_to_ADF.ipynb @@ -14,7 +14,7 @@ "1) Install ADF\n", "2) Use the `CUPiD/helper_scripts/generate_adf_config_file.py` script to generate an ADF config file based on a CUPiD configuration file.\n", " * `cd CUPiD/helper_scripts`\n", - " * `./generate_adf_config_file.py --cupid_file ../examples/external_diag_packages/config.yml --adf_template ../../ADF/config_amwg_default_plots.yaml --out_file ../../ADF_config.yaml`\n", + " * `generate_adf_config_file.py --cesm-root $CESM_ROOT --cupid-config-loc ../examples/external_diag_packages --adf-template ../../ADF/config_amwg_default_plots.yaml`\n", "4) Run ADF with the newly created configuration file.\n", " * `cd ../../ADF`\n", " * `./run_adf_diag ../ADF_config.yaml`" From 1821c238f11d3a7fc65490943272af59fdc60755 Mon Sep 17 00:00:00 2001 From: Teagan King <98482480+TeaganKing@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:30:56 -0700 Subject: [PATCH 2/2] Update link_to_ADF.ipynb --- nblibrary/atm/link_to_ADF.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nblibrary/atm/link_to_ADF.ipynb b/nblibrary/atm/link_to_ADF.ipynb index 64409cd..1f2dc52 100644 --- a/nblibrary/atm/link_to_ADF.ipynb +++ b/nblibrary/atm/link_to_ADF.ipynb @@ -14,7 +14,7 @@ "1) Install ADF\n", "2) Use the `CUPiD/helper_scripts/generate_adf_config_file.py` script to generate an ADF config file based on a CUPiD configuration file.\n", " * `cd CUPiD/helper_scripts`\n", - " * `generate_adf_config_file.py --cesm-root $CESM_ROOT --cupid-config-loc ../examples/external_diag_packages --adf-template ../../ADF/config_amwg_default_plots.yaml`\n", + " * `./generate_adf_config_file.py --cesm-root $CESM_ROOT --cupid-config-loc ../examples/external_diag_packages --adf-template ../../ADF/config_amwg_default_plots.yaml`\n", "4) Run ADF with the newly created configuration file.\n", " * `cd ../../ADF`\n", " * `./run_adf_diag ../ADF_config.yaml`"