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

Fix/resolve early vars #1159

Open mandresm opened 5 months ago

mandresm commented 5 months ago

Hi @chrisdane (and @nwieters):

This is an unpolished fix that solves the fact that you were still required to define the fesom.version in your runscript and/or fesom.with_recom in your runscirpt. Unpolished means, it's working but is missing documentation and an esthetic cleanup, but you can merge it right away and start using it, just press "Merge".

With this fix you can now remove those variables from your runscript and the only thing you need to specify is your awicm3 version:

your runscript

general:
    version: "v3.1.2-recom"

In the same way, this should allow you to do esm_master get-awicm3-v3.1.2-recom and you should get the branch of fesom origin/awicm-3-recom (after the esm_master command cd awicm3-v3.1.2-recom/fesom-2.0 and git status).