Skip to content

Commit 42e1119

Browse files
committed
fix standard names for low/med/hgh cloud area fraction types
1 parent e8144ed commit 42e1119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/eamxx/src/share/io/scream_io_utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ struct DefaultMetadata {
112112
{"aero_g_sw" , "asymmetry_factor_of_ambient_aerosol_particles"},
113113
{"pbl_height" , "atmosphere_boundary_layer_thickness"},
114114
{"precip_liq_surf_mass" , "atmosphere_mass_content_of_liquid_precipitation"},
115-
{"cldlow" , "cloud_area_fraction"},
116-
{"cldmed" , "cloud_area_fraction"},
117-
{"cldhgh" , "cloud_area_fraction"},
115+
{"cldlow" , "low_type_cloud_area_fraction"},
116+
{"cldmed" , "medium_type_cloud_area_fraction"},
117+
{"cldhgh" , "high_type_cloud_area_fraction"},
118118
{"cldtot" , "cloud_area_fraction"},
119119
{"cldfrac_tot_at_cldtop" , "cloud_area_fraction"},
120120
{"cldfrac_tot" , "cloud_area_fraction_in_atmosphere_layer"},

0 commit comments

Comments
 (0)