ifc2ca major update - todo: update readme file

This commit is contained in:
Ioannis P. Christovasilis
2024-01-18 12:53:31 +01:00
parent d42e19f491
commit b33378e135
20 changed files with 2680 additions and 2237 deletions
+13
View File
@@ -0,0 +1,13 @@
P actions make_etude
P memory_limit {{ allocated_memory }}
P time_limit {{ time_limit }}
P version stable
F comm {{ model_name }}_{{ run_label }}.comm D 1
F libr {{ model_name }}.med D 20
F mess {{ model_name }}_{{ run_label }}.mess R 6
{%- if "LC" in cases %}
F rmed {{ model_name + "_LC" }}.rmed R 80
{%- endif %}
{%- if "COMB" in cases %}
F rmed {{ model_name + "_COMB" }}.rmed R 81
{%- endif %}