Giter VIP home page Giter VIP logo

Comments (4)

chengdang avatar chengdang commented on September 16, 2024

In forward module, this code block is implemented after calling CRTM_Compute_RTSolution twice to compute the RTSolution and RTSolution_Clear for both overcast and clear sky, respectively.

Error_Status = CRTM_Compute_RTSolution( &

Error_Status = CRTM_Compute_RTSolution( &

This code block then combines the radiance based on cloud fractions to generate radiance of fractional cloudy sky:

! Combine cloudy and clear radiances for fractional cloud coverage

from crtmv3.

chengdang avatar chengdang commented on September 16, 2024

In TL and K_Matrix modules, this code block is implemented before calling CRTM_Compute_RTSolution, CRTM_Compute_RTSolution_TL, CRTM_Compute_RTSolution_AD, yet in some of these modules, RTSolution and RTSolution_Clear are being re-computed. So I'm trying to understand why these are implemented such way.

For example, in CRTM_Adjoint_Module.f90, twice before calling CRTM_Compute_RTSolution and CRTM_Compute_RTSolution_TL

IF ( CRTM_Atmosphere_IsFractional(cloud_coverage_flag) ) THEN

! Combine cloudy and clear radiances for fractional cloud coverage

In CRTM_K_Matrix_Module.f90, multiple times before and after calling CRTM_Compute_RTSolution_AD

IF(RTV(nt)%n_Stokes == 1) THEN

! Combine cloudy and clear radiances for fractional cloud coverage

! More fractionally cloudy atmospheres processing

from crtmv3.

quanhualiu avatar quanhualiu commented on September 16, 2024

In CRTM_Forward_Module,
line 1024 Error_Status = CRTM_Compute_RTSolution( &
is always used. It can be using 100% cloud even the actual cloud coverage is < 100% or can be for a clear-sky case.
line 1057 Error_Status = CRTM_Compute_RTSolution( & is used for a partially cloud cover case.
Combine the result RTSolution from line 1024 and RTSolution_Clear from line 1057, one can calculate the result for the partially cloud cases.

from crtmv3.

chengdang avatar chengdang commented on September 16, 2024

Had a meeting and this issue is resolved.

from crtmv3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.