Feature/cd ssp input - #330
Open
chengdang wants to merge 11 commits into
Open
Conversation
Update to jedi-ci v2 with caching run-ci-on-draft = true Issue: JCSDA-internal/jedi-ci#77
This reverts commit 82c7460.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds an optional CRTM interface that allows aerosol and/or cloud optical properties to be provided directly as input for forward radiance calculations.
It supports:
Aerosol optical properties -
options%AOPCloud optical properties -
options%COPtotal optical properties -
options%TOPNew data structure. (OP for optical profiles):
OP_Input_typesee src/Options/OP_Input/OP_Input_Define.f90This data structure is included as part of existing CRTM data structure
Options, src/Options/CRTM_Options_Define.f90The following optical profiles are needed as input for radiance calculations:
As a reference, users may check the following modules for optical profile calculation: CRTM_Compute_AerosolScatter, CRTM_Compute_CloudScatter
The following programs and data are included as examples in folder: test/mains/unit/Unit_Test/
test_OP.f90, test_OP_Subset.f90
Generate_OP.f90, Generate_OP_Subset.f90
AOP_SingleProfile.nc COP_SingleProfile.nc TOP_SingleProfile.nc
AOP_Subset.nc COP_Subset.nc TOP_Subset.nc
Load_Atm_Data.inc, Load_Sfc_Data.inc
Note
Option COP/TOP does not support fractional cloud coverage. If needed by users, we can add later on.
Issue(s) addressed
#327
Dependencies
None
Impact
None
Checklist