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

Support simulator output for mixed phase diagram #709

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chengzhuzhang
Copy link
Contributor

close #708

@chengzhuzhang
Copy link
Contributor Author

from v3apha03 and onward, CLD_CAL_TMPICE and CLD_CAL_TMPLIQ are available. Though the metadata needs to be fixed:

               float CLD_CAL_TMPICE(time, cosp_ht, ncol) ;
                                CLD_CAL_TMPICE:mdims = 8 ;
                                CLD_CAL_TMPICE:_FillValue = -1.e+30f ;
                                CLD_CAL_TMPICE:missing_value = -1.e+30f ;
                                CLD_CAL_TMPICE:units = "percent" ;
                                CLD_CAL_TMPICE:long_name = "NOT SURE WHAT THIS IS Cloud Fraction" ;
                                CLD_CAL_TMPICE:cell_methods = "time: mean" ;
                float CLD_CAL_TMPLIQ(time, cosp_ht, ncol) ;
                                CLD_CAL_TMPLIQ:mdims = 8 ;
                                CLD_CAL_TMPLIQ:_FillValue = -1.e+30f ;
                                CLD_CAL_TMPLIQ:missing_value = -1.e+30f ;
                                CLD_CAL_TMPLIQ:units = "percent" ;
                                CLD_CAL_TMPLIQ:long_name = "NOT SURE WHAT THIS IS Cloud Fraction" ;

@chengzhuzhang
Copy link
Contributor Author

On hold, waiting to hear back from atmosphere group on using diagnostics COSP output

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

Successfully merging this pull request may close these issues.

Add mixed phase partition plot based on simulator output and obs
1 participant