JCSDA / CRTMv3

CRTMv3 repository for coordinated development and releases. Code history is not carried in this repository prior to v3, to reduce the cloning overhead. For v2.x history leading up to v3, see JCSDA/crtm repository.
Other
6 stars 6 forks source link

Adding NetCDF RTS support for active sensor module #98

Closed chengdang closed 9 months ago

chengdang commented 9 months ago

Per https://github.com/JCSDA/CRTMv3/pull/83 Adding new RTS variables required for active sensor modules: https://github.com/JCSDA/CRTMv3/blob/90d52eec1f97bb5a098c9834c4499a17de4ff35b/src/RTSolution/CRTM_RTSolution_Define.f90#L229C1-L229C1

REAL(fp), ALLOCATABLE :: Reflectivity(:) REAL(fp), ALLOCATABLE :: Reflectivity_Attenuated(:)

chengdang commented 9 months ago

Updates have been made and pushed to branch Feature/cd rts netcdf io