WARNINGs after run in every experiment
Every experiment I see this kind message,
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['PISCES_timestep', 'LIM_timestep', 'IFS_timestep', 'NEM_FORCING_SET', 'RUN_coupFreq', 'NEMO_timestep'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['DTHOSTMACHINE'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LPJG_CONFIG', 'MODEL_CLEAN', 'THREADS_PER_TASK_DIRECTIVE', 'LPJG'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['NEM_FIXED_FORCING_YEAR', 'NEM_FORCING_SET'])
[WARNING] Template SIM will not be checked
[WARNING] Template SIM will not be checked
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LPJG', 'OUTCLASS', 'SAVEMMA'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LPJG', 'OUTCLASS', 'SAVEMMA'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['SAVEMMA', 'LPJG', 'OCEAN_NUDGING', 'OCEAN_NUDDATA'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['SAVEMMA', 'LPJG', 'OCEAN_NUDGING', 'OCEAN_NUDDATA'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LOCAL_SCRATCH_DIR'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LOCAL_SCRATCH_DIR'])
[WARNING] The following set of variables to be substituted in template script is not part of parameters set, and will be replaced by a blank value: set(['LOCAL_SCRATCH_DIR'])
[WARNING] Scripts check failed
Running after failed scripts check is at your own risk!
It is a false alarm because some variables like: IFS_timestep
is used to made sure the user are not using it.
At the end it is useful, because the user ignore it, and in case a real problem he/she will don't pay attention on the warning.
A possible solution is a white list, where the user put the list of variables to be ignore.
and/or turn off the checker and only activate in case to be necessary
What do you think?