--update-filetype traces in the experiment #1134
-
|
@alxthor asked the following question via email and personal meeting:
The question is whether ESM-Tools keeps a trace in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @alxthor, I can confirm that the flag So I run a regular awicm3-v3.1 experiment ( That experiment used the binaries in Then I moved the For the second part of the test I ran In the third part of the test I am running Again, the expected behavior: now the fesom binaries in the 2 work folders ( If you do I will improve the documentation for the use of the flag: for example to update more than one file type (bin and config) one needs to do Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi @alxthor,
I can confirm that the flag
--update-filetypesleaves a trace in thefinished_config.yamlfile of the run that was resubmitted with that flag. Here the explanation of my tests:So I run a regular awicm3-v3.1 experiment (
/work/ab0995/a270152/alex) with runs:run_20000105-20000105run_20000106-20000106run_20000107-20000107run_20000108-20000108run_20000109-20000109That experiment used the binaries in
/work/ab0995/a270152/model_codes/awicm3-v3.1/binThen I moved the
fesom.xto afesom.x_old, add a comment to the fesom source code and recompile. Now I have two different fesom binary versions, thefesom.xwith the extra comment andfesom.x_oldthat was used on the first part of…