Skip to content

118 ostia ice ancils#137

Merged
Mike Hobson (mike-hobson) merged 21 commits into
MetOffice:mainfrom
timgraham-Met:118_ostia_ice_ancils
Apr 2, 2026
Merged

118 ostia ice ancils#137
Mike Hobson (mike-hobson) merged 21 commits into
MetOffice:mainfrom
timgraham-Met:118_ostia_ice_ancils

Conversation

@timgraham-Met
Copy link
Copy Markdown
Contributor

@timgraham-Met Tim Graham (timgraham-Met) commented Jan 15, 2026

PR Summary

Sci/Tech Reviewer: Dan Copsey (@DanCopsey)
Code Reviewer: Mike Hobson (@mike-hobson)

This pull request enables sea-ice ancillaries to be read on categories. This is required for surf ancillaries in coupled NWP where we require information about sea-ice at lake points that are not resolved by NEMO. The new functionality is only used for surf ancils at the moment. Adding it for other types of sea-ice ancils would just require a change to xml files but there is no requirement for this at the moment.

To enable the change, I have also had to make some changes to the logic of reading SST and sea-ice ancils. In particular, coupled climate model runs will now need the seaice_source variable set to "start_dump" instead of "ancil" as was used previously. This has no effect on results. I can't see a way to implement an upgrade macro for this change as the required value is different for coupled vs atmosphere only models. Given my team is likely to be the only one upgrading coupled workflows from vn3.0 to vn3.1 I think we will be able to deal with this manually.

The axes of one input file used by two tests have been updated as part of this change.

Code Quality Checklist

  • I have performed a self-review of my own code
  • My code follows the project's style guidelines
  • Comments have been included that aid understanding and enhance the readability of the code
  • My changes generate no new warnings
  • All automated checks in the CI pipeline have completed successfully

Testing

  • I have tested this change locally, using the LFRic Core rose-stem suite
  • If required (e.g. API changes) I have also run the LFRic Apps test suite using this branch
  • If any tests fail (rose-stem or CI) the reason is understood and acceptable (e.g. kgo changes)
  • I have added tests to cover new functionality as appropriate (e.g. system tests, unit tests, etc.)
  • Any new tests have been assigned an appropriate amount of compute resource and have been allocated to an appropriate testing group (i.e. the developer tests are for jobs which use a small amount of compute resource and complete in a matter of minutes)

This has been tested in NWP case study workflows at multiple LFRic versions. It has also been tested in AMIP and coupled climate workflows to ensure that it doesn't change results.
The metadata validation task fails at the moment because I have edited metadata at HEAD but the coupled task still points to vn3.0 metadata.

trac.log (with KGO change due to new ancil file)

Test Suite Results - lfric_apps - ice_ancils_apps3p1p1/run6

Suite Information

Item Value
Suite Name ice_ancils_apps3p1p1/run6
Suite User tim.graham
Workflow Start 2026-03-23T12:42:20
Groups Run all
Dependency Reference Main Like
casim MetOffice/casim@2026.03.2 True
jules MetOffice/jules@2026.03.2 True
lfric_apps timgraham-Met/lfric_apps@118_ostia_ice_ancils False
lfric_core MetOffice/lfric_core@018e40c True
moci MetOffice/moci@2026.03.2 True
SimSys_Scripts MetOffice/SimSys_Scripts@2026.03.2 True
socrates MetOffice/socrates@2026.03.2 True
socrates-spectral MetOffice/socrates-spectral@2026.03.2 True
ukca MetOffice/ukca@2026.03.2 True

Task Information

❌ failed tasks - 7
Task State
check_lfric_atm_nwp_gal9_da-C12_azspice_gnu_fast-debug-32bit-crun1 failed
check_lfric_atm_nwp_gal9_da-C12_ex1a_cce_fast-debug-32bit-crun1 failed
check_lfric_atm_nwp_gal9_eda-C12_azspice_gnu_fast-debug-32bit-crun1 failed
check_lfric_atm_nwp_gal9_eda-C12_ex1a_cce_fast-debug-32bit-crun1 failed
check_lfric_atm_nwp_gal9_eda_jada-C12_azspice_gnu_fast-debug-32bit-crun1 failed
check_lfric_atm_nwp_gal9_eda_jada-C12_ex1a_cce_fast-debug-32bit-crun1 failed
validate_rose_meta failed
✅ succeeded tasks - 1503
⌛ waiting tasks - 2
Task State
housekeep_azspice waiting
housekeep_ex1a waiting

trac.log just for scripts group after applying upgrade macro.

Fri 27 Mar 12:55:05 GMT 2026
Git status:
[
""
]
Commit:
33910514725eabba74322dfa38aa1f55e6c6c601


Test Results - Summary

tasks total
failed 1
succeeded 40

Test Results - Detail

task status
install_cold succeeded
ancil_apply_mask_invert succeeded
subgrid_orography_unittests succeeded
ancil_lct_unittests succeeded
ancil_apply_mask_default succeeded
add_zeroth_level_unittests succeeded
ancil_example succeeded
black succeeded
canopy_heights_unittests succeeded
ostia2nwp_unittests succeeded
ancil_soil_dust succeeded
ancil_apply_mask_replacezero succeeded
lai_unittests succeeded
ancil_subgrid_orography succeeded
ancil_lai succeeded
build_docs succeeded
ruff succeeded
add_lakes_unittests succeeded
ancil_soils_hydrology_dominant_parameters succeeded
regrid_zonal_mean_unittests succeeded
ancil_lct succeeded
soil_dust_unittests succeeded
ancil_regrid_zonal_mean succeeded
ancil_canopy_heights succeeded
soil_params_unittests succeeded
ancil_add_zeroth_level succeeded
example_unittests succeeded
apply_mask_unittests succeeded
rose_ana_apply_mask succeeded
rose_ana_example succeeded
rose_ana_add_zeroth_level succeeded
rose_ana_subgrid_orography succeeded
rose_ana_canopy_heights succeeded
rose_ana_ancil_lct succeeded
rose_ana_regrid_zonal_mean succeeded
rose_ana_lai succeeded
rose_ana_soil_dust succeeded
ancil_soils_hydrology_average_parameters succeeded
linkcheck failed
ancil_soils_hydrology_make_consistent succeeded
rose_ana_soil_params succeeded

trac.log before changing ancil file

Test Suite Results - lfric_apps - git_ostia_ancils/run1

Suite Information

Item Value
Suite Name git_ostia_ancils/run1
Suite User tim.graham
Workflow Start 2026-01-14T12:08:07
Groups Run developer
Dependency Reference Main Like
casim MetOffice/casim@2025.12.1 True
jules MetOffice/jules@2025.12.1 True
lfric_apps timgraham-Met/lfric_apps@118_ostia_ice_ancils False
lfric_core MetOffice/lfric_core@5d4d72f True
moci MetOffice/moci@2025.12.1 True
SimSys_Scripts MetOffice/SimSys_Scripts@2025.12.1 True
socrates MetOffice/socrates@2025.12.1 True
socrates-spectral MetOffice/socrates-spectral@2025.12.1 True
ukca MetOffice/ukca@2025.12.1 True

Task Information

