Skip to content

Commit

Permalink
Initial commit - fixed incorrect definition of marine_models in 3dfga…
Browse files Browse the repository at this point in the history
…t_cycle (#448)

Co-authored-by: Doruk Ardağ <[email protected]>
  • Loading branch information
mranst and Dooruk authored Oct 25, 2024
1 parent 7bbc08a commit 7812c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swell/suites/3dfgat_cycle/flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

# Prepare analysis for next forecast
RunJediFgatExecutable-{{model_component}} => EvaIncrement-{{model_component}}
{% if 'cice6' in marine_models %}
{% if 'cice6' in models["geos_marine"]["marine_models"] %}
PrepareAnalysis-{{model_component}} => RunJediConvertStateSoca2ciceExecutable-{{model_component}}
RunJediConvertStateSoca2ciceExecutable-{{model_component}} => SaveRestart-{{model_component}}
RunJediConvertStateSoca2ciceExecutable-{{model_component}} => CleanCycle-{{model_component}}
Expand Down Expand Up @@ -218,7 +218,7 @@
[[GenerateBClimatologyByLinking-{{model_component}}]]
script = "swell task GenerateBClimatologyByLinking $config -d $datetime -m {{model_component}}"

{% if 'cice6' in marine_models %}
{% if 'cice6' in models["geos_marine"]["marine_models"] %}

[[RunJediConvertStateSoca2ciceExecutable-{{model_component}}]]
script = "swell task RunJediConvertStateSoca2ciceExecutable $config -d $datetime -m {{model_component}}"
Expand Down

0 comments on commit 7812c41

Please sign in to comment.