diff --git a/rose-stem/site/common/lfricinputs/tasks_um2lfric.cylc b/rose-stem/site/common/lfricinputs/tasks_um2lfric.cylc index 530d5061..e74debf7 100644 --- a/rose-stem/site/common/lfricinputs/tasks_um2lfric.cylc +++ b/rose-stem/site/common/lfricinputs/tasks_um2lfric.cylc @@ -144,6 +144,25 @@ "kgo_checks": "", }) %} +{% elif task_ns.conf_name == "um2lfric-nwp_gal9-N320L70_C896L70" %} + {% do task_dict.update({ + "opt_confs": ["nwp_gal9"], + "resolution": "C896", + "mesh_name": "dynamics", + "source_grid_res": "N320", + "source_grid_levs": "70", + "source_grid_type": "global", + "target_grid_res": "C896", + "target_grid_levs": "70", + "target_grid_type": "global", + "source_dump": "$UMDIR/standard_jobs/lfricinputs/inputs/nwp_gal9_n320l70.astart", + "weight_gen_option": "dump-file", + "var_res_src": "", + "namelist_src": "um_grid.nml", + "memory_plot_ex": true, + "kgo_checks": "", + }) %} + {% elif task_ns.conf_name == "um2lfric-protogal-N320L70_C48L70" %} {% do task_dict.update({ "opt_confs": ["protogal"], @@ -288,4 +307,4 @@ {% endif %} -{% do LOG.debug("Finished in site/common/lfricinputs/tasks_um2lfric.cylc") %} \ No newline at end of file +{% do LOG.debug("Finished in site/common/lfricinputs/tasks_um2lfric.cylc") %}