❌ failed tasks - 1
Task State
validate_rose_meta failed
✅ succeeded tasks - 1104
Task State
build_adjoint_tests_azspice_gnu_fast-debug-64bit-rsolver64 succeeded
build_adjoint_tests_azspice_gnu_full-debug-64bit-rsolver64 succeeded
build_adjoint_tests_ex1a_gnu_fast-debug-64bit-rsolver64 succeeded
build_adjoint_tests_ex1a_gnu_full-debug-64bit-rsolver64 succeeded
build_adjoint_unit_tests_azspice_gnu_64bit succeeded
build_adjoint_unit_tests_ex1a_gnu_64bit succeeded
build_coupled_interface_unit_tests_ex1a_gnu_64bit succeeded
build_gravity_wave_azspice_gnu_fast-debug-64bit succeeded
build_gravity_wave_azspice_gnu_full-debug-64bit succeeded
build_gravity_wave_ex1a_gnu_fast-debug-64bit succeeded
build_gravity_wave_unit_tests_azspice_gnu_64bit succeeded
build_gravity_wave_unit_tests_ex1a_gnu_64bit succeeded
build_gungho_integration_tests_azspice_gnu_64bit succeeded
build_gungho_integration_tests_ex1a_gnu_64bit succeeded
build_gungho_model_azspice_gnu_fast-debug-32bit succeeded
build_gungho_model_azspice_gnu_fast-debug-64bit succeeded
build_gungho_model_azspice_gnu_fast-debug-64bit-rtran32 succeeded
build_gungho_model_ex1a_gnu_fast-debug-64bit succeeded
build_gungho_model_ex1a_gnu_fast-debug-64bit-rtran32 succeeded
build_gungho_model_ex1a_perftools-gnu_fast-debug-64bit succeeded
build_gungho_unit_tests_azspice_gnu_64bit succeeded
build_gungho_unit_tests_ex1a_gnu_64bit succeeded
build_jedi_lfric_interface_integration_tests_azspice_gnu_64bit succeeded
build_jedi_lfric_interface_integration_tests_ex1a_gnu_64bit succeeded
build_jedi_lfric_interface_unit_tests_azspice_gnu_64bit succeeded
build_jedi_lfric_interface_unit_tests_ex1a_gnu_64bit succeeded
build_jedi_lfric_tests_azspice_gnu_fast-debug-64bit succeeded
build_jedi_lfric_tests_azspice_gnu_full-debug-64bit succeeded
build_jedi_lfric_tests_ex1a_cce_fast-debug-64bit succeeded
build_jedi_lfric_tests_integration_tests_azspice_gnu_64bit succeeded
build_jedi_lfric_tests_integration_tests_ex1a_cce_fast-debug-64bit succeeded
build_jules_azspice_gnu_fast-debug-64bit succeeded
build_lfric2lfric_azspice_gnu_fast-debug-64bit succeeded
build_lfric2lfric_ex1a_cce_fast-debug-64bit succeeded
build_lfric_atm_azspice_gnu_fast-debug-32bit succeeded
build_lfric_atm_azspice_gnu_fast-debug-64bit succeeded
build_lfric_atm_azspice_gnu_full-debug-32bit succeeded
build_lfric_atm_azspice_gnu_production-32bit succeeded
build_lfric_atm_ex1a_cce_fast-debug-32bit succeeded
build_lfric_atm_ex1a_cce_fast-debug-64bit succeeded
build_lfric_atm_ex1a_cce_full-debug-32bit succeeded
build_lfric_atm_ex1a_cce_production-32bit succeeded
build_lfric_coupled_ex1a_cce_fast-debug-64bit succeeded
build_lfricinputs_lfric2um_azspice_gnu_fast-debug-64bit succeeded
build_lfricinputs_lfric2um_azspice_gnu_full-debug-64bit succeeded
build_lfricinputs_lfric2um_ex1a_gnu_fast-debug-64bit succeeded
build_lfricinputs_lfric2um_ex1a_gnu_full-debug-64bit succeeded
build_lfricinputs_scintelapi_azspice_gnu_fast-debug-64bit succeeded
build_lfricinputs_scintelapi_azspice_gnu_full-debug-64bit succeeded
build_lfricinputs_scintelapi_ex1a_gnu_fast-debug-64bit succeeded
build_lfricinputs_um2lfric_azspice_gnu_fast-debug-64bit succeeded
build_lfricinputs_um2lfric_azspice_gnu_full-debug-64bit succeeded
build_lfricinputs_um2lfric_ex1a_gnu_fast-debug-64bit succeeded
build_linear_integration_tests_azspice_gnu_64bit succeeded
build_linear_model_azspice_gnu_fast-debug-64bit succeeded
build_linear_model_ex1a_gnu_fast-debug-64bit succeeded
build_linear_unit_tests_azspice_gnu_64bit succeeded
build_linear_unit_tests_ex1a_gnu_64bit succeeded
build_mesh_azspice_gnu_fast-debug-64bit succeeded
build_mesh_ex1a_gnu_fast-debug-64bit succeeded
build_name_transport_azspice_gnu_fast-debug-64bit succeeded
build_name_transport_ex1a_gnu_fast-debug-64bit succeeded
build_name_transport_unit_tests_azspice_gnu_64bit succeeded
build_name_transport_unit_tests_ex1a_gnu_64bit succeeded
build_ngarch_azspice_gnu_fast-debug-64bit succeeded
build_ngarch_azspice_gnu_full-debug-64bit succeeded
build_ngarch_ex1a_gnu_fast-debug-64bit succeeded
build_ngarch_ex1a_gnu_full-debug-64bit succeeded
build_physics_schemes_interface_unit_tests_azspice_gnu_64bit succeeded
build_physics_schemes_interface_unit_tests_ex1a_gnu_64bit succeeded
build_shallow_water_azspice_gnu_fast-debug-64bit succeeded
build_shallow_water_ex1a_gnu_fast-debug-64bit succeeded
build_shallow_water_unit_tests_azspice_gnu_64bit succeeded
build_shallow_water_unit_tests_ex1a_gnu_64bit succeeded
build_solver_azspice_gnu_fast-debug-64bit succeeded
build_solver_ex1a_cce_fast-debug-64bit succeeded
build_solver_ex1a_gnu_fast-debug-64bit succeeded
build_transport_azspice_gnu_fast-debug-32bit succeeded
build_transport_azspice_gnu_fast-debug-64bit succeeded
build_transport_azspice_gnu_full-debug-64bit succeeded
build_transport_ex1a_cce_fast-debug-64bit succeeded
build_transport_ex1a_gnu_fast-debug-64bit succeeded
build_transport_unit_tests_azspice_gnu_64bit succeeded
build_transport_unit_tests_ex1a_gnu_64bit succeeded
check_gravity_wave_default-C24_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_default-C24_azspice_gnu_full-debug-64bit succeeded
check_gravity_wave_default-C24_ex1a_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_300x4-BiP300x4-1000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_300x4-BiP300x4-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_c24-C24_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_c24_rec-C24_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_c24_rec-C24_ex1a_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_ex1a_gnu_fast-debug-64bit succeeded
check_gravity_wave_multigrid-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_multigrid-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gravity_wave_p1_75x4-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gravity_wave_p1_75x4-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-alt1-C24s_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-alt1-C24s_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
check_gungho_model_baroclinic-alt3-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-pert-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_baroclinic-pert-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip200-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip200-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip200_realorog-C48_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip200_realorog-C48_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip301-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_dcmip301-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_deep-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_deep-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit-nrun-v-crun succeeded
check_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit-nrun-v-crun succeeded
check_gungho_model_force_profile-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_force_profile-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_geostrophic-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_geostrophic-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_held-suarez-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_held-suarez-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_lfric-real-domain-C48_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_lfric-real-domain-C48_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_relax_theta-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_rk-dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_rk-dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_robert-moist-lam-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_robert-moist-lam-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_robert-moist-smag-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_robert-moist-smag-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_runge-kutta-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_runge-kutta-for-linear-C12_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr-C24_MG_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
check_gungho_model_sbr-alt3-C24_MG_ex1a_gnu_fast-debug-64bit-rtran32 succeeded
check_gungho_model_sbr_lam-n96_MG_lam_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr_lam-n96_MG_lam_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr_lam-n96_MG_lam_rotate_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_sbr_lam-n96_MG_lam_rotate_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_schar_cart-BiP200x8-500x500_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_schar_cart-BiP200x8-500x500_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_semi-implicit-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_semi-implicit-for-linear-C12_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_shallow-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
check_gungho_model_shallow-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
check_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-BiP256x8-200x200_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-alt1-BiP256x4-200x200_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-alt1-BiP256x4-200x200_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_azspice_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_straka_200m-alt3-BiP256x8-200x200_azspice_gnu_fast-debug-64bit-rtran32 succeeded
check_gungho_model_straka_200m-alt3-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
check_gungho_model_tidally-locked-earth-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
check_gungho_model_tidally-locked-earth-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
check_gungho_model_tidally-locked-earth-C24s_rot_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
check_gungho_model_tidally-locked-earth-C24s_rot_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
check_jedi_lfric_tests_forecast_gh-si-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_forecast_gh-si-for-linear-C12_azspice_gnu_full-debug-64bit succeeded
check_jedi_lfric_tests_forecast_gh-si-for-linear-C12_ex1a_cce_fast-debug-64bit succeeded
check_jedi_lfric_tests_forecast_pseudo_default-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_forecast_pseudo_default-C12_ex1a_cce_fast-debug-64bit succeeded
check_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_azspice_gnu_full-debug-64bit succeeded
check_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_ex1a_cce_fast-debug-64bit succeeded
check_jedi_lfric_tests_nwp_gal9-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_nwp_gal9-C12_ex1a_cce_fast-debug-64bit succeeded
check_jedi_lfric_tests_runge-kutta-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_runge-kutta-C12_azspice_gnu_full-debug-64bit succeeded
check_jedi_lfric_tests_runge-kutta-C12_ex1a_cce_fast-debug-64bit succeeded
check_jedi_lfric_tests_tlm_forecast_tl_default-C12_azspice_gnu_fast-debug-64bit succeeded
check_jedi_lfric_tests_tlm_forecast_tl_default-C12_ex1a_cce_fast-debug-64bit succeeded
check_jules_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_clim_gal9-C24_C12_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_clim_gal9-C24_C12_ex1a_cce_fast-debug-64bit succeeded
check_lfric2lfric_oasis_clim_gal9-C24_C12_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_oasis_clim_gal9-C24_C12_ex1a_cce_fast-debug-64bit succeeded
check_lfric2lfric_oasis_clim_gal9_C12-ral_seuk_C16_lam_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_oasis_clim_gal9_C12-ral_seuk_C16_lam_ex1a_cce_fast-debug-64bit succeeded
check_lfric2lfric_oasis_ral_seuk-C32_lam_MG_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_oasis_ral_seuk-C32_lam_MG_ex1a_cce_fast-debug-64bit succeeded
check_lfric2lfric_ral3-seuk_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_ral3-seuk_ex1a_cce_fast-debug-64bit succeeded
check_lfric2lfric_ral_seuk-C32_lam_MG_azspice_gnu_fast-debug-64bit succeeded
check_lfric2lfric_ral_seuk-C32_lam_MG_ex1a_cce_fast-debug-64bit succeeded
check_lfric_atm_clim_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
check_lfric_atm_clim_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
check_lfric_atm_clim_gal9_1T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_clim_gal9_2T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_clim_gal9_chem_1T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_clim_gal9_chem_2T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
check_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-64bit-crun1 succeeded
check_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
check_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-64bit-crun1 succeeded
check_lfric_atm_nwp_gal9_debug-C12_azspice_gnu_full-debug-32bit succeeded
check_lfric_atm_nwp_gal9_debug-C12_ex1a_cce_full-debug-32bit succeeded
check_lfric_atm_nwp_gal9_noukca_1T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_nwp_gal9_noukca_2T-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_nwp_gal9_short-C12_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_nwp_gal9_short-C12_azspice_gnu_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_atm_nwp_gal9_short-C12_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_nwp_gal9_short-C12_ex1a_cce_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
check_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
check_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
check_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
check_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
check_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
check_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_hd209458b-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_hd209458b-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_llcs-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_llcs-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
check_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
check_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-nrun-v-crun succeeded
check_lfric_coupled_nwp_gal9-C48_ex1a_cce_fast-debug-64bit succeeded
check_linear_model_dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9-C12_MG_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9_random-C12_MG_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9_random-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9_zero-C12_MG_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_nwp_gal9_zero-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
check_linear_model_runge-kutta-C12_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_runge-kutta-C12_ex1a_gnu_fast-debug-64bit succeeded
check_linear_model_semi-implicit-C12_azspice_gnu_fast-debug-64bit succeeded
check_linear_model_semi-implicit-C12_ex1a_gnu_fast-debug-64bit succeeded
check_name_transport_hadley_dcmip-C24_azspice_gnu_fast-debug-64bit succeeded
check_name_transport_hadley_dcmip-C24_ex1a_gnu_fast-debug-64bit succeeded
check_name_transport_sbr_hori_lam-n96_lam_azspice_gnu_fast-debug-64bit succeeded
check_name_transport_sbr_hori_lam-n96_lam_ex1a_gnu_fast-debug-64bit succeeded
check_ngarch_default-C24_azspice_gnu_fast-debug-64bit succeeded
check_ngarch_default-C24_azspice_gnu_full-debug-64bit succeeded
check_ngarch_default-C24_ex1a_gnu_fast-debug-64bit succeeded
check_ngarch_default-C24_ex1a_gnu_full-debug-64bit succeeded
check_shallow_water_galewsky-C24_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_galewsky-C24_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_galewsky_vi-C24_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_galewsky_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_gaussian-BiP32x32-1x1_azspice_gnu_fast-debug-64bit-crun1 succeeded
check_shallow_water_gaussian-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit-crun1 succeeded
check_shallow_water_gaussian_ex-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_gaussian_ex-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_gaussian_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_gaussian_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_thermal_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_thermal_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_williamson2_vi-C24_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_williamson2_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
check_shallow_water_williamson5_vi-C24_azspice_gnu_fast-debug-64bit succeeded
check_shallow_water_williamson5_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_bicgstab-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_bicgstab-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_bicgstab-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_cg-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_cg-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_cg-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_fgmres-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_fgmres-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_fgmres-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_gcr-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_gcr-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_gcr-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_gmres-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_gmres-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_gmres-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_jacobi-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_jacobi-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_jacobi-C24_ex1a_gnu_fast-debug-64bit succeeded
check_solver_prec_only-C24_azspice_gnu_fast-debug-64bit succeeded
check_solver_prec_only-C24_ex1a_cce_fast-debug-64bit succeeded
check_solver_prec_only-C24_ex1a_gnu_fast-debug-64bit succeeded
check_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
check_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_full-debug-64bit succeeded
check_transport_cylinder_xz_ffsl-BiP100x10-20x20_ex1a_cce_fast-debug-64bit succeeded
check_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_hadley_dcmip_ffsl-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_hadley_dcmip_ffsl-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_hadley_dcmip_ffsl_3d_overset-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_hadley_dcmip_ffsl_3d_overset-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_hadley_dcmip_mol-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_hadley_dcmip_mol-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_hadley_dcmip_mol_alt-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_hadley_dcmip_mol_alt-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_ffsl_edges-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_ffsl_edges-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_mol_overset-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_sbr_hori_cos_phi_mol_overset-C32_ex1a_cce_fast-debug-64bit succeeded
check_transport_sbr_hori_cosine_fem-C32_azspice_gnu_fast-debug-64bit succeeded
check_transport_sbr_hori_cosine_fem-C32_ex1a_gnu_fast-debug-64bit succeeded
config_dump_checker succeeded
export-source succeeded
export-source_azspice succeeded
export-source_ex1a succeeded
export-weights_azspice succeeded
export-weights_ex1a succeeded
fcm_make2_drivers succeeded
fcm_make2_lfric_coupled_ocean_ex1a_cce_fast-debug-64bit succeeded
fcm_make_drivers succeeded
fcm_make_lfric_coupled_ocean_ex1a_cce_fast-debug-64bit succeeded
fcm_make_lfric_coupled_river_ex1a_cce_fast-debug-64bit succeeded
generate_weights_lfric2lfric_oasis_clim_gal9-C24_C12_azspice_weightgen_script succeeded
generate_weights_lfric2lfric_oasis_clim_gal9_C12-ral_seuk_C16_lam_azspice_weightgen_script succeeded
generate_weights_lfric2lfric_oasis_ral_seuk-C32_lam_MG_azspice_weightgen_script succeeded
generate_weights_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_azspice_weightgen_script succeeded
generate_weights_lfricinputs_lfric2um-umlam-C48L70_N512L70_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-aquaplanet_lam_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-aquaplanet_lbc_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-basicgal-N96L70_C12L70_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-falklands_lam_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-protogal-N320L70_C12L70_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-protogal_chem-N48L70_C12L70_azspice_weightgen_script succeeded
generate_weights_lfricinputs_um2lfric-protogal_chem-N48L70_C48L70_azspice_weightgen_script succeeded
global_variables_checker succeeded
housekeep_ex1a succeeded
local_build_test succeeded
macro_chains_checker succeeded
perftools-export_gungho_model_baroclinic-profile_perf-C24_MG_ex1a_perftools-gnu_fast-debug-64bit succeeded
pert_compare_gungho_model_baroclinic-pert-C24_MG_azspice_gnu_fast-debug-64bit succeeded
pert_compare_gungho_model_baroclinic-pert-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_default-C24_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_default-C24_azspice_gnu_full-debug-64bit succeeded
plot_gravity_wave_default-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_300x4-BiP300x4-1000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_300x4-BiP300x4-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_c24-C24_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_c24_rec-C24_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_c24_rec-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_multigrid-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_multigrid-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gravity_wave_p1_75x4-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gravity_wave_p1_75x4-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-alt1-C24s_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-alt1-C24s_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_baroclinic-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
plot_gungho_model_baroclinic-alt3-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_dcmip200-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_dcmip200-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_dcmip301-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_dcmip301-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_deep-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_deep-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_force_profile-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_force_profile-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_geostrophic-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_geostrophic-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_held-suarez-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_held-suarez-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_lfric-real-domain-C48_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_lfric-real-domain-C48_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_relax_theta-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_rk-dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_rk-dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_robert-moist-lam-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_robert-moist-lam-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_robert-moist-smag-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_robert-moist-smag-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr-C24_MG_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
plot_gungho_model_sbr-alt3-C24_MG_ex1a_gnu_fast-debug-64bit-rtran32 succeeded
plot_gungho_model_sbr_lam-n96_MG_lam_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr_lam-n96_MG_lam_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr_lam-n96_MG_lam_rotate_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_sbr_lam-n96_MG_lam_rotate_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_schar_cart-BiP200x8-500x500_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_schar_cart-BiP200x8-500x500_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_shallow-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
plot_gungho_model_shallow-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
plot_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-BiP256x8-200x200_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-alt1-BiP256x4-200x200_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-alt1-BiP256x4-200x200_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_azspice_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_straka_200m-alt3-BiP256x8-200x200_azspice_gnu_fast-debug-64bit-rtran32 succeeded
plot_gungho_model_straka_200m-alt3-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
plot_gungho_model_tidally-locked-earth-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
plot_gungho_model_tidally-locked-earth-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
plot_gungho_model_tidally-locked-earth-C24s_rot_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
plot_gungho_model_tidally-locked-earth-C24s_rot_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
plot_lfric_atm_clim_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_clim_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-64bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_azspice_gnu_production-32bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-64bit-crun1 succeeded
plot_lfric_atm_nwp_gal9-C12_ex1a_cce_production-32bit-crun1 succeeded
plot_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
plot_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_llcs-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_llcs-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
plot_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
plot_lfric_coupled_nwp_gal9-C48_ex1a_cce_fast-debug-64bit succeeded
plot_linear_model_dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
plot_linear_model_dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_linear_model_nwp_gal9-C12_MG_azspice_gnu_fast-debug-64bit succeeded
plot_linear_model_nwp_gal9-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_linear_model_nwp_gal9_random-C12_MG_azspice_gnu_fast-debug-64bit succeeded
plot_linear_model_nwp_gal9_random-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
plot_linear_model_runge-kutta-C12_azspice_gnu_fast-debug-64bit succeeded
plot_linear_model_runge-kutta-C12_ex1a_gnu_fast-debug-64bit succeeded
plot_linear_model_semi-implicit-C12_azspice_gnu_fast-debug-64bit succeeded
plot_linear_model_semi-implicit-C12_ex1a_gnu_fast-debug-64bit succeeded
plot_name_transport_cylinder_xz-BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
plot_name_transport_cylinder_xz-BiP100x10-20x20_ex1a_gnu_fast-debug-64bit succeeded
plot_name_transport_hadley_dcmip-C24_azspice_gnu_fast-debug-64bit succeeded
plot_name_transport_hadley_dcmip-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_name_transport_sbr_hori_lam-n96_lam_azspice_gnu_fast-debug-64bit succeeded
plot_name_transport_sbr_hori_lam-n96_lam_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_galewsky-C24_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_galewsky-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_galewsky_vi-C24_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_galewsky_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_gaussian-BiP32x32-1x1_azspice_gnu_fast-debug-64bit-crun1 succeeded
plot_shallow_water_gaussian-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit-crun1 succeeded
plot_shallow_water_gaussian_ex-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_gaussian_ex-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_gaussian_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_gaussian_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_thermal_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_thermal_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_williamson2_vi-C24_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_williamson2_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_shallow_water_williamson5_vi-C24_azspice_gnu_fast-debug-64bit succeeded
plot_shallow_water_williamson5_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
plot_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
plot_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_full-debug-64bit succeeded
plot_transport_cylinder_xz_ffsl-BiP100x10-20x20_ex1a_cce_fast-debug-64bit succeeded
plot_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_ffsl-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_ffsl-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_ffsl_3d_overset-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_ffsl_3d_overset-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_mol-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_mol-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_mol_alt-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_hadley_dcmip_mol_alt-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_ffsl_edges-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_ffsl_edges-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_mol_overset-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_sbr_hori_cos_phi_mol_overset-C32_ex1a_cce_fast-debug-64bit succeeded
plot_transport_sbr_hori_cosine_fem-C32_azspice_gnu_fast-debug-64bit succeeded
plot_transport_sbr_hori_cosine_fem-C32_ex1a_gnu_fast-debug-64bit succeeded
python_unit_tests succeeded
remote-init_azspice succeeded
remote-init_ex1a succeeded
rose-stem_lint_checker succeeded
rose_ana_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_azspice_gnu_full-debug-64bit succeeded
rose_ana_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_lfric2um-umlam-C48L70_N512L70_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_lfric2um-umlam-C48L70_N512L70_ex1a_gnu_full-debug-64bit succeeded
rose_ana_lfricinputs_scintelapi-basic-C48L38_C48L38_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_scintelapi-basic-C48L38_C48L38_azspice_gnu_full-debug-64bit succeeded
rose_ana_lfricinputs_scintelapi-basic-C48L38_C48L38_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_scintelapi-basicgal-C12L70-mixingratio_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_scintelapi-basicgal-C12L70-mixingratio_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet_lam_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet_lam_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet_lbc_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-aquaplanet_lbc_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-basicgal-N96L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-basicgal-N96L70_C12L70_azspice_gnu_full-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-basicgal-N96L70_C12L70_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-falklands_lam_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-falklands_lam_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-protogal-N320L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-protogal-N320L70_C12L70_azspice_gnu_full-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-protogal-N320L70_C12L70_ex1a_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-protogal_chem-N48L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
rose_ana_lfricinputs_um2lfric-protogal_chem-N48L70_C48L70_ex1a_gnu_fast-debug-64bit succeeded
run_adjoint_tests_canned_azspice_gnu_fast-debug-64bit-rsolver64 succeeded
run_adjoint_tests_canned_ex1a_gnu_fast-debug-64bit-rsolver64 succeeded
run_adjoint_tests_default-C12_azspice_gnu_fast-debug-64bit-rsolver64 succeeded
run_adjoint_tests_default-C12_azspice_gnu_full-debug-64bit-rsolver64 succeeded
run_adjoint_tests_default-C12_ex1a_gnu_fast-debug-64bit-rsolver64 succeeded
run_adjoint_tests_default-C12_ex1a_gnu_full-debug-64bit-rsolver64 succeeded
run_adjoint_tests_varying_ls-C12_azspice_gnu_fast-debug-64bit-rsolver64 succeeded
run_adjoint_unit_tests_azspice_gnu_64bit succeeded
run_adjoint_unit_tests_ex1a_gnu_64bit succeeded
run_coupled_interface_unit_tests_ex1a_gnu_64bit succeeded
run_gravity_wave_canned_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_canned_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_default-C24_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_default-C24_azspice_gnu_full-debug-64bit succeeded
run_gravity_wave_default-C24_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_300x4-BiP300x4-1000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_300x4-BiP300x4-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_c24-C24_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_c24_rec-C24_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_c24_rec-C24_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_limited_spherical_50x50_LAM50x50-2x2_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_multigrid-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_multigrid-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_p1_75x4-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gravity_wave_p1_75x4-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gravity_wave_unit_tests_azspice_gnu_64bit succeeded
run_gravity_wave_unit_tests_ex1a_gnu_64bit succeeded
run_gungho_integration_tests_azspice_gnu_64bit succeeded
run_gungho_integration_tests_ex1a_gnu_64bit succeeded
run_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_agnesi_hyd_cart-BiP120x8-2000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-alt1-C24s_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-alt1-C24s_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
run_gungho_model_baroclinic-alt3-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-pert-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-pert-C24_MG_azspice_gnu_fast-debug-64bit_pert_off succeeded
run_gungho_model_baroclinic-pert-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_baroclinic-pert-C24_MG_ex1a_gnu_fast-debug-64bit_pert_off succeeded
run_gungho_model_baroclinic-profile_perf-C24_MG_ex1a_perftools-gnu_fast-debug-64bit succeeded
run_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_bryan_fritsch-dry-BiP200x10-100x100_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_canned_azspice_gnu_fast-debug-32bit succeeded
run_gungho_model_canned_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_canned_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip200-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip200-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip200_realorog-C48_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip200_realorog-C48_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip301-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_dcmip301-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_deep-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_deep-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_earth-like-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_earth-like-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_force_profile-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_force_profile-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_geostrophic-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_geostrophic-BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_held-suarez-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_held-suarez-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_lfric-real-domain-C48_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_lfric-real-domain-C48_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_no-timestep-method-C12_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_no-timestep-method-C12_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_relax_theta-BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_rk-dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_rk-dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_robert-moist-lam-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_robert-moist-lam-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_robert-moist-smag-BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_robert-moist-smag-BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_runge-kutta-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_runge-kutta-for-linear-C12_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr-C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr-C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr-alt2-C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr-alt2-C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr-alt3-C24_MG_azspice_gnu_fast-debug-64bit-rtran32 succeeded
run_gungho_model_sbr-alt3-C24_MG_ex1a_gnu_fast-debug-64bit-rtran32 succeeded
run_gungho_model_sbr_lam-n96_MG_lam_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr_lam-n96_MG_lam_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr_lam-n96_MG_lam_rotate_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_sbr_lam-n96_MG_lam_rotate_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_schar_cart-BiP200x8-500x500_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_schar_cart-BiP200x8-500x500_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_schar_cart-alt2-BiP100x4-1000x1000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_semi-implicit-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_semi-implicit-for-linear-C12_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_shallow-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_shallow-hot-jupiter-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_shallow-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_shallow-hot-jupiter-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_p0-BiP300x8-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_p1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_ph0pv1-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_skamarock_klemp_gw_ph1pv0-BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-BiP256x8-200x200_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-alt1-BiP256x4-200x200_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-alt1-BiP256x4-200x200_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_azspice_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-alt2-BiP256x16-200x50_op_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_straka_200m-alt3-BiP256x8-200x200_azspice_gnu_fast-debug-64bit-rtran32 succeeded
run_gungho_model_straka_200m-alt3-BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
run_gungho_model_tidally-locked-earth-C24_MG_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_tidally-locked-earth-C24_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_tidally-locked-earth-C24_MG_ex1a_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_tidally-locked-earth-C24_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_tidally-locked-earth-C24s_rot_MG_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_tidally-locked-earth-C24s_rot_MG_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_model_tidally-locked-earth-C24s_rot_MG_ex1a_gnu_fast-debug-64bit-crun0 succeeded
run_gungho_model_tidally-locked-earth-C24s_rot_MG_ex1a_gnu_fast-debug-64bit-crun1 succeeded
run_gungho_unit_tests_azspice_gnu_64bit succeeded
run_gungho_unit_tests_ex1a_gnu_64bit succeeded
run_jedi_lfric_interface_integration_tests_azspice_gnu_64bit succeeded
run_jedi_lfric_interface_integration_tests_ex1a_gnu_64bit succeeded
run_jedi_lfric_interface_unit_tests_azspice_gnu_64bit succeeded
run_jedi_lfric_interface_unit_tests_ex1a_gnu_64bit succeeded
run_jedi_lfric_tests_forecast_gh-si-for-linear-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_forecast_gh-si-for-linear-C12_azspice_gnu_full-debug-64bit succeeded
run_jedi_lfric_tests_forecast_gh-si-for-linear-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_forecast_pseudo_default-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_forecast_pseudo_default-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_azspice_gnu_full-debug-64bit succeeded
run_jedi_lfric_tests_forecast_pseudo_pseudomodel-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_id_tlm_tests_default-1PE-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_id_tlm_tests_default-1PE-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_id_tlm_tests_default-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_id_tlm_tests_default-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_integration_tests_azspice_gnu_64bit succeeded
run_jedi_lfric_tests_integration_tests_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_nwp_gal9-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_nwp_gal9-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_runge-kutta-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_runge-kutta-C12_azspice_gnu_full-debug-64bit succeeded
run_jedi_lfric_tests_runge-kutta-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_forecast_tl_default-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_forecast_tl_default-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-1PE-4OMP-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-1PE-4OMP-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-1PE-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-1PE-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-4OMP-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-4OMP-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-1PE-4OMP-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-1PE-4OMP-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-1PE-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-1PE-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-4OMP-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-4OMP-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-dry-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-relaxed_solver-1PE-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-relaxed_solver-1PE-C12_ex1a_cce_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-relaxed_solver-C12_azspice_gnu_fast-debug-64bit succeeded
run_jedi_lfric_tests_tlm_tests_default-relaxed_solver-C12_ex1a_cce_fast-debug-64bit succeeded
run_jules_canned_azspice_gnu_fast-debug-64bit succeeded
run_jules_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_canned_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_canned_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_clim_gal9-C24_C12_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_clim_gal9-C24_C12_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_oasis_clim_gal9-C24_C12_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_oasis_clim_gal9-C24_C12_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_oasis_clim_gal9_C12-ral_seuk_C16_lam_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_oasis_clim_gal9_C12-ral_seuk_C16_lam_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_oasis_ral_seuk-C32_lam_MG_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_oasis_ral_seuk-C32_lam_MG_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_ral3-seuk_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_ral3-seuk_ex1a_cce_fast-debug-64bit succeeded
run_lfric2lfric_ral_seuk-C32_lam_MG_azspice_gnu_fast-debug-64bit succeeded
run_lfric2lfric_ral_seuk-C32_lam_MG_ex1a_cce_fast-debug-64bit succeeded
run_lfric_atm_canned_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_canned_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_clim_gal9-C12_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_clim_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_clim_gal9-C12_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_clim_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_clim_gal9_1T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_clim_gal9_2T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_clim_gal9_chem_1T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_clim_gal9_chem_2T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_production-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_azspice_gnu_production-32bit-crun1 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-64bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_fast-debug-64bit-crun1 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_production-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9-C12_ex1a_cce_production-32bit-crun1 succeeded
run_lfric_atm_nwp_gal9_debug-C12_azspice_gnu_full-debug-32bit succeeded
run_lfric_atm_nwp_gal9_debug-C12_ex1a_cce_full-debug-32bit succeeded
run_lfric_atm_nwp_gal9_noukca_1T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_nwp_gal9_noukca_2T-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_nwp_gal9_short-C12_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_nwp_gal9_short-C12_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9_short-C12_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_nwp_gal9_short-C12_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_nwp_gal9_short-C12_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_nwp_gal9_short-C12_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3_ens-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3_ens-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3_mixmol-seuk_MG_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_ral3_mixmol-seuk_MG_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_rce-BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_rce-BiP64x64-1500x1500_MG_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_coma9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_coma9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_comorph_dev_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_comorph_dev_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_bomex-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_cbl_dry-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_comp_tran_ref-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_dice2-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_gabls4-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_sahara-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_seaice-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_snow-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_gal9_toga-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_hd209458b-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_hd209458b-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_llcs-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_llcs-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_rad_gas-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_constrain-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_moruses-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_ral3_urban2t-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_scm_ukca_land-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-crun0 succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_azspice_gnu_fast-debug-32bit-crun1 succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-crun0 succeeded
run_lfric_atm_scm_ukca_sea-BiP2x2-50000x50000_ex1a_cce_fast-debug-32bit-crun1 succeeded
run_lfric_coupled_nwp_gal9-C48_ex1a_cce_fast-debug-64bit succeeded
run_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_azspice_gnu_full-debug-64bit succeeded
run_lfricinputs_lfric2um-aquaplanet-C48L38_N48L38_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_lfric2um-umlam-C48L70_N512L70_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_lfric2um-umlam-C48L70_N512L70_ex1a_gnu_full-debug-64bit succeeded
run_lfricinputs_scintelapi-basic-C48L38_C48L38_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_scintelapi-basic-C48L38_C48L38_azspice_gnu_full-debug-64bit succeeded
run_lfricinputs_scintelapi-basic-C48L38_C48L38_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_scintelapi-basicgal-C12L70-mixingratio_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_scintelapi-basicgal-C12L70-mixingratio_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet-N48L38_C48L38_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet_lam_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet_lam_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet_lbc_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-aquaplanet_lbc_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-basicgal-N96L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-basicgal-N96L70_C12L70_azspice_gnu_full-debug-64bit succeeded
run_lfricinputs_um2lfric-basicgal-N96L70_C12L70_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-falklands_lam_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-falklands_lam_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-protogal-N320L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-protogal-N320L70_C12L70_azspice_gnu_full-debug-64bit succeeded
run_lfricinputs_um2lfric-protogal-N320L70_C12L70_ex1a_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-protogal_chem-N48L70_C12L70_azspice_gnu_fast-debug-64bit succeeded
run_lfricinputs_um2lfric-protogal_chem-N48L70_C48L70_ex1a_gnu_fast-debug-64bit succeeded
run_linear_integration_tests_azspice_gnu_64bit succeeded
run_linear_model_canned_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_canned_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_dcmip301-C24_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_dcmip301-C24_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9-C12_MG_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9_random-C12_MG_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9_random-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9_zero-C12_MG_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_nwp_gal9_zero-C12_MG_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_runge-kutta-C12_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_runge-kutta-C12_ex1a_gnu_fast-debug-64bit succeeded
run_linear_model_semi-implicit-C12_azspice_gnu_fast-debug-64bit succeeded
run_linear_model_semi-implicit-C12_ex1a_gnu_fast-debug-64bit succeeded
run_linear_unit_tests_azspice_gnu_64bit succeeded
run_linear_unit_tests_ex1a_gnu_64bit succeeded
run_mesh_BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP100x10-20x20_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP100x4-1000x1000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP100x4-1000x1000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP100x8-10x10_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP100x8-10x10_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP120x8-2000x2000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP120x8-2000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP200x10-100x100_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP200x10-100x100_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP200x8-500x500_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP200x8-500x500_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x16-200x50_op_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x16-200x50_op_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x4-200x200_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x4-200x200_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x8-200x200_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP256x8-200x200_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP2x2-50000x50000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP2x2-50000x50000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP300x4-1000x2000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP300x4-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP300x8-1000x2000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP300x8-1000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP4x4-600x400_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP4x4-600x400_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP64x64-1500x1500_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP64x64-1500x1500_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_BiP75x4-4000x2000_azspice_gnu_fast-debug-64bit succeeded
run_mesh_BiP75x4-4000x2000_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C12_C16_lam_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C12_C16_lam_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C12_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C12_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C12_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C12_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24_C12_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24_C12_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24_MG_op_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24_MG_op_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24s_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24s_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C24s_rot_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C24s_rot_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C32_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C32_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C48_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C48_MG_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_C48_azspice_gnu_fast-debug-64bit succeeded
run_mesh_C48_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_LAM50x50-2x2_azspice_gnu_fast-debug-64bit succeeded
run_mesh_LAM50x50-2x2_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_aquaplanet_lam_azspice_gnu_fast-debug-64bit succeeded
run_mesh_aquaplanet_lam_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_falklands_azspice_gnu_fast-debug-64bit succeeded
run_mesh_falklands_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_n96_MG_lam_azspice_gnu_fast-debug-64bit succeeded
run_mesh_n96_MG_lam_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_n96_MG_lam_rotate_azspice_gnu_fast-debug-64bit succeeded
run_mesh_n96_MG_lam_rotate_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_n96_lam_azspice_gnu_fast-debug-64bit succeeded
run_mesh_n96_lam_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_ral3_seuk_azspice_gnu_fast-debug-64bit succeeded
run_mesh_ral3_seuk_ex1a_gnu_fast-debug-64bit succeeded
run_mesh_seuk_MG_azspice_gnu_fast-debug-64bit succeeded
run_mesh_seuk_MG_ex1a_gnu_fast-debug-64bit succeeded
run_name_transport_canned_azspice_gnu_fast-debug-64bit succeeded
run_name_transport_canned_ex1a_gnu_fast-debug-64bit succeeded
run_name_transport_cylinder_xz-BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
run_name_transport_cylinder_xz-BiP100x10-20x20_ex1a_gnu_fast-debug-64bit succeeded
run_name_transport_hadley_dcmip-C24_azspice_gnu_fast-debug-64bit succeeded
run_name_transport_hadley_dcmip-C24_ex1a_gnu_fast-debug-64bit succeeded
run_name_transport_sbr_hori_lam-n96_lam_azspice_gnu_fast-debug-64bit succeeded
run_name_transport_sbr_hori_lam-n96_lam_ex1a_gnu_fast-debug-64bit succeeded
run_name_transport_unit_tests_azspice_gnu_64bit succeeded
run_name_transport_unit_tests_ex1a_gnu_64bit succeeded
run_ngarch_default-C24_azspice_gnu_fast-debug-64bit succeeded
run_ngarch_default-C24_azspice_gnu_full-debug-64bit succeeded
run_ngarch_default-C24_ex1a_gnu_fast-debug-64bit succeeded
run_ngarch_default-C24_ex1a_gnu_full-debug-64bit succeeded
run_physics_schemes_interface_unit_tests_azspice_gnu_64bit succeeded
run_physics_schemes_interface_unit_tests_ex1a_gnu_64bit succeeded
run_shallow_water_canned_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_canned_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_galewsky-C24_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_galewsky-C24_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_galewsky_vi-C24_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_galewsky_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_gaussian-BiP32x32-1x1_azspice_gnu_fast-debug-64bit-crun0 succeeded
run_shallow_water_gaussian-BiP32x32-1x1_azspice_gnu_fast-debug-64bit-crun1 succeeded
run_shallow_water_gaussian-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit-crun0 succeeded
run_shallow_water_gaussian-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit-crun1 succeeded
run_shallow_water_gaussian_ex-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_gaussian_ex-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_gaussian_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_gaussian_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_thermal_vi-BiP32x32-1x1_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_thermal_vi-BiP32x32-1x1_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_unit_tests_azspice_gnu_64bit succeeded
run_shallow_water_unit_tests_ex1a_gnu_64bit succeeded
run_shallow_water_williamson2_vi-C24_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_williamson2_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
run_shallow_water_williamson5_vi-C24_azspice_gnu_fast-debug-64bit succeeded
run_shallow_water_williamson5_vi-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_bicgstab-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_bicgstab-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_bicgstab-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_cg-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_cg-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_cg-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_fgmres-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_fgmres-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_fgmres-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_gcr-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_gcr-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_gcr-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_gmres-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_gmres-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_gmres-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_jacobi-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_jacobi-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_jacobi-C24_ex1a_gnu_fast-debug-64bit succeeded
run_solver_prec_only-C24_azspice_gnu_fast-debug-64bit succeeded
run_solver_prec_only-C24_ex1a_cce_fast-debug-64bit succeeded
run_solver_prec_only-C24_ex1a_gnu_fast-debug-64bit succeeded
run_transport_canned_azspice_gnu_fast-debug-32bit succeeded
run_transport_canned_azspice_gnu_fast-debug-64bit succeeded
run_transport_canned_ex1a_gnu_fast-debug-64bit succeeded
run_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_fast-debug-64bit succeeded
run_transport_cylinder_xz_ffsl-BiP100x10-20x20_azspice_gnu_full-debug-64bit succeeded
run_transport_cylinder_xz_ffsl-BiP100x10-20x20_ex1a_cce_fast-debug-64bit succeeded
run_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_deformation_2d_cylinder_ffsl_bigcfl-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_hadley_dcmip_ffsl-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_hadley_dcmip_ffsl-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_hadley_dcmip_ffsl_3d_overset-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_hadley_dcmip_ffsl_3d_overset-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_hadley_dcmip_mol-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_hadley_dcmip_mol-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_hadley_dcmip_mol_alt-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_hadley_dcmip_mol_alt-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_ffsl_edges-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_ffsl_edges-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_ffsl_ppm_edges-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_mol_overset-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_sbr_hori_cos_phi_mol_overset-C32_ex1a_cce_fast-debug-64bit succeeded
run_transport_sbr_hori_cosine_fem-C32_azspice_gnu_fast-debug-64bit succeeded
run_transport_sbr_hori_cosine_fem-C32_ex1a_gnu_fast-debug-64bit succeeded
run_transport_unit_tests_azspice_gnu_64bit succeeded
run_transport_unit_tests_ex1a_gnu_64bit succeeded
site_validator succeeded
style_checker succeeded
test_launch-exe succeeded
⌛ waiting tasks - 1
Task State
housekeep_azspice waiting

