Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRTM surface emissivity #183

Open
chengdang opened this issue Oct 7, 2024 · 5 comments
Open

CRTM surface emissivity #183

chengdang opened this issue Oct 7, 2024 · 5 comments
Assignees

Comments

@chengdang
Copy link
Contributor

Current status:

Vis/IR default

    Default_IRlandCoeff_File    = 'NPOESS.IRland.EmisCoeff.bin'
    Default_IRsnowCoeff_File    = 'NPOESS.IRsnow.EmisCoeff.bin'
    Default_IRiceCoeff_File     = 'NPOESS.IRice.EmisCoeff.bin'
    Default_VISlandCoeff_File   = 'NPOESS.VISland.EmisCoeff.bin'
    Default_VISsnowCoeff_File   = 'NPOESS.VISsnow.EmisCoeff.bin'
    Default_VISiceCoeff_File    = 'NPOESS.VISice.EmisCoeff.bin'

CRTM_NPOESS_Emissivity

@chengdang
Copy link
Contributor Author

In comparison:
U Mich surface emissivity:
https://huang.engin.umich.edu/182-2/

File: surface_emissivity_for_11types_53deg_2.nc
(from 10-200 cm^-1, every 10 cm^-1)

Umich_Emissivity_Type

@chengdang
Copy link
Contributor Author

chengdang commented Oct 7, 2024

Comparison: snow emissivity, CRTM default versus U Mich:
CRTM_Umich_IR

@chengdang
Copy link
Contributor Author

@BenjaminTJohnson
Copy link
Contributor

BenjaminTJohnson commented Oct 15, 2024

https://e4ftl01.cr.usgs.gov/MEASURES/

Here are brief descriptions of the MEaSUREs products available in the directories:

CAM5K30CF: Cloud fraction data for climate modeling.
CAM5K30EM: Emission data for atmospheric studies.
GEOLST4KHR: Land surface temperature at high resolution.
GFCC30: Global Forest Cover Change in various formats (FCC, SR, TC, WC).
GFSAD: Global Food Security analysis data, focusing on cropland extent and distribution.
GLanCE30: Global Land Change datasets.
NASADEM: Digital elevation models derived from Shuttle Radar Topography.
SRTM: Topography from Shuttle Radar Topography Mission.
VCF5KYR: Vegetation Continuous Fields over a 5-year period.
VIP: Vegetation indices and phenology products.

Plan to align the CAM5K30EM dataset with land surface types:

Obtain a Land Surface Type Dataset: Use a global land cover product like MODIS Land Cover (MCD12Q1) or the ESA CCI Land Cover datasets.

Reproject and Resample: Ensure both datasets are in the same projection and spatial resolution. You can use tools like GDAL or Python libraries like rasterio and pyproj for this.

Spatial Alignment: Use xarray or rasterio in Python to align the grids, overlay the datasets, and extract corresponding land types for CAM5K30EM grid cells.

Need to consider land surface types in UFS. I've emailed Mike Barlage.

https://github.com/ufs-community/ccpp-physics/blob/5a363134a77535f35594e56b58ba1e6141a23d2b/physics/Radiation/radiation_surface.f#L798

appears applicable only to LW radiance (e.g., for RRTMG, but not 100% sure).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants