diff --git a/CHANGELOG.md b/CHANGELOG.md index 7189343c..52b6f1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 radiative forcing calculation; zero diff change - Simplified loading of radiation MieTables. +## [2.0.7] - 2021-04-29 + +### Fixed + +- Added a restart column to all statespec.rc files in GOCART2G. Variables being provided by ExtData must be MAPL_RestartSkip + ## [2.0.6] - 2021-04-28 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index c38eafa9..06dc1396 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( GOCART - VERSION 2.0.6 + VERSION 2.0.7 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") diff --git a/ESMF/GOCART2G_GridComp/CA2G_GridComp/CA2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/CA2G_GridComp/CA2G_StateSpecs.rc index bb3a6cd0..1dc6abe3 100644 --- a/ESMF/GOCART2G_GridComp/CA2G_GridComp/CA2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/CA2G_GridComp/CA2G_StateSpecs.rc @@ -3,114 +3,114 @@ component: CA category: IMPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS| Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC| COND | LONG NAME + NAME | UNITS | DIMS | VLOC | RESTART | COND | LONG NAME #---------------------------------------------------------------------------------------- - FROCEAN | 1 | xy | N | | fraction_of_ocean - FRACI | 1 | xy | N | | ice_covered_fraction_of_tile - LWI | 1 | xy | N | | land-ocean-ice_mask - TROPP | Pa | xy | N | | tropopause_pressure_based_on_blended_estimate - U10M | m s-1 | xy | N | | 10-meter_eastward_wind - V10M | m s-1 | xy | N | | 10-meter_northward_wind - USTAR | m s-1 | xy | N | | surface_velocity_scale - FRLAKE | 1 | xy | N | | fraction_of_lake - AREA | m^2 | xy | N | | agrid_cell_area - ZPBL | m | xy | N | | planetary_boundary_layer_height - SH | w m-2 | xy | N | | sensible_heat_flux_from_turbulence - Z0H | m | xy | N | | surface_roughness_for_heat - CN_PRCP |kg/m^2/s| xy | N | | surface_conv._rain_flux_needed_by_land - NCN_PRCP |kg/m^2/s| xy | N | | Non-convective precipitation + FROCEAN | 1 | xy | N | OPT | | fraction_of_ocean + FRACI | 1 | xy | N | OPT | | ice_covered_fraction_of_tile + LWI | 1 | xy | N | OPT | | land-ocean-ice_mask + TROPP | Pa | xy | N | OPT | | tropopause_pressure_based_on_blended_estimate + U10M | m s-1 | xy | N | OPT | | 10-meter_eastward_wind + V10M | m s-1 | xy | N | OPT | | 10-meter_northward_wind + USTAR | m s-1 | xy | N | OPT | | surface_velocity_scale + FRLAKE | 1 | xy | N | OPT | | fraction_of_lake + AREA | m^2 | xy | N | OPT | | agrid_cell_area + ZPBL | m | xy | N | OPT | | planetary_boundary_layer_height + SH | w m-2 | xy | N | OPT | | sensible_heat_flux_from_turbulence + Z0H | m | xy | N | OPT | | surface_roughness_for_heat + CN_PRCP | kg/m^2/s | xy | N | OPT | | surface_conv._rain_flux_needed_by_land + NCN_PRCP | kg/m^2/s | xy | N | OPT | | Non-convective precipitation #........................................................................................ - AIRDENS | kg/m^3 | xyz | C | | moist_air_density - DELP | Pa | xyz | C | | pressure_thickness - T | K | xyz | C | | air_temperature - RH2 | 1 | xyz | C | | Rel_Hum_after_moist - ZLE | m | xyz | E | | geopotential_height - PLE | Pa | xyz | E | | air_pressure - PFL_LSAN | kg/m2/s| xyz | E | | 3D_flux_of_liquid_nonconvective_precipitation - PFI_LSAN | kg/m2/s| xyz | E | | 3D_flux_of_ice_nonconvective_precipitation - U | m s-1 | xyz | C | | eastward_wind - V | m s-1 | xyz | C | | northward_wind - OC_AIRCRAFT | 1 | xyz | C | | aircraft emissions - BC_AIRCRAFT | 1 | xyz | C | | aircraft emissions - BRC_AIRCRAFT | 1 | xyz | C | | aircraft emissions - pSOA_ANTHRO_VOC | kg m-3 s-1 | xyz | C | | SOA from Anthropogenic and biomass burning VOC - pSOA_BIOB_VOC | kg m-3 s-1 | xyz | C | | SOA from Anthropogenic and biomass burning VOC + AIRDENS | kg/m^3 | xyz | C | OPT | | moist_air_density + DELP | Pa | xyz | C | OPT | | pressure_thickness + T | K | xyz | C | OPT | | air_temperature + RH2 | 1 | xyz | C | OPT | | Rel_Hum_after_moist + ZLE | m | xyz | E | OPT | | geopotential_height + PLE | Pa | xyz | E | OPT | | air_pressure + PFL_LSAN | kg/m2/s | xyz | E | OPT | | 3D_flux_of_liquid_nonconvective_precipitation + PFI_LSAN | kg/m2/s | xyz | E | OPT | | 3D_flux_of_ice_nonconvective_precipitation + U | m s-1 | xyz | C | OPT | | eastward_wind + V | m s-1 | xyz | C | OPT | | northward_wind + OC_AIRCRAFT | 1 | xyz | C | SKIP | | aircraft emissions + BC_AIRCRAFT | 1 | xyz | C | SKIP | | aircraft emissions + BRC_AIRCRAFT | 1 | xyz | C | SKIP | | aircraft emissions + pSOA_ANTHRO_VOC | kg m-3 s-1 | xyz | C | SKIP | | SOA from Anthropogenic and biomass burning VOC + pSOA_BIOB_VOC | kg m-3 s-1 | xyz | C | SKIP | | SOA from Anthropogenic and biomass burning VOC #........................................................................................ - OC_BIOMASS | 1 | xy | N | | biomass burning emissions - OC_ISOPRENE | 1 | xy | N | | source species - OC_MTPA | 1 | xy | N | | source species - OC_MTPO | 1 | xy | N | | source species - OC_LIMO | 1 | xy | N | | source species - OC_BIOFUEL | 1 | xy | N | | biofuel emissions - OC_ANTEOC1 | 1 | xy | N | | anthropogenic BF emissions - OC_ANTEOC2 | 1 | xy | N | | anthropogenic FF emissions - OC_SHIP | 1 | xy | N | | ship emissions - OC_AVIATION_LTO | 1 | xy | N | | Landing/Take-off aircraft emissions - OC_AVIATION_CDS | 1 | xy | N | | Climb/Descent aircraft emissions - OC_AVIATION_CRS | 1 | xy | N | | Cruise aircraft source species - BC_BIOMASS | 1 | xy | N | | biomass burning emissions - BC_BIOFUEL | 1 | xy | N | | biofuel emissions - BC_ANTEBC1 | 1 | xy | N | | anthropogenic BF emissions - BC_ANTEBC2 | 1 | xy | N | | anthropogenic FF emissions - BC_SHIP | 1 | xy | N | | ship emissions - BC_AVIATION_LTO | 1 | xy | N | | Landing/Take-off aircraft emissions - BC_AVIATION_CDS | 1 | xy | N | | Climb/Descent aircraft emissions - BC_AVIATION_CRS | 1 | xy | N | | Cruise aircraft source species - BRC_BIOMASS | 1 | xy | N | | biomass burning emissions - BRC_TERPENE | 1 | xy | N | | terpene emissions - BRC_BIOFUEL | 1 | xy | N | | biofuel emissions - BRC_ANTEBRC1 | 1 | xy | N | | anthropogenic BF emissions - BRC_ANTEBRC2 | 1 | xy | N | | anthropogenic FF emissions - BRC_SHIP | 1 | xy | N | | ship emisisons - BRC_AVIATION_LTO | 1 | xy | N | | Landing/Take-off aircraft emissions - BRC_AVIATION_CDS | 1 | xy | N | | Climb/Descent aircraft emissions - BRC_AVIATION_CRS | 1 | xy | N | | Cruise aircraft source species + OC_BIOMASS | 1 | xy | N | SKIP | | biomass burning emissions + OC_ISOPRENE | 1 | xy | N | SKIP | | source species + OC_MTPA | 1 | xy | N | SKIP | | source species + OC_MTPO | 1 | xy | N | SKIP | | source species + OC_LIMO | 1 | xy | N | SKIP | | source species + OC_BIOFUEL | 1 | xy | N | SKIP | | biofuel emissions + OC_ANTEOC1 | 1 | xy | N | SKIP | | anthropogenic BF emissions + OC_ANTEOC2 | 1 | xy | N | SKIP | | anthropogenic FF emissions + OC_SHIP | 1 | xy | N | SKIP | | ship emissions + OC_AVIATION_LTO | 1 | xy | N | SKIP | | Landing/Take-off aircraft emissions + OC_AVIATION_CDS | 1 | xy | N | SKIP | | Climb/Descent aircraft emissions + OC_AVIATION_CRS | 1 | xy | N | SKIP | | Cruise aircraft source species + BC_BIOMASS | 1 | xy | N | SKIP | | biomass burning emissions + BC_BIOFUEL | 1 | xy | N | SKIP | | biofuel emissions + BC_ANTEBC1 | 1 | xy | N | SKIP | | anthropogenic BF emissions + BC_ANTEBC2 | 1 | xy | N | SKIP | | anthropogenic FF emissions + BC_SHIP | 1 | xy | N | SKIP | | ship emissions + BC_AVIATION_LTO | 1 | xy | N | SKIP | | Landing/Take-off aircraft emissions + BC_AVIATION_CDS | 1 | xy | N | SKIP | | Climb/Descent aircraft emissions + BC_AVIATION_CRS | 1 | xy | N | SKIP | | Cruise aircraft source species + BRC_BIOMASS | 1 | xy | N | SKIP | | biomass burning emissions + BRC_TERPENE | 1 | xy | N | SKIP | | terpene emissions + BRC_BIOFUEL | 1 | xy | N | SKIP | | biofuel emissions + BRC_ANTEBRC1 | 1 | xy | N | SKIP | | anthropogenic BF emissions + BRC_ANTEBRC2 | 1 | xy | N | SKIP | | anthropogenic FF emissions + BRC_SHIP | 1 | xy | N | SKIP | | ship emisisons + BRC_AVIATION_LTO | 1 | xy | N | SKIP | | Landing/Take-off aircraft emissions + BRC_AVIATION_CDS | 1 | xy | N | SKIP | | Climb/Descent aircraft emissions + BRC_AVIATION_CRS | 1 | xy | N | SKIP | | Cruise aircraft source species category: EXPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS | Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS| VLOC| UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME #---------------------------------------------------------------------------------------- - *MASS | kg kg-1 | xyz | C | | Carbonaceous Aerosol Mass Mixing Ratio - *CONC | kg m-3 | xyz | C | | Carbonaceous Aerosol Mass Concentration - *EXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Carbonaceous Aerosol Extinction Coefficient - *SCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Carbonaceous Aerosol Scattering Coefficient -#...........|............|.....|.....|.......|............................................ - *EM | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Emission (Bin %d) - *SD | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Sedimentation (Bin %d) - *DP | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Dry Deposition (Bin %d) - *WT | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Wet Deposition (Bin %d) - *SV | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Convective Scavenging (Bin %d) - *EMAN | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Anthropogenic Emissions - *EMBB | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biomass Burning Emissions - *EMBF | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biofuel Emissions - *EMBG | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biogenic Emissions - *HYPHIL | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Hydrophobic to Hydrophilic - *PSOA | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol SOA Production - *SMASS | kg m-3 | xy | N | | Carbonaceous Aerosol Surface Mass Concentration - *CMASS | kg m-2 | xy | N | | Carbonaceous Aerosol Column Mass Density - *EXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Extinction AOT - *STEXTTAU| 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Extinction AOT Stratosphere - *SCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Scattering AOT - *STSCATAU| 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Scattering AOT Stratosphere - *ANGSTR | 1 | xy | N | | Carbonaceous Aerosol Angstrom parameter [470-870 nm] - *FLUXU | kg m-1 s-1 | xy | N | | Carbonaceous Aerosol column u-wind mass flux - *FLUXV | kg m-1 s-1 | xy | N | | Carbonaceous Aerosol column v-wind mass flux - *AERIDX | 1 | xy | N | | Carbonaceous Aerosol TOMS UV Aerosol Index + *MASS | kg kg-1 | xyz | C | | Carbonaceous Aerosol Mass Mixing Ratio + *CONC | kg m-3 | xyz | C | | Carbonaceous Aerosol Mass Concentration + *EXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Carbonaceous Aerosol Extinction Coefficient + *SCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Carbonaceous Aerosol Scattering Coefficient +#........... | ............ | ..... | ..... | ....... | ............................................ + *EM | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Emission (Bin %d) + *SD | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Sedimentation (Bin %d) + *DP | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Dry Deposition (Bin %d) + *WT | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Wet Deposition (Bin %d) + *SV | kg m-2 s-1 | xy | N | nbins | Carbonaceous Aerosol Convective Scavenging (Bin %d) + *EMAN | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Anthropogenic Emissions + *EMBB | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biomass Burning Emissions + *EMBF | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biofuel Emissions + *EMBG | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Biogenic Emissions + *HYPHIL | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol Hydrophobic to Hydrophilic + *PSOA | kg m-2 s-1 | xy | N | | Carbonaceous Aerosol SOA Production + *SMASS | kg m-3 | xy | N | | Carbonaceous Aerosol Surface Mass Concentration + *CMASS | kg m-2 | xy | N | | Carbonaceous Aerosol Column Mass Density + *EXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Extinction AOT + *STEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Extinction AOT Stratosphere + *SCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Scattering AOT + *STSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Carbonaceous Aerosol Scattering AOT Stratosphere + *ANGSTR | 1 | xy | N | | Carbonaceous Aerosol Angstrom parameter [470-870 nm] + *FLUXU | kg m-1 s-1 | xy | N | | Carbonaceous Aerosol column u-wind mass flux + *FLUXV | kg m-1 s-1 | xy | N | | Carbonaceous Aerosol column v-wind mass flux + *AERIDX | 1 | xy | N | | Carbonaceous Aerosol TOMS UV Aerosol Index category: INTERNAL -#---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSION | Additional Metadata -#---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME -#---------------------------------------------------------------------------------------- - *phobic |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Carbonaceous Aerosol Mixing Ratio - *philic |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Carbonaceous Aerosol Mixing Ratio +#-------------------------------------------------------------------------------------------------------------- +# VARIABLE | DIMENSION | Additional Metadata +#-------------------------------------------------------------------------------------------------------------- + NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME +#-------------------------------------------------------------------------------------------------------------- + *phobic | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Carbonaceous Aerosol Mixing Ratio + *philic | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Carbonaceous Aerosol Mixing Ratio #******************************************************** # diff --git a/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_StateSpecs.rc index 1b4d6a3a..7087583c 100644 --- a/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/DU2G_GridComp/DU2G_StateSpecs.rc @@ -2,55 +2,55 @@ schema_version: 2.0.0 component: DU category: IMPORT -#------------------------------------------------------------------------------------------ +#------------------------------------------------------------------------------------------------------- # VARIABLE | DIMENSIONS | Additional Metadata -#------------------------------------------------------------------------------------------ - NAME | UNITS | DIMS | VLOC | COND | LONG NAME -#------------------------------------------------------------------------------------------ - DU_SRC | 1 | xy | N | scheme == 'ginoux' .OR. scheme == 'k14' | erod - dust emissions - DU_Z0 | 1 | xy | N | scheme == 'k14' | aerodynamic_surface_roughness_for_aeolian_processes - DU_GVF | 1 | xy | N | scheme == 'k14' | GVF - DU_SAND | 1 | xy | N | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_sand_in_soil - DU_SILT | 1 | xy | N | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_silt_in_soil - DU_CLAY | 1 | xy | N | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_clay_in_soil - DU_RDRAG | m-1 | xy | N | scheme == 'fengsha' | drag_partition - DU_SSM | 1 | xy | N | scheme == 'fengsha' | sediment_supply_map - DU_UTHRES | m s-1 | xy | N | scheme == 'fengsha' | surface_dry_threshold_velocity - FRSNOW | 1 | xy | N | scheme == 'fengsha' | surface_snow_area_fraction - SLC | 1 | xy | N | scheme == 'fengsha' | liquid_water_content_of_soil_layer - DU_TEXTURE | 1 | xy | N | scheme == 'k14' | soil_texture - DU_VEG | 1 | xy | N | scheme == 'k14' | vegetation_type - FRLAKE | 1 | xy | N | | fraction_of_lake - FRLAND | 1 | xy | N | scheme == 'k14' | fraction_of_land - ASNOW | 1 | xy | N | scheme == 'k14' | snow_covered_fraction_of_land - WET1 | 1 | xy | N | | surface_soil_wetness - LWI | 1 | xy | N | | land-ocean-ice_mask - TROPP | Pa | xy | N | | tropopause_pressure_based_on_blended_estimate - U10M | m s-1 | xy | N | | 10-meter_eastward_wind - V10M | m s-1 | xy | N | | 10-meter_northward_wind - U10N | m s-1 | xy | N | scheme == 'k14' | equivalent_neutral_10-meter_eastward_wind - V10N | m s-1 | xy | N | scheme == 'k14' | equivalent_neutral_10-meter_northward_wind - AREA | m^2 | xy | N | | agrid_cell_area - USTAR | m s-1 | xy | N | | equivalent_neutral_10-meter_northward_wind - CN_PRCP | kg/m^2/s | xy | N | | surface_conv._rain_flux_needed_by_land - NCN_PRCP | kg/m^2/s | xy | N | | Non-convective precipitation - ZPBL | m | xy | N | | planetary_boundary_layer_height - SH | w m-2 | xy | N | | sensible_heat_flux_from_turbulence - Z0H | m | xy | N | | surface_roughness_for_heat - WCSF | m3 m-3 | xy | N | scheme == 'k14' | water_surface_layer - TSOIL1 | K | xy | N | scheme == 'k14' | soil_temperatures_layer_1 - RHOS | kg m-3 | xy | N | scheme == 'k14' | air_density_at_surface +#------------------------------------------------------------------------------------------------------- + NAME | UNITS | DIMS | VLOC | RESTART | COND | LONG NAME +#------------------------------------------------------------------------------------------------------- + DU_SRC | 1 | xy | N | SKIP | scheme == 'ginoux' .OR. scheme == 'k14' | erod - dust emissions + DU_Z0 | 1 | xy | N | SKIP | scheme == 'k14' | aerodynamic_surface_roughness_for_aeolian_processes + DU_GVF | 1 | xy | N | OPT | scheme == 'k14' | GVF + DU_SAND | 1 | xy | N | SKIP | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_sand_in_soil + DU_SILT | 1 | xy | N | SKIP | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_silt_in_soil + DU_CLAY | 1 | xy | N | SKIP | scheme == 'fengsha' .OR. scheme == 'k14' | volume_fraction_of_clay_in_soil + DU_RDRAG | m-1 | xy | N | OPT | scheme == 'fengsha' | drag_partition + DU_SSM | 1 | xy | N | OPT | scheme == 'fengsha' | sediment_supply_map + DU_UTHRES | m s-1 | xy | N | OPT | scheme == 'fengsha' | surface_dry_threshold_velocity + FRSNOW | 1 | xy | N | OPT | scheme == 'fengsha' | surface_snow_area_fraction + SLC | 1 | xy | N | OPT | scheme == 'fengsha' | liquid_water_content_of_soil_layer + DU_TEXTURE | 1 | xy | N | SKIP | scheme == 'k14' | soil_texture + DU_VEG | 1 | xy | N | SKIP | scheme == 'k14' | vegetation_type + FRLAKE | 1 | xy | N | OPT | | fraction_of_lake + FRLAND | 1 | xy | N | OPT | scheme == 'k14' | fraction_of_land + ASNOW | 1 | xy | N | OPT | scheme == 'k14' | snow_covered_fraction_of_land + WET1 | 1 | xy | N | OPT | | surface_soil_wetness + LWI | 1 | xy | N | OPT | | land-ocean-ice_mask + TROPP | Pa | xy | N | OPT | | tropopause_pressure_based_on_blended_estimate + U10M | m s-1 | xy | N | OPT | | 10-meter_eastward_wind + V10M | m s-1 | xy | N | OPT | | 10-meter_northward_wind + U10N | m s-1 | xy | N | OPT | scheme == 'k14' | equivalent_neutral_10-meter_eastward_wind + V10N | m s-1 | xy | N | OPT | scheme == 'k14' | equivalent_neutral_10-meter_northward_wind + AREA | m^2 | xy | N | OPT | | agrid_cell_area + USTAR | m s-1 | xy | N | OPT | | equivalent_neutral_10-meter_northward_wind + CN_PRCP | kg/m^2/s | xy | N | OPT | | surface_conv._rain_flux_needed_by_land + NCN_PRCP | kg/m^2/s | xy | N | OPT | | Non-convective precipitation + ZPBL | m | xy | N | OPT | | planetary_boundary_layer_height + SH | w m-2 | xy | N | OPT | | sensible_heat_flux_from_turbulence + Z0H | m | xy | N | OPT | | surface_roughness_for_heat + WCSF | m3 m-3 | xy | N | OPT | scheme == 'k14' | water_surface_layer + TSOIL1 | K | xy | N | OPT | scheme == 'k14' | soil_temperatures_layer_1 + RHOS | kg m-3 | xy | N | OPT | scheme == 'k14' | air_density_at_surface #........................................................................................ - AIRDENS | kg/m^3 | xyz | C | | moist_air_density - DELP | Pa | xyz | C | | pressure_thickness - RH2 | 1 | xyz | C | | Rel_Hum_after_moist - T | K | xyz | C | | air_temperature - ZLE | m | xyz | E | | geopotential_height - PLE | Pa | xyz | E | | air_pressure - PFL_LSAN | kg/m2/s | xyz | E | | 3D_flux_of_liquid_nonconvective_precipitation - PFI_LSAN | kg/m2/s | xyz | E | | 3D_flux_of_ice_nonconvective_precipitation - U | m s-1 | xyz | C | | eastward_wind - V | m s-1 | xyz | C | | northward_wind + AIRDENS | kg/m^3 | xyz | C | OPT | | moist_air_density + DELP | Pa | xyz | C | OPT | | pressure_thickness + RH2 | 1 | xyz | C | OPT | | Rel_Hum_after_moist + T | K | xyz | C | OPT | | air_temperature + ZLE | m | xyz | E | OPT | | geopotential_height + PLE | Pa | xyz | E | OPT | | air_pressure + PFL_LSAN | kg/m2/s | xyz | E | OPT | | 3D_flux_of_liquid_nonconvective_precipitation + PFI_LSAN | kg/m2/s | xyz | E | OPT | | 3D_flux_of_ice_nonconvective_precipitation + U | m s-1 | xyz | C | OPT | | eastward_wind + V | m s-1 | xyz | C | OPT | | northward_wind category: EXPORT #---------------------------------------------------------------------------------------- diff --git a/ESMF/GOCART2G_GridComp/GOCART2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/GOCART2G_StateSpecs.rc index ad87aa53..78121bec 100644 --- a/ESMF/GOCART2G_GridComp/GOCART2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/GOCART2G_StateSpecs.rc @@ -3,36 +3,36 @@ component: GOCART2G category: IMPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS| Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC| COND | LONG NAME + NAME | UNITS | DIMS | VLOC | COND | LONG NAME #---------------------------------------------------------------------------------------- -# DELP | Pa | xyz | C | | pressure_thickness -# RH2 | 1 | xyz | C | | Rel_Hum_after_moist +# DELP | Pa | xyz | C | | pressure_thickness +# RH2 | 1 | xyz | C | | Rel_Hum_after_moist category: EXPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS | Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME #---------------------------------------------------------------------------------------- - PSO4TOT | kg m-2 s-1 | xyz | C | | Total Sulfate Produced in GOCART + PSO4TOT | kg m-2 s-1 | xyz | C | | Total Sulfate Produced in GOCART #........................................................................................ - TOTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - TOTSTEXTTAU| 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] Stratosphere - TOTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Scattering AOT [550 nm] - TOTSTSCATAU| 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Scattering AOT [550 nm] Stratosphere - TOTEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM2.5 - TOTSCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM2.5 - TOTEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM1.0 - TOTSCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM1.0 - TOTANGSTR | 1 | xy | N | | Total Aerosol Angstrom parameter [470-870 nm] - PM | kg m-3 | xy | N | | Total reconstructed PM - PM_RH35 | kg m-3 | xy | N | | Total reconstructed PM(RH=35%) - PM_RH50 | kg m-3 | xy | N | | Total reconstructed PM(RH=50%) - PM25 | kg m-3 | xy | N | | Total reconstructed PM2.5 - PM25_RH35 | kg m-3 | xy | N | | Total reconstructed PM2.5(RH=35%) - PM25_RH50 | kg m-3 | xy | N | | Total reconstructed PM2.5(RH=50%) + TOTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] + TOTSTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] Stratosphere + TOTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Scattering AOT [550 nm] + TOTSTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Scattering AOT [550 nm] Stratosphere + TOTEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM2.5 + TOTSCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM2.5 + TOTEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM1.0 + TOTSCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Total Aerosol Extinction AOT [550 nm] - PM1.0 + TOTANGSTR | 1 | xy | N | | Total Aerosol Angstrom parameter [470-870 nm] + PM | kg m-3 | xy | N | | Total reconstructed PM + PM_RH35 | kg m-3 | xy | N | | Total reconstructed PM(RH=35%) + PM_RH50 | kg m-3 | xy | N | | Total reconstructed PM(RH=50%) + PM25 | kg m-3 | xy | N | | Total reconstructed PM2.5 + PM25_RH35 | kg m-3 | xy | N | | Total reconstructed PM2.5(RH=35%) + PM25_RH50 | kg m-3 | xy | N | | Total reconstructed PM2.5(RH=50%) category: INTERNAL #---------------------------------------------------------------------------------------- diff --git a/ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_StateSpecs.rc index 3cd5d6ff..ac941196 100644 --- a/ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/NI2G_GridComp/NI2G_StateSpecs.rc @@ -3,110 +3,110 @@ component: NI category: IMPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS| Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | RESTART | LONG NAME #---------------------------------------------------------------------------------------- - LWI | 1 | xy | N | | land-ocean-ice_mask - TROPP | Pa | xy | N | | tropopause_pressure_based_on_blended_estimate - USTAR | m s-1 | xy | N | | surface_velocity_scale - ZPBL | m | xy | N | | planetary_boundary_layer_height - SH | w m-2 | xy | N | | sensible_heat_flux_from_turbulence - Z0H | m | xy | N | | surface_roughness_for_heat - CN_PRCP |kg/m^2/s | xy | N | | surface_conv._rain_flux_needed_by_land - NCN_PRCP |kg/m^2/s | xy | N | | Non-convective precipitation - AREA | m^2 | xy | N | | agrid_cell_area + LWI | 1 | xy | N | | OPT | land-ocean-ice_mask + TROPP | Pa | xy | N | | OPT | tropopause_pressure_based_on_blended_estimate + USTAR | m s-1 | xy | N | | OPT | surface_velocity_scale + ZPBL | m | xy | N | | OPT | planetary_boundary_layer_height + SH | w m-2 | xy | N | | OPT | sensible_heat_flux_from_turbulence + Z0H | m | xy | N | | OPT | surface_roughness_for_heat + CN_PRCP | kg/m^2/s | xy | N | | OPT | surface_conv._rain_flux_needed_by_land + NCN_PRCP | kg/m^2/s | xy | N | | OPT | Non-convective precipitation + AREA | m^2 | xy | N | | OPT | agrid_cell_area #........................................................................................ - AIRDENS | kg/m^3 | xyz | C | | moist_air_density - DELP | Pa | xyz | C | | pressure_thickness - T | K | xyz | C | | air_temperature - RH2 | 1 | xyz | C | | Rel_Hum_after_moist - ZLE | m | xyz | E | | geopotential_height - PLE | Pa | xyz | E | | air_pressure - PFL_LSAN | kg/m2/s | xyz | E | | 3D_flux_of_liquid_nonconvective_precipitation - PFI_LSAN | kg/m2/s | xyz | E | | 3D_flux_of_ice_nonconvective_precipitation - U | m s-1 | xyz | C | | eastward_wind - V | m s-1 | xyz | C | | northward_wind + AIRDENS | kg/m^3 | xyz | C | | OPT | moist_air_density + DELP | Pa | xyz | C | | OPT | pressure_thickness + T | K | xyz | C | | OPT | air_temperature + RH2 | 1 | xyz | C | | OPT | Rel_Hum_after_moist + ZLE | m | xyz | E | | OPT | geopotential_height + PLE | Pa | xyz | E | | OPT | air_pressure + PFL_LSAN | kg/m2/s | xyz | E | | OPT | 3D_flux_of_liquid_nonconvective_precipitation + PFI_LSAN | kg/m2/s | xyz | E | | OPT | 3D_flux_of_ice_nonconvective_precipitation + U | m s-1 | xyz | C | | OPT | eastward_wind + V | m s-1 | xyz | C | | OPT | northward_wind #......................................................................................... - EMI_NH3_AG |kg m-2 s-1| xy | N | | agriculture emissions - EMI_NH3_BB |kg m-2 s-1| xy | N | | biomass burning emissions - EMI_NH3_EN |kg m-2 s-1| xy | N | | energy emissions - EMI_NH3_IN |kg m-2 s-1| xy | N | | industry emissions - EMI_NH3_OC |kg m-2 s-1| xy | N | | ocean emissions - EMI_NH3_RE |kg m-2 s-1| xy | N | | resedential emissions - EMI_NH3_TR |kg m-2 s-1| xy | N | | transport emissions - NITRATE_HNO3 |kg m-2 s-1| xyz | C | | nitrate hno3 emissions - DU | kg kg-1 | xyz | C | 5 | Dust Mixing Ratio all bins - SS | kg kg-1 | xyz | C | 5 | Sea Salt Mixing Ratio all bins - SO4 | kg kg-1 | xyz | C | | Sulfate Mixing Ratio + EMI_NH3_AG | kg m-2 s-1 | xy | N | | SKIP | agriculture emissions + EMI_NH3_BB | kg m-2 s-1 | xy | N | | SKIP | biomass burning emissions + EMI_NH3_EN | kg m-2 s-1 | xy | N | | SKIP | energy emissions + EMI_NH3_IN | kg m-2 s-1 | xy | N | | SKIP | industry emissions + EMI_NH3_OC | kg m-2 s-1 | xy | N | | SKIP | ocean emissions + EMI_NH3_RE | kg m-2 s-1 | xy | N | | SKIP | resedential emissions + EMI_NH3_TR | kg m-2 s-1 | xy | N | | SKIP | transport emissions + NITRATE_HNO3 | kg m-2 s-1 | xyz | C | | SKIP | nitrate hno3 emissions + DU | kg kg-1 | xyz | C | 5 | OPT | Dust Mixing Ratio all bins + SS | kg kg-1 | xyz | C | 5 | OPT | Sea Salt Mixing Ratio all bins + SO4 | kg kg-1 | xyz | C | | OPT | Sulfate Mixing Ratio category: EXPORT #---------------------------------------------------------------------------------------- # VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS| VLOC| UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME #---------------------------------------------------------------------------------------- - NH3MASS | kg/kg | xyz | C | | Ammonia Mass Mixing Ratio - NH4MASS | kg/kg | xyz | C | | Ammonium Aerosol Mass Mixing Ratio - NIMASS | kg/kg | xyz | C | | Nitrate Mass Mixing Ratio - NIMASS25 | kg/kg | xyz | C | | Nitrate Mass Mixing Ratio [PM2.5] - HNO3CONC | kg m-3 | xyz | C | | Nitric Acid Mass Concentration - NH3CONC | kg m-3 | xyz | C | | Ammonia Mass Concentration - NH4CONC | kg m-3 | xyz | C | | Ammonium Mass Concentration - NICONC | kg m-3 | xyz | C | | Nitrate Mass Concentration - NICONC25 | kg m-3 | xyz | C | | Nitrate Mass Concentration [PM2.5] - NIEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Nitrate Extinction Coefficient - NISCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Nitrate Scattering Coefficient -# ..........|............|.....|.....|...........|.................................. - NIPNO3AQ | kg m-2 s-1 | xy | N | | Nitrate Production from Aqueous Chemistry - NIPNH4AQ | kg m-2 s-1 | xy | N | | Ammonium Production from Aqueous Chemistry - NIPNH3AQ | kg m-2 s-1 | xy | N | | Ammonia Change from Aqueous Chemistry - NIHT | kg m-2 s-1 | xy | N | 3 | Nitrate Production from Het Chem (Bin %d) - NISD | kg m-2 s-1 | xy | N | 3 | Nitrate Sedimentation (Bin %d) - NIDP | kg m-2 s-1 | xy | N | 3 | Nitrate Dry Deposition (Bin %d) - NIWT | kg m-2 s-1 | xy | N | 3 | Nitrate Wet Deposition (Bin %d) - NISV | kg m-2 s-1 | xy | N | 3 | Nitrate Convective Scavenging (Bin %d) - NH3EM | kg m-2 s-1 | xy | N | | Ammonia Emission - NH3DP | kg m-2 s-1 | xy | N | | Ammonia Dry Deposition - NH3WT | kg m-2 s-1 | xy | N | | Ammonia Wet Deposition - NH3SV | kg m-2 s-1 | xy | N | | Ammonia Convective Scavenging - NH4SD | kg m-2 s-1 | xy | N | | Ammonium Settling - NH4DP | kg m-2 s-1 | xy | N | | Ammonium Dry Deposition - NH4WT | kg m-2 s-1 | xy | N | | Ammonium Wet Deposition - NH4SV | kg m-2 s-1 | xy | N | | Ammonium Convective Scavenging - HNO3SMASS | kg m-3 | xy | N | | Nitric Acid Surface Mass Concentration - NH3SMASS | kg m-3 | xy | N | | Ammonia Surface Mass Concentration - NH4SMASS | kg m-3 | xy | N | | Ammonium Surface Mass Concentration - NISMASS | kg m-3 | xy | N | | Nitrate Surface Mass Concentration - NISMASS25 | kg m-3 | xy | N | | Nitrate Surface Mass Concentration [PM2.5] - HNO3CMASS | kg m-3 | xy | N | | Nitric Acid Column Mass Density - NH3CMASS | kg m-3 | xy | N | | Ammonia Column Mass Density - NH4CMASS | kg m-3 | xy | N | | Ammonium Column Mass Density - NICMASS | kg m-2 | xy | N | | Nitrate Column Mass Density - NICMASS25 | kg m-2 | xy | N | | Nitrate Column Mass Density [PM2.5] - NIEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT - PM 1.0 um - NISCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT - PM 1.0 um - NIEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT - PM 2.5 um - NISCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT - PM 2.5 um - NIEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT - NISTEXTTAU| 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT Stratosphere - NISCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT - NISTSCATAU| 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT Stratosphere - NIANGSTR | 1 | xy | N | | Nitrate Angstrom parameter [470-870 nm] - NIFLUXU | kg m-1 s-1 | xy | N | | Nitrate column u-wind mass flux - NIFLUXV | kg m-1 s-1 | xy | N | | Nitrate column v-wind mass flux + NH3MASS | kg/kg | xyz | C | | Ammonia Mass Mixing Ratio + NH4MASS | kg/kg | xyz | C | | Ammonium Aerosol Mass Mixing Ratio + NIMASS | kg/kg | xyz | C | | Nitrate Mass Mixing Ratio + NIMASS25 | kg/kg | xyz | C | | Nitrate Mass Mixing Ratio [PM2.5] + HNO3CONC | kg m-3 | xyz | C | | Nitric Acid Mass Concentration + NH3CONC | kg m-3 | xyz | C | | Ammonia Mass Concentration + NH4CONC | kg m-3 | xyz | C | | Ammonium Mass Concentration + NICONC | kg m-3 | xyz | C | | Nitrate Mass Concentration + NICONC25 | kg m-3 | xyz | C | | Nitrate Mass Concentration [PM2.5] + NIEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Nitrate Extinction Coefficient + NISCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Nitrate Scattering Coefficient +# .......... | ............ | ..... | ..... | ........... | .................................. + NIPNO3AQ | kg m-2 s-1 | xy | N | | Nitrate Production from Aqueous Chemistry + NIPNH4AQ | kg m-2 s-1 | xy | N | | Ammonium Production from Aqueous Chemistry + NIPNH3AQ | kg m-2 s-1 | xy | N | | Ammonia Change from Aqueous Chemistry + NIHT | kg m-2 s-1 | xy | N | 3 | Nitrate Production from Het Chem (Bin %d) + NISD | kg m-2 s-1 | xy | N | 3 | Nitrate Sedimentation (Bin %d) + NIDP | kg m-2 s-1 | xy | N | 3 | Nitrate Dry Deposition (Bin %d) + NIWT | kg m-2 s-1 | xy | N | 3 | Nitrate Wet Deposition (Bin %d) + NISV | kg m-2 s-1 | xy | N | 3 | Nitrate Convective Scavenging (Bin %d) + NH3EM | kg m-2 s-1 | xy | N | | Ammonia Emission + NH3DP | kg m-2 s-1 | xy | N | | Ammonia Dry Deposition + NH3WT | kg m-2 s-1 | xy | N | | Ammonia Wet Deposition + NH3SV | kg m-2 s-1 | xy | N | | Ammonia Convective Scavenging + NH4SD | kg m-2 s-1 | xy | N | | Ammonium Settling + NH4DP | kg m-2 s-1 | xy | N | | Ammonium Dry Deposition + NH4WT | kg m-2 s-1 | xy | N | | Ammonium Wet Deposition + NH4SV | kg m-2 s-1 | xy | N | | Ammonium Convective Scavenging + HNO3SMASS | kg m-3 | xy | N | | Nitric Acid Surface Mass Concentration + NH3SMASS | kg m-3 | xy | N | | Ammonia Surface Mass Concentration + NH4SMASS | kg m-3 | xy | N | | Ammonium Surface Mass Concentration + NISMASS | kg m-3 | xy | N | | Nitrate Surface Mass Concentration + NISMASS25 | kg m-3 | xy | N | | Nitrate Surface Mass Concentration [PM2.5] + HNO3CMASS | kg m-3 | xy | N | | Nitric Acid Column Mass Density + NH3CMASS | kg m-3 | xy | N | | Ammonia Column Mass Density + NH4CMASS | kg m-3 | xy | N | | Ammonium Column Mass Density + NICMASS | kg m-2 | xy | N | | Nitrate Column Mass Density + NICMASS25 | kg m-2 | xy | N | | Nitrate Column Mass Density [PM2.5] + NIEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT - PM 1.0 um + NISCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT - PM 1.0 um + NIEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT - PM 2.5 um + NISCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT - PM 2.5 um + NIEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT + NISTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Extinction AOT Stratosphere + NISCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT + NISTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Nitrate Scattering AOT Stratosphere + NIANGSTR | 1 | xy | N | | Nitrate Angstrom parameter [470-870 nm] + NIFLUXU | kg m-1 s-1 | xy | N | | Nitrate column u-wind mass flux + NIFLUXV | kg m-1 s-1 | xy | N | | Nitrate column v-wind mass flux category: INTERNAL -#---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSION | Additional Metadata -#---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME -#---------------------------------------------------------------------------------------- - NH3 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Ammonia (NH3, gas phase) - NH4a |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Ammonium ion (NH4+, aerosol phase) - NO3an1 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 001 - NO3an2 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 002 - NO3an3 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 003 +#--------------------------------------------------------------------------------------------------------------- +# VARIABLE | DIMENSION | Additional Metadata +#--------------------------------------------------------------------------------------------------------------- + NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME +#--------------------------------------------------------------------------------------------------------------- + NH3 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Ammonia (NH3, gas phase) + NH4a | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Ammonium ion (NH4+, aerosol phase) + NO3an1 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 001 + NO3an2 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 002 + NO3an3 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Nitrate size bin 003 #******************************************************** diff --git a/ESMF/GOCART2G_GridComp/SS2G_GridComp/SS2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/SS2G_GridComp/SS2G_StateSpecs.rc index 19715f16..872bb5b1 100644 --- a/ESMF/GOCART2G_GridComp/SS2G_GridComp/SS2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/SS2G_GridComp/SS2G_StateSpecs.rc @@ -3,7 +3,7 @@ component: SS category: IMPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS| Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- NAME | UNITS | DIMS | VLOC| COND | LONG NAME #---------------------------------------------------------------------------------------- @@ -37,46 +37,46 @@ category: IMPORT category: EXPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS | Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS| VLOC| UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME #---------------------------------------------------------------------------------------- - SSMASS | kg kg-1 | xyz | C | | Sea Salt Mass Mixing Ratio - SSMASS25 | kg kg-1 | xyz | C | | Sea Salt Mass Mixing Ratio - PM 2.5 - SSCONC | kg m-3 | xyz | C | | Sea Salt Mass Concentration - SSEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Sea Salt Extinction Coefficient - SSSCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Sea Salt Scattering Coefficient -#..........|............|.....|.....|............|.................................. - SSEM | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Emission (Bin %d) - SSSD | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Sedimentation (Bin %d) - SSDP | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Dry Deposition (Bin %d) - SSWT | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Wet Deposition (Bin %d) - SSSV | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Convective Scavenging (Bin %d) - SSSMASS | kg m-3 | xy | N | | Sea Salt Surface Mass Concentration - SSCMASS | kg m-2 | xy | N | | Sea Salt Column Mass Density - SSEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT - SSSTEXTTAU| 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT Stratosphere - SSSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT - SSSTSCATAU| 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT Stratosphere - SSSMASS25 | kg m-3 | xy | N | | Sea Salt Surface Mass Concentration - PM 2.5 - SSCMASS25 | kg m-2 | xy | N | | Sea Salt Column Mass Density - PM 2.5 - SSEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT - PM 2.5 - SSSCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT - PM 2.5 - SSAERIDX | 1 | xy | N | | Sea Salt TOMS UV Aerosol Index - SSEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT [550 nm] - PM 1.0 um - SSSCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT [550 nm] - PM 1.0 um - SSANGSTR | 1 | xy | N | | Sea Salt Angstrom parameter [470-870 nm] - SSFLUXU | kg m-1 s-1 | xy | N | | Sea Salt column u-wind mass flux - SSFLUXV | kg m-1 s-1 | xy | N | | Sea Salt column v-wind mass flux + SSMASS | kg kg-1 | xyz | C | | Sea Salt Mass Mixing Ratio + SSMASS25 | kg kg-1 | xyz | C | | Sea Salt Mass Mixing Ratio - PM 2.5 + SSCONC | kg m-3 | xyz | C | | Sea Salt Mass Concentration + SSEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Sea Salt Extinction Coefficient + SSSCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | Sea Salt Scattering Coefficient +#.......... | ............ | ..... | ..... | ............ | .................................. + SSEM | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Emission (Bin %d) + SSSD | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Sedimentation (Bin %d) + SSDP | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Dry Deposition (Bin %d) + SSWT | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Wet Deposition (Bin %d) + SSSV | kg m-2 s-1 | xy | N | self%nbins | Sea Salt Convective Scavenging (Bin %d) + SSSMASS | kg m-3 | xy | N | | Sea Salt Surface Mass Concentration + SSCMASS | kg m-2 | xy | N | | Sea Salt Column Mass Density + SSEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT + SSSTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT Stratosphere + SSSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT + SSSTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT Stratosphere + SSSMASS25 | kg m-3 | xy | N | | Sea Salt Surface Mass Concentration - PM 2.5 + SSCMASS25 | kg m-2 | xy | N | | Sea Salt Column Mass Density - PM 2.5 + SSEXTT25 | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT - PM 2.5 + SSSCAT25 | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT - PM 2.5 + SSAERIDX | 1 | xy | N | | Sea Salt TOMS UV Aerosol Index + SSEXTTFM | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Extinction AOT [550 nm] - PM 1.0 um + SSSCATFM | 1 | xy | N | size(self%wavelengths_vertint) | Sea Salt Scattering AOT [550 nm] - PM 1.0 um + SSANGSTR | 1 | xy | N | | Sea Salt Angstrom parameter [470-870 nm] + SSFLUXU | kg m-1 s-1 | xy | N | | Sea Salt column u-wind mass flux + SSFLUXV | kg m-1 s-1 | xy | N | | Sea Salt column v-wind mass flux category: INTERNAL -#---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSION | Additional Metadata -#---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | UNGRIDDED | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME -#---------------------------------------------------------------------------------------- - SS |kg kg-1| xyz | C | self%nbins | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sea Salt Mixing Ratio (bin %d) +#-------------------------------------------------------------------------------------------------------------------------- +# VARIABLE | DIMENSION | Additional Metadata +#-------------------------------------------------------------------------------------------------------------------------- + NAME | UNITS | DIMS | VLOC | UNGRIDDED | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME +#-------------------------------------------------------------------------------------------------------------------------- + SS | kg kg-1 | xyz | C | self%nbins | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sea Salt Mixing Ratio (bin %d) #******************************************************** diff --git a/ESMF/GOCART2G_GridComp/SU2G_GridComp/SU2G_StateSpecs.rc b/ESMF/GOCART2G_GridComp/SU2G_GridComp/SU2G_StateSpecs.rc index 9aa02423..4cbe179e 100644 --- a/ESMF/GOCART2G_GridComp/SU2G_GridComp/SU2G_StateSpecs.rc +++ b/ESMF/GOCART2G_GridComp/SU2G_GridComp/SU2G_StateSpecs.rc @@ -3,110 +3,110 @@ component: SU category: IMPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS| Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | LONG NAME + NAME | UNITS | DIMS | VLOC | RESTART | LONG NAME #---------------------------------------------------------------------------------------- - FROCEAN | 1 | xy | N | fraction_of_ocean - LWI | 1 | xy | N | land-ocean-ice_mask - TROPP | Pa | xy | N | tropopause_pressure_based_on_blended_estimate - U10M | m s-1 | xy | N | 10-meter_eastward_wind - V10M | m s-1 | xy | N | 10-meter_northward_wind - AREA | m^2 | xy | N | agrid_cell_area - ZPBL | m | xy | N | planetary_boundary_layer_height - USTAR | m s-1 | xy | N | surface velocity scale - SH | w m-2 | xy | N | sensible_heat_flux_from_turbulence - Z0H | m | xy | N | surface_roughness_for_heat - CN_PRCP |kg/m^2/s| xy | N | surface_conv._rain_flux_needed_by_land - NCN_PRCP |kg/m^2/s| xy | N | Non-convective precipitation + FROCEAN | 1 | xy | N | OPT | fraction_of_ocean + LWI | 1 | xy | N | OPT | land-ocean-ice_mask + TROPP | Pa | xy | N | OPT | tropopause_pressure_based_on_blended_estimate + U10M | m s-1 | xy | N | OPT | 10-meter_eastward_wind + V10M | m s-1 | xy | N | OPT | 10-meter_northward_wind + AREA | m^2 | xy | N | OPT | agrid_cell_area + ZPBL | m | xy | N | OPT | planetary_boundary_layer_height + USTAR | m s-1 | xy | N | OPT | surface velocity scale + SH | w m-2 | xy | N | OPT | sensible_heat_flux_from_turbulence + Z0H | m | xy | N | OPT | surface_roughness_for_heat + CN_PRCP | kg/m^2/s | xy | N | OPT | surface_conv._rain_flux_needed_by_land + NCN_PRCP | kg/m^2/s | xy | N | OPT | Non-convective precipitation #........................................................................................ - AIRDENS | kg/m^3 | xyz | C | moist_air_density - DELP | Pa | xyz | C | pressure_thickness - T | K | xyz | C | air_temperature - RH2 | 1 | xyz | C | Rel_Hum_after_moist - ZLE | m | xyz | E | geopotential_height - PLE | Pa | xyz | E | air_pressure - PFL_LSAN | kg/m2/s| xyz | E | 3D_flux_of_liquid_nonconvective_precipitation - PFI_LSAN | kg/m2/s| xyz | E | 3D_flux_of_ice_nonconvective_precipitation - U | m s-1 | xyz | C | eastward_wind - V | m s-1 | xyz | C | northward_wind - FCLD | 1 | xyz | C | Cloud fraction for radiation - pSO2_OCS | 1 | xyz | C | source species - SU_AIRCRAFT | 1 | xyz | C | fuel source species - SU_NO3 | 1 | xyz | C | climatological NO3 source - SU_OH | 1 | xyz | C | climatological OH source - SU_H2O2 | 1 | xyz | C | climatological H2O2 source + AIRDENS | kg/m^3 | xyz | C | OPT | moist_air_density + DELP | Pa | xyz | C | OPT | pressure_thickness + T | K | xyz | C | OPT | air_temperature + RH2 | 1 | xyz | C | OPT | Rel_Hum_after_moist + ZLE | m | xyz | E | OPT | geopotential_height + PLE | Pa | xyz | E | OPT | air_pressure + PFL_LSAN | kg/m2/s | xyz | E | OPT | 3D_flux_of_liquid_nonconvective_precipitation + PFI_LSAN | kg/m2/s | xyz | E | OPT | 3D_flux_of_ice_nonconvective_precipitation + U | m s-1 | xyz | C | OPT | eastward_wind + V | m s-1 | xyz | C | OPT | northward_wind + FCLD | 1 | xyz | C | OPT | Cloud fraction for radiation + pSO2_OCS | 1 | xyz | C | SKIP | source species + SU_AIRCRAFT | 1 | xyz | C | SKIP | fuel source species + SU_NO3 | 1 | xyz | C | SKIP | climatological NO3 source + SU_OH | 1 | xyz | C | SKIP | climatological OH source + SU_H2O2 | 1 | xyz | C | SKIP | climatological H2O2 source #........................................................................................ - SU_BIOMASS | 1 | xy | N | biomass burning emissions - SU_ANTHROL1 | 1 | xy | N | anthropogenic BF emissions - SU_ANTHROL2 | 1 | xy | N | anthropogenic FF emissions - SU_SHIPSO2 | 1 | xy | N | SO2 ship emissions - SU_SHIPSO4 | 1 | xy | N | SO4 ship emissions - SU_DMSO | 1 | xy | N | DMS emissions - SU_AVIATION_LTO | 1 | xy | N | Landing/Take-off aircraft source species - SU_AVIATION_CDS | 1 | xy | N | Climb/Descent aircraft source species - SU_AVIATION_CRS | 1 | xy | N | Cruise aircraft source species + SU_BIOMASS | 1 | xy | N | SKIP | biomass burning emissions + SU_ANTHROL1 | 1 | xy | N | SKIP | anthropogenic BF emissions + SU_ANTHROL2 | 1 | xy | N | SKIP | anthropogenic FF emissions + SU_SHIPSO2 | 1 | xy | N | SKIP | SO2 ship emissions + SU_SHIPSO4 | 1 | xy | N | SKIP | SO4 ship emissions + SU_DMSO | 1 | xy | N | SKIP | DMS emissions + SU_AVIATION_LTO | 1 | xy | N | SKIP | Landing/Take-off aircraft source species + SU_AVIATION_CDS | 1 | xy | N | SKIP | Climb/Descent aircraft source species + SU_AVIATION_CRS | 1 | xy | N | SKIP | Cruise aircraft source species category: EXPORT #---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSIONS | Additional Metadata +# VARIABLE | DIMENSIONS | Additional Metadata #---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS| VLOC | UNGRIDDED | LONG NAME + NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME #---------------------------------------------------------------------------------------- - SUEM | kg m-2 s-1 | xy | N | self%nbins | Sulfer Emission (Bin %d) - SUDP | kg m-2 s-1 | xy | N | self%nbins | Sulfate Dry Deposition (Bin %d) - SUSD | kg m-2 s-1 | xy | N | self%nbins | Sulfate Settling (Bin %d) - SUWT | kg m-2 s-1 | xy | N | self%nbins | Sulfate Wet Deposition (Bin %d) - SUSV | kg m-2 s-1 | xy | N | self%nbins | Sulfate Convective Scavenging (Bin %d) - SO4EMAN | kg m-2 s-1 | xy | N | | SO4 Anthropogenic Emissions - SO2EMAN | kg m-2 s-1 | xy | N | | SO2 Anthropogenic Emissions - SO2EMBB | kg m-2 s-1 | xy | N | | SO2 Biomass Burning Emissions - SO2EMVN | kg m-2 s-1 | xy | N | | SO2 Volcanic (non-explosive) Emissions - SO2EMVE | kg m-2 s-1 | xy | N | | SO2 Volcanic (explosive) Emissions - PSO2 | kg m-2 s-1 | xyz | C | | SO2 Prod from DMS oxidation - PMSA | kg m-2 s-1 | xyz | C | | MSA Prod from DMS oxidation - PSO4 | kg m-2 s-1 | xyz | C | | SO4 Prod from all SO2 oxidation - PSO4G | kg m-2 s-1 | xyz | C | | SO4 Prod from gaseous SO2 oxidation - PSO4WET | kg m-2 s-1 | xyz | C | | SO4 Prod from wet SO2 oxidation - PSO4AQ | kg m-2 s-1 | xyz | C | | SO4 Prod from aqueous SO2 oxidation - SUPSO2 | kg m-2 s-1 | xy | N | | SO2 Prod from DMS Oxidation [column] - SUPSO4 | kg m-2 s-1 | xy | N | | SO4 Prod from All SO2 Oxidation [column] - SUPSO4G | kg m-2 s-1 | xy | N | | SO4 Prod from Gaseous SO2 Oxidation [column] - SUPSO4AQ | kg m-2 s-1 | xy | N | | SO4 Prod from Aqueous SO2 Oxidation [column] - SUPSO4WT | kg m-2 s-1 | xy | N | | SO4 Prod from Aqueous SO2 Oxidation (wet dep) - SUPMSA | kg m-2 s-1 | xy | N | | MSA Prod from DMS Oxidation [column] - SO2SMASS | kg m-3 | xy | N | | SO2 Surface Mass Concentration - SO2CMASS | kg m-2 | xy | N | | SO2 Column Mass Density - SO4SMASS | kg m-3 | xy | N | | SO4 Surface Mass Concentration - SO4CMASS | kg m-2 | xy | N | | SO4 Column Mass Density - DMSSMASS | kg m-3 | xy | N | | DMS Surface Mass Concentration - DMSCMASS | kg m-2 | xy | N | | DMS Column Mass Density - MSASMASS | kg m-3 | xy | N | | MSA Surface Mass Concentration - MSACMASS | kg m-2 | xy | N | | MSA Column Mass Density - SUCONC | kg m-3 | xyz | C | | SO4 Aerosol Mass Concentration - SUEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | SO4 Extinction Coefficient - SUSCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | SO4 Scattering Coefficient - SUANGSTR | 1 | xy | N | | SO4 Angstrom parameter [470-870 nm] - SUFLUXU | kg m-1 s-1 | xy | N | | SO4 column u-wind mass flux - SUFLUXV | kg m-1 s-1 | xy | N | | SO4 column v-wind mass flux - SO4MASS | kg kg-1 | xyz | C | | SO4 Aerosol Mass Mixing Ratio - SUEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Extinction AOT - SUSTEXTTAU| 1 | xy | N | size(self%wavelengths_vertint) | SO4 Extinction AOT Stratosphere - SUSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Scattering AOT - SUSTSCATAU| 1 | xy | N | size(self%wavelengths_vertint) | SO4 Scattering AOT Stratosphere - SO4SAREA | m2 m-3 | xyz | C | | SO4 Surface Area Density - SO4SNUM | m-3 | xyz | C | | SO4 Number Density + SUEM | kg m-2 s-1 | xy | N | self%nbins | Sulfer Emission (Bin %d) + SUDP | kg m-2 s-1 | xy | N | self%nbins | Sulfate Dry Deposition (Bin %d) + SUSD | kg m-2 s-1 | xy | N | self%nbins | Sulfate Settling (Bin %d) + SUWT | kg m-2 s-1 | xy | N | self%nbins | Sulfate Wet Deposition (Bin %d) + SUSV | kg m-2 s-1 | xy | N | self%nbins | Sulfate Convective Scavenging (Bin %d) + SO4EMAN | kg m-2 s-1 | xy | N | | SO4 Anthropogenic Emissions + SO2EMAN | kg m-2 s-1 | xy | N | | SO2 Anthropogenic Emissions + SO2EMBB | kg m-2 s-1 | xy | N | | SO2 Biomass Burning Emissions + SO2EMVN | kg m-2 s-1 | xy | N | | SO2 Volcanic (non-explosive) Emissions + SO2EMVE | kg m-2 s-1 | xy | N | | SO2 Volcanic (explosive) Emissions + PSO2 | kg m-2 s-1 | xyz | C | | SO2 Prod from DMS oxidation + PMSA | kg m-2 s-1 | xyz | C | | MSA Prod from DMS oxidation + PSO4 | kg m-2 s-1 | xyz | C | | SO4 Prod from all SO2 oxidation + PSO4G | kg m-2 s-1 | xyz | C | | SO4 Prod from gaseous SO2 oxidation + PSO4WET | kg m-2 s-1 | xyz | C | | SO4 Prod from wet SO2 oxidation + PSO4AQ | kg m-2 s-1 | xyz | C | | SO4 Prod from aqueous SO2 oxidation + SUPSO2 | kg m-2 s-1 | xy | N | | SO2 Prod from DMS Oxidation [column] + SUPSO4 | kg m-2 s-1 | xy | N | | SO4 Prod from All SO2 Oxidation [column] + SUPSO4G | kg m-2 s-1 | xy | N | | SO4 Prod from Gaseous SO2 Oxidation [column] + SUPSO4AQ | kg m-2 s-1 | xy | N | | SO4 Prod from Aqueous SO2 Oxidation [column] + SUPSO4WT | kg m-2 s-1 | xy | N | | SO4 Prod from Aqueous SO2 Oxidation (wet dep) + SUPMSA | kg m-2 s-1 | xy | N | | MSA Prod from DMS Oxidation [column] + SO2SMASS | kg m-3 | xy | N | | SO2 Surface Mass Concentration + SO2CMASS | kg m-2 | xy | N | | SO2 Column Mass Density + SO4SMASS | kg m-3 | xy | N | | SO4 Surface Mass Concentration + SO4CMASS | kg m-2 | xy | N | | SO4 Column Mass Density + DMSSMASS | kg m-3 | xy | N | | DMS Surface Mass Concentration + DMSCMASS | kg m-2 | xy | N | | DMS Column Mass Density + MSASMASS | kg m-3 | xy | N | | MSA Surface Mass Concentration + MSACMASS | kg m-2 | xy | N | | MSA Column Mass Density + SUCONC | kg m-3 | xyz | C | | SO4 Aerosol Mass Concentration + SUEXTCOEF | m-1 | xyz | C | size(self%wavelengths_profile) | SO4 Extinction Coefficient + SUSCACOEF | m-1 | xyz | C | size(self%wavelengths_profile) | SO4 Scattering Coefficient + SUANGSTR | 1 | xy | N | | SO4 Angstrom parameter [470-870 nm] + SUFLUXU | kg m-1 s-1 | xy | N | | SO4 column u-wind mass flux + SUFLUXV | kg m-1 s-1 | xy | N | | SO4 column v-wind mass flux + SO4MASS | kg kg-1 | xyz | C | | SO4 Aerosol Mass Mixing Ratio + SUEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Extinction AOT + SUSTEXTTAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Extinction AOT Stratosphere + SUSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Scattering AOT + SUSTSCATAU | 1 | xy | N | size(self%wavelengths_vertint) | SO4 Scattering AOT Stratosphere + SO4SAREA | m2 m-3 | xyz | C | | SO4 Surface Area Density + SO4SNUM | m-3 | xyz | C | | SO4 Number Density category: INTERNAL -#---------------------------------------------------------------------------------------- -# VARIABLE | DIMENSION | Additional Metadata -#---------------------------------------------------------------------------------------- - NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME -#---------------------------------------------------------------------------------------- - DMS |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Dimethylsulphide - SO2 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sulphur dioxide - SO4 |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sulphate aerosol - MSA |kg kg-1| xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Methanesulphonic acid +#------------------------------------------------------------------------------------------------------------ +# VARIABLE | DIMENSION | Additional Metadata +#------------------------------------------------------------------------------------------------------------ + NAME | UNITS | DIMS | VLOC | RESTART | ADD2EXPORT | FRIENDLYTO | LONG NAME +#------------------------------------------------------------------------------------------------------------ + DMS | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Dimethylsulphide + SO2 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sulphur dioxide + SO4 | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Sulphate aerosol + MSA | kg kg-1 | xyz | C | MAPL_RestartOptional | T | DYNAMICS:TURBULENCE:MOIST | Methanesulphonic acid #********************************************************