esm-tools / esm_tools

Simple Infrastructure for Earth System Simulations
https://esm-tools.github.io/
GNU General Public License v2.0
25 stars 12 forks source link

choose different namelist.recom depending on setup #646

Closed denizural closed 2 months ago

denizural commented 2 years ago

Discussed in https://github.com/esm-tools/esm_tools/discussions/644

Originally posted by **chrisdane** April 21, 2022 Hi The default behavior of ``` configs/components/recom/recom.yaml: config_sources: recom: "${namelist_dir}/namelist.recom" ``` needs to be changed depending on the setup in which recom is used: If the setup is awicm-1.0-recom (i.e. fesom+recom+echam), a specific namelist.recom should be used. If the setup is fesom-recom (i.e. fesom+recom), another namelist.recom should be used. Both namelists are provided in the recom repository, i.e. the model directory. I dont know how to do that. Should this go into recom.yaml or awicm_recom.yaml or fesom-recom.yaml or a completely different place? I tried this and it works: [12e95950](https://github.com/esm-tools/esm_tools/commit/12e95950857853682b4cc806db68666a86e9c3b7). But now a user provided `further_reading` is not on top of the priority chain and is ignored in the finished config: ![image](https://user-images.githubusercontent.com/26486859/164499404-20cae2ec-047b-4371-8a1e-631ba5167c30.png) Thanks for help (is this the right place?) Chris
github-actions[bot] commented 3 months ago

This issue has been inactive for the last 365 days. It will now be marked as stale and closed after 30 days of further inactivity. Please add a comment to reset this automatic closing of this issue or close it if solved.