From 42e11198f4388d8594c6d1b9f6383933b5419208 Mon Sep 17 00:00:00 2001 From: AaronDonahue Date: Mon, 11 Nov 2024 17:57:56 -0700 Subject: [PATCH] fix standard names for low/med/hgh cloud area fraction types --- components/eamxx/src/share/io/scream_io_utils.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/eamxx/src/share/io/scream_io_utils.hpp b/components/eamxx/src/share/io/scream_io_utils.hpp index 796ecd2a003..9eda82e2bbd 100644 --- a/components/eamxx/src/share/io/scream_io_utils.hpp +++ b/components/eamxx/src/share/io/scream_io_utils.hpp @@ -112,9 +112,9 @@ struct DefaultMetadata { {"aero_g_sw" , "asymmetry_factor_of_ambient_aerosol_particles"}, {"pbl_height" , "atmosphere_boundary_layer_thickness"}, {"precip_liq_surf_mass" , "atmosphere_mass_content_of_liquid_precipitation"}, - {"cldlow" , "cloud_area_fraction"}, - {"cldmed" , "cloud_area_fraction"}, - {"cldhgh" , "cloud_area_fraction"}, + {"cldlow" , "low_type_cloud_area_fraction"}, + {"cldmed" , "medium_type_cloud_area_fraction"}, + {"cldhgh" , "high_type_cloud_area_fraction"}, {"cldtot" , "cloud_area_fraction"}, {"cldfrac_tot_at_cldtop" , "cloud_area_fraction"}, {"cldfrac_tot" , "cloud_area_fraction_in_atmosphere_layer"},