From c6a8aab7113cb8ce5690e068d209f8f354ffe170 Mon Sep 17 00:00:00 2001 From: Courtney Peverley Date: Thu, 19 Dec 2024 14:12:38 -0700 Subject: [PATCH] update cam-sima-docs doc --- docs/conversion/run-cam-sima.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conversion/run-cam-sima.md b/docs/conversion/run-cam-sima.md index 4cfaf08..479c694 100644 --- a/docs/conversion/run-cam-sima.md +++ b/docs/conversion/run-cam-sima.md @@ -71,7 +71,8 @@ Once you have successfully run CAM-SIMA and all answer changes have either accep !!! Warning "timestep discrepancy" The cam_snapshot file will be written starting with the second timestep, so your **CAM** run will need to advance past the first timestep before you can start comparing. -- If you find that you have to comment out pieces of code in CAM to get your snapshot tests to work (not ideal, but has happened a few times!), be sure to commit your source mods to the [CAM-SIMA backups](https://github.com/NCAR/CAM-SIMA_backups) repository. +- If you find that you have to comment out pieces of code in CAM to get your snapshot tests to work (not ideal, but has happened a few times!), be sure to commit your source mods to a new subdirectory in cam_snapshot_src_mods in the [CAM-SIMA backups](https://github.com/NCAR/CAM-SIMA_backups) repository. + - Make sure to revert those changes before running your final CAM regression tests!!! - If you run into a "tip" that should be added here, please confer with the other CAM SEs to get it added to the documentation!!