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

Which variables need to be output from CAM #11

Open
MarionBWeinzierl opened this issue May 1, 2024 · 4 comments
Open

Which variables need to be output from CAM #11

MarionBWeinzierl opened this issue May 1, 2024 · 4 comments

Comments

@MarionBWeinzierl
Copy link
Collaborator

Need to find out which variables we need to output from CAM for Cloud Liquid and Cloud Ice.

@dorchard
Copy link

dorchard commented May 1, 2024

(was that CLUBB variables to be output?)
AR by @paogorman @judithberner

@paogorman
Copy link

paogorman commented May 1, 2024 via email

@paogorman
Copy link

paogorman commented May 3, 2024 via email

@jatkinson1000
Copy link
Member

To follow up here.
The variables currently output are as follows:

mfilt=1440,1440,1440
nhtfrq=1,1,1
fincl2 = 'ZMDT:I', 'ZMDQ:I', 'ZMDICE:I', 'ZMDLIQ:I', 'EVAPTZM:I', 'EVAPQZM:I', 'PRECCDZM:I',
         'RVMTEND_CLUBB:I', 'STEND_CLUBB:I', 'RCMTEND_CLUBB:I', 'RIMTEND_CLUBB:I',
         'TTENDICE:I', 'QVTENDICE:I', 'QCTENDICE:I',
         'MPDT:I', 'MPDQ:I', 'MPDLIQ:I', 'MPDICE:I',
         'YOGDT:I', 'YOGDQ:I', 'YOGDICE:I', 'YOGDLIQ:I', 'PRECC:I', 'YOGPREC:I',
         'RELHUM:I'
fincl3 = 'PMID:I','PS:I','T:I','TBP:I','Q:I','QBP:I','CLDICE&IC','CLDLIQ&IC','ICWMR:I','ICIMR:I'

With recent changes to run YOG as a separate scheme with deep_scheme='off' rather than as deep_scheme='YOG' the ZM setup routines will no longer be called so we will not be able to output the ZM variables from a YOG run.

With reference to @MarionBWeinzierl's original query on this issue.
This arose because cloud liquid and ice were being written as zero values from CLDLIQ and CLDICE.
Judith was going to look up why this might be and if these were not the correct variables to look at.
After some digging myself I am now using:

        float ICIMR(time, lev, lat, lon) ;
                ICIMR:mdims = 1 ;
                ICIMR:units = "kg/kg" ;
                ICIMR:long_name = "Prognostic in-cloud ice mixing ratio" ;
                ICIMR:cell_methods = "time: mean" ;
        float ICWMR(time, lev, lat, lon) ;
                ICWMR:mdims = 1 ;
                ICWMR:units = "kg/kg" ;
                ICWMR:long_name = "Prognostic in-cloud water mixing ratio" ;
                ICWMR:cell_methods = "time: mean" ;

instead.
I have asked @judithberner to check that these were the appropriate variables on 2024-06-04 but haven't yet received confirmation.

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

4 participants