@@ -913,29 +913,53 @@ subroutine SetServices ( GC, RC )
913913
914914
915915 call MAPL_AddExportSpec(GC, &
916- SHORT_NAME = ' QCTOT' , &
917- LONG_NAME = ' mass_fraction_of_total_cloud_water' , &
918- UNITS = ' kg kg-1' , &
916+ SHORT_NAME = ' QCTOT' , &
917+ LONG_NAME = ' mass_fraction_of_total_cloud_water' , &
918+ UNITS = ' kg kg-1' , &
919919 DIMS = MAPL_DimsHorzVert, &
920920 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
921921 VERIFY_(STATUS)
922922
923923 call MAPL_AddExportSpec(GC, &
924- SHORT_NAME = ' QLTOT' , &
925- LONG_NAME = ' grid_box_mass_fraction_of_cloud_liquid_water' , &
926- UNITS = ' kg kg-1' , &
927- DIMS = MAPL_DimsHorzVert, &
924+ SHORT_NAME = ' QLTOT' , &
925+ LONG_NAME = ' grid_box_mass_fraction_of_cloud_liquid_water' , &
926+ UNITS = ' kg kg-1' , &
927+ DIMS = MAPL_DimsHorzVert, &
928928 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
929929 VERIFY_(STATUS)
930930
931931 call MAPL_AddExportSpec(GC, &
932- SHORT_NAME = ' QITOT' , &
933- LONG_NAME = ' grid_box_mass_fraction_of_cloud_ice_water' , &
934- UNITS = ' kg kg-1' , &
932+ SHORT_NAME = ' QITOT' , &
933+ LONG_NAME = ' grid_box_mass_fraction_of_cloud_ice_water' , &
934+ UNITS = ' kg kg-1' , &
935935 DIMS = MAPL_DimsHorzVert, &
936936 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
937937 VERIFY_(STATUS)
938938
939+ call MAPL_AddExportSpec(GC, &
940+ SHORT_NAME = ' QRTOT' , &
941+ LONG_NAME = ' grid_box_mass_fraction_of_suspended_rain' , &
942+ UNITS = ' kg kg-1' , &
943+ DIMS = MAPL_DimsHorzVert, &
944+ VLOCATION = MAPL_VLocationCenter, RC= STATUS )
945+ VERIFY_(STATUS)
946+
947+ call MAPL_AddExportSpec(GC, &
948+ SHORT_NAME = ' QSTOT' , &
949+ LONG_NAME = ' grid_box_mass_fraction_of_suspended_snow' , &
950+ UNITS = ' kg kg-1' , &
951+ DIMS = MAPL_DimsHorzVert, &
952+ VLOCATION = MAPL_VLocationCenter, RC= STATUS )
953+ VERIFY_(STATUS)
954+
955+ call MAPL_AddExportSpec(GC, &
956+ SHORT_NAME = ' QGTOT' , &
957+ LONG_NAME = ' grid_box_mass_fraction_of_suspended_graupel' , &
958+ UNITS = ' kg kg-1' , &
959+ DIMS = MAPL_DimsHorzVert, &
960+ VLOCATION = MAPL_VLocationCenter, RC= STATUS )
961+ VERIFY_(STATUS)
962+
939963 call MAPL_AddExportSpec(GC, &
940964 SHORT_NAME = ' QPTOTLS' , &
941965 LONG_NAME = ' mass_fraction_of_large_scale_falling_precip' , &
@@ -1880,57 +1904,57 @@ subroutine SetServices ( GC, RC )
18801904 VERIFY_(STATUS)
18811905
18821906 call MAPL_AddExportSpec(GC, &
1883- SHORT_NAME = ' FCLD' , &
1884- LONG_NAME = ' cloud_fraction_for_radiation' , &
1885- UNITS = ' 1' , &
1907+ SHORT_NAME = ' FCLD' , &
1908+ LONG_NAME = ' cloud_fraction_for_radiation' , &
1909+ UNITS = ' 1' , &
18861910 DIMS = MAPL_DimsHorzVert, &
18871911 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
18881912 VERIFY_(STATUS)
18891913
18901914 call MAPL_AddExportSpec(GC, &
1891- SHORT_NAME = ' QV' , &
1915+ SHORT_NAME = ' QV' , &
18921916 LONG_NAME = ' water_vapor_for_radiation' , &
18931917 UNITS = ' kg kg-1' , &
18941918 DIMS = MAPL_DimsHorzVert, &
18951919 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
18961920 VERIFY_(STATUS)
18971921
18981922 call MAPL_AddExportSpec(GC, &
1899- SHORT_NAME = ' QL' , &
1900- LONG_NAME = ' in_cloud_cloud_liquid_for_radiation' , &
1901- UNITS = ' kg kg-1' , &
1923+ SHORT_NAME = ' QL' , &
1924+ LONG_NAME = ' in_cloud_cloud_liquid_for_radiation' , &
1925+ UNITS = ' kg kg-1' , &
19021926 DIMS = MAPL_DimsHorzVert, &
19031927 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
19041928 VERIFY_(STATUS)
19051929
19061930 call MAPL_AddExportSpec(GC, &
1907- SHORT_NAME = ' QI' , &
1908- LONG_NAME = ' in_cloud_cloud_ice_for_radiation' , &
1909- UNITS = ' kg kg-1' , &
1931+ SHORT_NAME = ' QI' , &
1932+ LONG_NAME = ' in_cloud_cloud_ice_for_radiation' , &
1933+ UNITS = ' kg kg-1' , &
19101934 DIMS = MAPL_DimsHorzVert, &
19111935 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
19121936 VERIFY_(STATUS)
19131937
19141938 call MAPL_AddExportSpec(GC, &
1915- SHORT_NAME = ' QR' , &
1916- LONG_NAME = ' Falling_rain_for_radiation ' , &
1917- UNITS = ' kg kg-1' , &
1939+ SHORT_NAME = ' QR' , &
1940+ LONG_NAME = ' in_cloud_ralling_rain_for_radiation ' , &
1941+ UNITS = ' kg kg-1' , &
19181942 DIMS = MAPL_DimsHorzVert, &
19191943 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
19201944 VERIFY_(STATUS)
19211945
19221946 call MAPL_AddExportSpec(GC, &
1923- SHORT_NAME = ' QS' , &
1924- LONG_NAME = ' Falling_snow_for_radiation ' , &
1925- UNITS = ' kg kg-1' , &
1947+ SHORT_NAME = ' QS' , &
1948+ LONG_NAME = ' in_cloud_falling_snow_for_radiation ' , &
1949+ UNITS = ' kg kg-1' , &
19261950 DIMS = MAPL_DimsHorzVert, &
19271951 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
19281952 VERIFY_(STATUS)
19291953
19301954 call MAPL_AddExportSpec(GC, &
1931- SHORT_NAME = ' QG' , &
1932- LONG_NAME = ' Falling_graupel_for_radiation ' , &
1933- UNITS = ' kg kg-1' , &
1955+ SHORT_NAME = ' QG' , &
1956+ LONG_NAME = ' in_cloud_falling_graupel_for_radiation ' , &
1957+ UNITS = ' kg kg-1' , &
19341958 DIMS = MAPL_DimsHorzVert, &
19351959 VLOCATION = MAPL_VLocationCenter, RC= STATUS )
19361960 VERIFY_(STATUS)
0 commit comments