Security Considerations

  • I have reviewed my changes for potential security issues
  • Sensitive data is properly handled (if applicable)
  • Authentication and authorisation are properly implemented (if applicable)

Performance Impact

  • Performance of the code has been considered and, if applicable, suitable performance measurements have been conducted

AI Assistance and Attribution

  • Some of the content of this change has been produced with the assistance of Generative AI tool name (e.g., Met Office Github Copilot Enterprise, Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the Simulation Systems AI policy (including attribution labels)

Documentation

  • Where appropriate I have updated documentation related to this change and confirmed that it builds correctly

PSyclone Approval

  • If you have edited any PSyclone-related code (e.g. PSyKAl-lite, Kernel interface, optimisation scripts, LFRic data structure code) then please contact the TCD Team

Sci/Tech Review

  • I understand this area of code and the changes being added
  • The proposed changes correspond to the pull request description
  • Documentation is sufficient (do documentation papers need updating)
  • Sufficient testing has been completed

(Please alert the code reviewer via a tag when you have approved the SR)

Code Review

  • All dependencies have been resolved
  • Related Issues have been properly linked and addressed
  • CLA compliance has been confirmed
  • Code quality standards have been met
  • Tests are adequate and have passed
  • Documentation is complete and accurate
  • Security considerations have been addressed
  • Performance impact is acceptable

@github-actions github-actions Bot added the cla-required The CLA has not yet been signed by the author of this PR - added by GA label Jan 15, 2026
@github-actions github-actions Bot added cla-signed The CLA has been signed as part of this PR - added by GA and removed cla-required The CLA has not yet been signed by the author of this PR - added by GA labels Jan 15, 2026
Copy link
Copy Markdown

@DanCopsey Dan Copsey (DanCopsey) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one change to request relating to missing data indicator in new file and also a couple of comments to reply to.

Comment thread rose-stem/app/extract_source/bin/extract_source.sh
Comment thread rose-stem/app/lfric_atm/opt/rose-app-da.conf Outdated
@jennyhickson Jenny Hickson (jennyhickson) removed this from the Spring 2026 milestone Feb 17, 2026
@jennyhickson
Copy link
Copy Markdown
Collaborator

As the code review deadline has passed I am removing this from the Spring 2026 milestone. If there is a problem with this then let me know. Thanks.

@timgraham-Met Tim Graham (timgraham-Met) requested review from Ricky Wong (mo-rickywong) and removed request for a team March 19, 2026 13:21
@github-actions github-actions Bot added cla-modified The CLA has been modified as part of this PR - added by GA and removed cla-signed The CLA has been signed as part of this PR - added by GA labels Mar 19, 2026
Copy link
Copy Markdown
Contributor

@cjohnson-pi cjohnson-pi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see #179 (comment) - I think this should give the true diff.

@github-actions github-actions Bot removed the cla-modified The CLA has been modified as part of this PR - added by GA label Mar 19, 2026
@timgraham-Met Tim Graham (timgraham-Met) added the KGO This PR contains changes to KGO label Mar 24, 2026
Comment thread science/gungho/rose-meta/lfric-gungho/HEAD/rose-meta.conf Outdated
@timgraham-Met Tim Graham (timgraham-Met) marked this pull request as ready for review March 24, 2026 14:03
Copy link
Copy Markdown

@DanCopsey Dan Copsey (DanCopsey) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[sci/tech review]
I have gone through all the lines of code that are changed and they all seem sensible. I have looked at the new ancillary file and that looks good too. I have checked that testing has been done with and without the new ancillary file.

I approve sci/tech review and passing it onto Mike Hobson (@mike-hobson) for code review.

Copy link
Copy Markdown
Contributor

@DanStoneMO DanStoneMO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested JEDI against this and it's all clear, no linked JEDI change will be needed.

Copy link
Copy Markdown
Contributor

@mike-hobson Mike Hobson (mike-hobson) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code changes look fine to me - I've made some very minor comments. There are a few issues on the PR that need resolving:

  1. You note that you can't think of a way to implement an upgrade macro. I think this is fine and you don't need one. Your changes are in optional configs and the upgrade macros are there for upgrading the main configs. Any jobs using your optional configs are a special case and will be updated manually.
  2. There is a conversation with Ricky Wong about the way configuration information was being used. I've spoken to Ricky and he says you met and decided to leave the configuration as it was for now. Could you updated the conversation on the PR to note the resolution.
  3. You note that the validate_rose_meta task in the test suite is failing. This change can't be merged onto main with a failing test suite. It looks like Ian Boutle has offered a potential solution, have you tried it?
  4. There's a reference in the branch to /data/users/tim.graham/LFRIC_SEA_ICE_ANCIL/glu_ice. Obviously, we can't have main referring to files held in your $DATADIR, so I assume you want this data copied to $BIG_DATA_DIR. Could you provide full paths for where you want the data copied from and to?

Comment thread interfaces/jules_interface/source/kernel/initial_ice_conductivity_kernel_mod.F90 Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code for this kernel looks absolutely fine. Perhaps it could benefit from a few blank lines to improve readability. Perhaps after the second contains and maybe separating the declarations from the body of the routine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a few extra lines. Hopefully that's better now.

[namelist:files]
iau_path='$BIG_DATA_DIR/start_dumps/basic-gal/yak/20210324T0600Z_um2lfric_iau_000001'
sea_ice_ancil_path='$BIG_DATA_DIR/start_dumps/basic-gal/yak/seaice_ugrid_postqa_fixed'
sea_ice_ancil_path='/data/users/tim.graham/LFRIC_SEA_ICE_ANCIL/glu_ice'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As noted in the overall comments, I'm not sure what to do with this file.

iau_sst_path='$BIG_DATA_DIR/IAU/Global/um2lfric_sstpert'
iau_surf_path='$BIG_DATA_DIR/IAU/Global/um2lfric_landda'
sea_ice_ancil_path='$BIG_DATA_DIR/start_dumps/basic-gal/yak/seaice_ugrid_postqa_fixed'
sea_ice_ancil_path='/data/users/tim.graham/LFRIC_SEA_ICE_ANCIL/glu_ice'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And again, not sure where to put this, more permanently.

iau_path='$BIG_DATA_DIR/start_dumps/basic-gal/yak/20210324T0600Z_um2lfric_iau_000001'
iau_pert_path='$BIG_DATA_DIR/IAU/Global/iau_pertinc_start'
sea_ice_ancil_path='$BIG_DATA_DIR/start_dumps/basic-gal/yak/seaice_ugrid_postqa_fixed'
sea_ice_ancil_path='/data/users/tim.graham/LFRIC_SEA_ICE_ANCIL/glu_ice'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and again

@timgraham-Met
Copy link
Copy Markdown
Contributor Author

Tim Graham (timgraham-Met) commented Mar 27, 2026

The code changes look fine to me - I've made some very minor comments. There are a few issues on the PR that need resolving:

  1. You note that you can't think of a way to implement an upgrade macro. I think this is fine and you don't need one. Your changes are in optional configs and the upgrade macros are there for upgrading the main configs. Any jobs using your optional configs are a special case and will be updated manually.

Thanks

  1. There is a conversation with Ricky Wong about the way configuration information was being used. I've spoken to Ricky and he says you met and decided to leave the configuration as it was for now. Could you updated the conversation on the PR to note the resolution.

Done

  1. You note that the validate_rose_meta task in the test suite is failing. This change can't be merged onto main with a failing test suite. It looks like Ian Boutle has offered a potential solution, have you tried it?

I've now added a blank upgrade macro and checked that when it is applied, the rose stem scripts group passes successfully. I'll add the log output shortly.

  1. There's a reference in the branch to /data/users/tim.graham/LFRIC_SEA_ICE_ANCIL/glu_ice. Obviously, we can't have main referring to files held in your $DATADIR, so I assume you want this data copied to $BIG_DATA_DIR. Could you provide full paths for where you want the data copied from and to?

I would suggest that this file and if possible the associated README file are copied to $BIG_DATA_DIR/start_dumps/basic-gal/yak/ so that it sits in the same place as other files for those tests.

@timgraham-Met
Copy link
Copy Markdown
Contributor Author

Tim Graham (timgraham-Met) commented Mar 31, 2026

Mike Hobson (@mike-hobson) Following discussion with Yash, I have updated the global attributes to include:
` :references = "Good S, Fiedler E, Mao C, Martin MJ, Maycock A, Reid R, Roberts-Jones J, Searle T, Waters J, While J, Worsfold M. The Current Configuration of the OSTIA System for Operational Production of Foundation Sea Surface Temperature and Ice Concentration Analyses. Remote Sensing. 2020; 12(4):720 https://doi.org/10.3390/rs12040720" ;

	:license = "Distributed under the terms of collaboration agreements with the Met Office" ;

	:history = "moo get -f moose:/opfc/ocn/ostia/rerun/202103.file/2021032400_ostia_fnd_pp.tar.gz . ; OSTIA_FILE=$(tar -tzf 2021032400_ostia_fnd_pp.tar.gz | grep \'0000-UKMO-L4_GHRSST-SSTfnd-OSTIA-GLOB-v02.0-fv02.0.nc$\') ; tar -xzvf ./2021032400_ostia_fnd_pp.tar.gz -C . \"$OSTIA_FILE\" ;ancil_ostia2nwp.py --ostia-sst ostia_sst_regrid.nc --ostia-seaice ostia_seaice_regrid.nc --lake-mask lakemask.nc --land-mask qrparm.mask_land.nc --sea-mask qrparm.mask_sea.nc --n-ice-categories 1 ." ;

`
Note that the local paths have now been removed from the history. I've also included information on how the data was extracted from MASS. I think with these changes, the README file is no longer needed.

Copy link
Copy Markdown
Contributor

@mike-hobson Mike Hobson (mike-hobson) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all those responses, Tim. That's all great, now. The data looks fine and I've passed it by Ben Fitzpatrick (@benfitzpatrick) (as our Information Asset Owner), who says it's fine to go in.

I'm, therefore happy to approve this code review.

Copy link
Copy Markdown
Contributor

@mo-rickywong Ricky Wong (mo-rickywong) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signing off on review, noting config access after next release

@mike-hobson Mike Hobson (mike-hobson) merged commit 4d632f0 into MetOffice:main Apr 2, 2026
11 checks passed
@iboutle iboutle added this to the Summer 2026 milestone Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

KGO This PR contains changes to KGO

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants