cylc validate .
gives hundreds of warning messages, but lets start with the first one:
WARNING - 'rose-suite.conf[jinja2:suite.rc]' is deprecated. Use [template variables] instead.
I have no idea what I need to do with my rose-suite.conf:
[env]
CYLC_VERSION=7.8.15
ROSE_VERSION=2019.01.8
[jinja2:suite.rc]
ARCH_ENABLED=False
CALC_ENS_MEAN=False
CORETYPE_PARALLEL='broadwell'
DEV_SUITE=True
DISABLE_RESERVATIONS=True
#Old hpc
#HPC_HOST='xcf'
#HPC_HOSTS_ALL={'xce':['xce'], 'xcf':['xcf']}
#New hpc
#HPC_HOST='hpc_live'
HPC_HOST='exab'
HPC_HOSTS_ALL={'ehz1':['exab'], 'ehz2':['excd']}
INSTALL_FROM_BACKUP=False
KEEP_TIM=True
NMEMBERS=24
NMEMBERS_ADAPT=12
OS_LABEL='os46'
OS_RELEASE='46'
REGRESSION_TEST=False
RUN_ENSEMBLE_COMMAND_SCRIPTING=True
RUN_ENLIL=False
RUN_ENLIL_ENS=False
RUN_UGONG=False
RUN_UGONG_ENS=False
RUN_CGONG=True
RUN_CGONG_ENS=True
RUN_ADAPT_ENS=False
SEND_TO_DART=False
START_CYCLE='20230505T0000Z'
END_CYCLE='20230506T0000Z'
SUITE_TYPE='research'
USER_HOOK_ENABLED=False
#new keywords for ps43
RES_ADAPT='lowres'
#new keyword enabled for PS45
UseAllCone=True
I donât know if this is related to the above. My suite would work on cylc8 except that most of the tasks once they have finished running on the hpc disappear from the graph (in flow.cylc). I donât know why.