Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Total diabatic heating calculation in WACCM6

yliang@whoi_edu

New Member
Hello, I have a question about calculating total/net diabatic heating from WACCM6 output. What variables do we need? Some Previous studies (for example, Kwon et al., 2011, http://www.whoi.edu/fileserver.do?id=195286&pt=2&p=202390) used DTCOND (T tendency - moist process), DTV (T vertical diffusion), DTH (T horizontal diffusive heating, not in the WACCM output list), QRL (long wave heating rate), and QRS (solar heating rate). However, DTH is not included in WACCM output list. We also notice that WACCM has output variables, QRS_TOT and QRL_TOT.Could someone falimiar with daibatic heating caclulation have some comments or suggestions? Thank you in advance.Best,Yu-Chiao    
 

mmills

CSEG and Liaisons
Staff member
The following answer is from Rolando Garcia:Radiative (and other energy-related) terms in WACCM are listed below. This is an ncdump -h from one of the files I obtain by pre-processing h0 output (zonal-mean, concatenation across the entire simulation). This is why the spatial dimensions shown are just lat,lev. The list is convenient because it includes the metadata that shows what each field contains. I’ve added comments where the metadata is a bit unclear in my opinion.
Code:
=======================================================================================================

Code:
 

Code:
        float DTCOND(time, lev, lat) ;

Code:
                DTCOND:mdims = 1 ;

Code:
                DTCOND:units = "K/s" ;

Code:
                DTCOND:long_name = "T tendency - moist processes" ;

Code:
                DTCOND:cell_methods = "time: mean” ;

Code:
*** Condensational heating.

Code:
 

Code:
        float DTCORE(time, lev, lat) ;

Code:
                DTCORE:mdims = 1 ;

Code:
                DTCORE:units = "K/s" ;

Code:
                DTCORE:long_name = "T tendency due to dynamical core" ;

Code:
                DTCORE:cell_methods = "time: mean lon: mean” ;

Code:
 

Code:
        float DTV(time, lev, lat) ;

Code:
                DTV:mdims = 1 ;

Code:
                DTV:units = "K/s" ;

Code:
                DTV:long_name = "T vertical diffusion" ;

Code:
                DTV:cell_methods = "time: mean lon: mean” ;

Code:
*** This includes molecular diffusion and boundary layer diffusion. Does not include diffusion due to parameterized GW. But see below for GW terms.

Code:
 

Code:
        float QCP(time, lev, lat) ;

Code:
                QCP:mdims = 1 ;

Code:
                QCP:units = "K/s" ;

Code:
                QCP:long_name = "chem pot heating rate" ;

Code:
                QCP:cell_methods = "time: mean lon: mean” ;

Code:
*** This is heating produced by recombination of photolysis products, e.g., O + O + M —> O2 + heat. Above the stratosphere, one cannot assume that absorbed solar energy is immediately thermalized. We instead keep track of the products of photolysis and release energy upon recombination.  Of course, this can only be done in WACCM simulations with coupled chemistry (not SC-WACCM).

Code:
 

Code:
        float QJOULE(time, lev, lat) ;

Code:
                QJOULE:mdims = 1 ;

Code:
                QJOULE:units = "K/s" ;

Code:
                QJOULE:long_name = "Joule Heat" ;

Code:
                QJOULE:cell_methods = "time: mean lon: mean” ;

Code:
*** Joule heating is mportant only in the lower thermosphere, near top of model.

Code:
 

Code:
        float QRL(time, lev, lat, lon) ;

Code:
                QRL:mdims = 1 ;

Code:
                QRL:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRL:units = "K/s" ;

Code:
                QRL:long_name = "Longwave heating rate" ;

Code:
                QRL:cell_methods = "time: mean” ;

Code:
*** IR cooling in the stratosphere and troposphere. 

Code:
 

Code:
        float QRLNLTE(time, lev, lat) ;

Code:
                QRLNLTE:mdims = 1 ;

Code:
                QRLNLTE:units = "K/s" ;

Code:
                QRLNLTE:long_name = "Non-LTE LW heating (includes QNO)" ;

Code:
                QRLNLTE:cell_methods = "time: mean lon: mean” ;

Code:
*** IR cooling in the MLT. Uses Fomichev NLTE parameterization.

Code:
 

Code:
        float QRL_TOT(time, lev, lat) ;

Code:
                QRL_TOT:mdims = 1 ;

Code:
                QRL_TOT:units = "K/s" ;

Code:
                QRL_TOT:long_name = "Merged LW heating: QRL+QRLNLTE" ;

Code:
                QRL_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all the IR cooling.

Code:
 

Code:
        float QRS(time, lev, lat) ;

Code:
                QRS:mdims = 1 ;

Code:
                QRS:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRS:units = "K/s" ;

Code:
                QRS:long_name = "Solar heating rate" ;

Code:
                QRS:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the troposphere and stratosphere (absorption by O3, H2O...)

Code:
 

Code:
        float QRS_AUR(time, lev, lat) ;

Code:
                QRS_AUR:mdims = 1 ;

Code:
                QRS_AUR:units = "K/s" ;

Code:
                QRS_AUR:long_name = "total auroral heating rate" ;

Code:
                QRS_AUR:cell_methods = "time: mean lon: mean" ;

Code:
*** This is heating due to particle precipitation in the auroral ovals.

Code:
 

Code:
        float QRS_CO2NIR(time, lev, lat) ;

Code:
                QRS_CO2NIR:mdims = 1 ;

Code:
                QRS_CO2NIR:units = "K/s" ;

Code:
                QRS_CO2NIR:long_name = "co2 nir heating rate" ;

Code:
                QRS_CO2NIR:cell_methods = "time: mean lon: mean” ;

Code:
*** Near-IR absorption around the mesopause.

Code:
 

Code:
        float QRS_EUV(time, lev, lat) ;

Code:
                QRS_EUV:mdims = 1 ;

Code:
                QRS_EUV:units = "K/s" ;

Code:
                QRS_EUV:long_name = "total euv heating rate" ;

Code:
                QRS_EUV:cell_methods = "time: mean lon: mean” ;

Code:
*** Extreme UV heating (shortward of Lyman-alpha) in the MLT.

Code:
 

Code:
        float QRS_TOT(time, lev, lat) ;

Code:
                QRS_TOT:mdims = 1 ;

Code:
                QRS_TOT:units = "K/s" ;

Code:
                QRS_TOT:long_name = "Merged SW heating: QRS+QCP+QRS_EUV+QRS_CO2NIR+QRS_AUR+QTHERMAL" ;

Code:
                QRS_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all of the solar heating terms (except for some reason QJOULE was left out!) At some point, we should fix this.

Code:
 

Code:
        float QTHERMAL(time, lev, lat) ;

Code:
                QTHERMAL:mdims = 1 ;

Code:
                QTHERMAL:units = "K/s" ;

Code:
                QTHERMAL:long_name = "non-euv photolysis heating rate" ;

Code:
                QTHERMAL:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the MLT (even in this region, some of the solar radiation absorbed _is_ thermalized right away. The rest goes into products of photolysis, and is accounted for in QCP. See above.

Code:
 

Code:
        float TTGW(time, lev, lat) ;

Code:
                TTGW:mdims = 1 ;

Code:
                TTGW:units = "K/s" ;

Code:
                TTGW:long_name = "T tendency - gravity wave drag" ;

Code:
                TTGW:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the heating due to parameterized GW.

Code:
 

Code:
        float TTGWSDF(time, lev, lat) ;

Code:
                TTGWSDF:mdims = 1 ;

Code:
                TTGWSDF:units = "K/s" ;

Code:
                TTGWSDF:long_name = "t tendency - gw spec: diffusion term" ;

Code:
                TTGWSDF:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the part of GW heating due to vertical eddy diffusion by the GW.

Code:
 

Code:
        float TTGWSKE(time, lev, lat) ;

Code:
                TTGWSKE:mdims = 1 ;

Code:
                TTGWSKE:units = "K/s" ;

Code:
                TTGWSKE:long_name = "t tendency - gw spec: kinetic energy conversion term" ;

Code:
                TTGWSKE:cell_methods = "time: mean lon: mean" ;

Code:
*** This is the part of GW heating due to turbulent dissipation of GW KE.

Code:
 
I almost forgot: There is also a term QNO (NO IR cooling, which I have not been including in my analyses. This is only important near the upper boundary of WACCM (maybe 125-140 km), where CO2 is pretty much gone and NO becomes abundant and an important cooling term. 
 

mmills

CSEG and Liaisons
Staff member
The following answer is from Rolando Garcia:Radiative (and other energy-related) terms in WACCM are listed below. This is an ncdump -h from one of the files I obtain by pre-processing h0 output (zonal-mean, concatenation across the entire simulation). This is why the spatial dimensions shown are just lat,lev. The list is convenient because it includes the metadata that shows what each field contains. I’ve added comments where the metadata is a bit unclear in my opinion.
Code:
=======================================================================================================

Code:
 

Code:
        float DTCOND(time, lev, lat) ;

Code:
                DTCOND:mdims = 1 ;

Code:
                DTCOND:units = "K/s" ;

Code:
                DTCOND:long_name = "T tendency - moist processes" ;

Code:
                DTCOND:cell_methods = "time: mean” ;

Code:
*** Condensational heating.

Code:
 

Code:
        float DTCORE(time, lev, lat) ;

Code:
                DTCORE:mdims = 1 ;

Code:
                DTCORE:units = "K/s" ;

Code:
                DTCORE:long_name = "T tendency due to dynamical core" ;

Code:
                DTCORE:cell_methods = "time: mean lon: mean” ;

Code:
 

Code:
        float DTV(time, lev, lat) ;

Code:
                DTV:mdims = 1 ;

Code:
                DTV:units = "K/s" ;

Code:
                DTV:long_name = "T vertical diffusion" ;

Code:
                DTV:cell_methods = "time: mean lon: mean” ;

Code:
*** This includes molecular diffusion and boundary layer diffusion. Does not include diffusion due to parameterized GW. But see below for GW terms.

Code:
 

Code:
        float QCP(time, lev, lat) ;

Code:
                QCP:mdims = 1 ;

Code:
                QCP:units = "K/s" ;

Code:
                QCP:long_name = "chem pot heating rate" ;

Code:
                QCP:cell_methods = "time: mean lon: mean” ;

Code:
*** This is heating produced by recombination of photolysis products, e.g., O + O + M —> O2 + heat. Above the stratosphere, one cannot assume that absorbed solar energy is immediately thermalized. We instead keep track of the products of photolysis and release energy upon recombination.  Of course, this can only be done in WACCM simulations with coupled chemistry (not SC-WACCM).

Code:
 

Code:
        float QJOULE(time, lev, lat) ;

Code:
                QJOULE:mdims = 1 ;

Code:
                QJOULE:units = "K/s" ;

Code:
                QJOULE:long_name = "Joule Heat" ;

Code:
                QJOULE:cell_methods = "time: mean lon: mean” ;

Code:
*** Joule heating is mportant only in the lower thermosphere, near top of model.

Code:
 

Code:
        float QRL(time, lev, lat, lon) ;

Code:
                QRL:mdims = 1 ;

Code:
                QRL:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRL:units = "K/s" ;

Code:
                QRL:long_name = "Longwave heating rate" ;

Code:
                QRL:cell_methods = "time: mean” ;

Code:
*** IR cooling in the stratosphere and troposphere. 

Code:
 

Code:
        float QRLNLTE(time, lev, lat) ;

Code:
                QRLNLTE:mdims = 1 ;

Code:
                QRLNLTE:units = "K/s" ;

Code:
                QRLNLTE:long_name = "Non-LTE LW heating (includes QNO)" ;

Code:
                QRLNLTE:cell_methods = "time: mean lon: mean” ;

Code:
*** IR cooling in the MLT. Uses Fomichev NLTE parameterization.

Code:
 

Code:
        float QRL_TOT(time, lev, lat) ;

Code:
                QRL_TOT:mdims = 1 ;

Code:
                QRL_TOT:units = "K/s" ;

Code:
                QRL_TOT:long_name = "Merged LW heating: QRL+QRLNLTE" ;

Code:
                QRL_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all the IR cooling.

Code:
 

Code:
        float QRS(time, lev, lat) ;

Code:
                QRS:mdims = 1 ;

Code:
                QRS:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRS:units = "K/s" ;

Code:
                QRS:long_name = "Solar heating rate" ;

Code:
                QRS:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the troposphere and stratosphere (absorption by O3, H2O...)

Code:
 

Code:
        float QRS_AUR(time, lev, lat) ;

Code:
                QRS_AUR:mdims = 1 ;

Code:
                QRS_AUR:units = "K/s" ;

Code:
                QRS_AUR:long_name = "total auroral heating rate" ;

Code:
                QRS_AUR:cell_methods = "time: mean lon: mean" ;

Code:
*** This is heating due to particle precipitation in the auroral ovals.

Code:
 

Code:
        float QRS_CO2NIR(time, lev, lat) ;

Code:
                QRS_CO2NIR:mdims = 1 ;

Code:
                QRS_CO2NIR:units = "K/s" ;

Code:
                QRS_CO2NIR:long_name = "co2 nir heating rate" ;

Code:
                QRS_CO2NIR:cell_methods = "time: mean lon: mean” ;

Code:
*** Near-IR absorption around the mesopause.

Code:
 

Code:
        float QRS_EUV(time, lev, lat) ;

Code:
                QRS_EUV:mdims = 1 ;

Code:
                QRS_EUV:units = "K/s" ;

Code:
                QRS_EUV:long_name = "total euv heating rate" ;

Code:
                QRS_EUV:cell_methods = "time: mean lon: mean” ;

Code:
*** Extreme UV heating (shortward of Lyman-alpha) in the MLT.

Code:
 

Code:
        float QRS_TOT(time, lev, lat) ;

Code:
                QRS_TOT:mdims = 1 ;

Code:
                QRS_TOT:units = "K/s" ;

Code:
                QRS_TOT:long_name = "Merged SW heating: QRS+QCP+QRS_EUV+QRS_CO2NIR+QRS_AUR+QTHERMAL" ;

Code:
                QRS_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all of the solar heating terms (except for some reason QJOULE was left out!) At some point, we should fix this.

Code:
 

Code:
        float QTHERMAL(time, lev, lat) ;

Code:
                QTHERMAL:mdims = 1 ;

Code:
                QTHERMAL:units = "K/s" ;

Code:
                QTHERMAL:long_name = "non-euv photolysis heating rate" ;

Code:
                QTHERMAL:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the MLT (even in this region, some of the solar radiation absorbed _is_ thermalized right away. The rest goes into products of photolysis, and is accounted for in QCP. See above.

Code:
 

Code:
        float TTGW(time, lev, lat) ;

Code:
                TTGW:mdims = 1 ;

Code:
                TTGW:units = "K/s" ;

Code:
                TTGW:long_name = "T tendency - gravity wave drag" ;

Code:
                TTGW:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the heating due to parameterized GW.

Code:
 

Code:
        float TTGWSDF(time, lev, lat) ;

Code:
                TTGWSDF:mdims = 1 ;

Code:
                TTGWSDF:units = "K/s" ;

Code:
                TTGWSDF:long_name = "t tendency - gw spec: diffusion term" ;

Code:
                TTGWSDF:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the part of GW heating due to vertical eddy diffusion by the GW.

Code:
 

Code:
        float TTGWSKE(time, lev, lat) ;

Code:
                TTGWSKE:mdims = 1 ;

Code:
                TTGWSKE:units = "K/s" ;

Code:
                TTGWSKE:long_name = "t tendency - gw spec: kinetic energy conversion term" ;

Code:
                TTGWSKE:cell_methods = "time: mean lon: mean" ;

Code:
*** This is the part of GW heating due to turbulent dissipation of GW KE.

Code:
 
I almost forgot: There is also a term QNO (NO IR cooling, which I have not been including in my analyses. This is only important near the upper boundary of WACCM (maybe 125-140 km), where CO2 is pretty much gone and NO becomes abundant and an important cooling term. 
 

mmills

CSEG and Liaisons
Staff member
The following answer is from Rolando Garcia:Radiative (and other energy-related) terms in WACCM are listed below. This is an ncdump -h from one of the files I obtain by pre-processing h0 output (zonal-mean, concatenation across the entire simulation). This is why the spatial dimensions shown are just lat,lev. The list is convenient because it includes the metadata that shows what each field contains. I’ve added comments where the metadata is a bit unclear in my opinion.
Code:
=======================================================================================================

Code:
 

Code:
        float DTCOND(time, lev, lat) ;

Code:
                DTCOND:mdims = 1 ;

Code:
                DTCOND:units = "K/s" ;

Code:
                DTCOND:long_name = "T tendency - moist processes" ;

Code:
                DTCOND:cell_methods = "time: mean” ;

Code:
*** Condensational heating.

Code:
 

Code:
        float DTCORE(time, lev, lat) ;

Code:
                DTCORE:mdims = 1 ;

Code:
                DTCORE:units = "K/s" ;

Code:
                DTCORE:long_name = "T tendency due to dynamical core" ;

Code:
                DTCORE:cell_methods = "time: mean lon: mean” ;

Code:
 

Code:
        float DTV(time, lev, lat) ;

Code:
                DTV:mdims = 1 ;

Code:
                DTV:units = "K/s" ;

Code:
                DTV:long_name = "T vertical diffusion" ;

Code:
                DTV:cell_methods = "time: mean lon: mean” ;

Code:
*** This includes molecular diffusion and boundary layer diffusion. Does not include diffusion due to parameterized GW. But see below for GW terms.

Code:
 

Code:
        float QCP(time, lev, lat) ;

Code:
                QCP:mdims = 1 ;

Code:
                QCP:units = "K/s" ;

Code:
                QCP:long_name = "chem pot heating rate" ;

Code:
                QCP:cell_methods = "time: mean lon: mean” ;

Code:
*** This is heating produced by recombination of photolysis products, e.g., O + O + M —> O2 + heat. Above the stratosphere, one cannot assume that absorbed solar energy is immediately thermalized. We instead keep track of the products of photolysis and release energy upon recombination.  Of course, this can only be done in WACCM simulations with coupled chemistry (not SC-WACCM).

Code:
 

Code:
        float QJOULE(time, lev, lat) ;

Code:
                QJOULE:mdims = 1 ;

Code:
                QJOULE:units = "K/s" ;

Code:
                QJOULE:long_name = "Joule Heat" ;

Code:
                QJOULE:cell_methods = "time: mean lon: mean” ;

Code:
*** Joule heating is mportant only in the lower thermosphere, near top of model.

Code:
 

Code:
        float QRL(time, lev, lat, lon) ;

Code:
                QRL:mdims = 1 ;

Code:
                QRL:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRL:units = "K/s" ;

Code:
                QRL:long_name = "Longwave heating rate" ;

Code:
                QRL:cell_methods = "time: mean” ;

Code:
*** IR cooling in the stratosphere and troposphere. 

Code:
 

Code:
        float QRLNLTE(time, lev, lat) ;

Code:
                QRLNLTE:mdims = 1 ;

Code:
                QRLNLTE:units = "K/s" ;

Code:
                QRLNLTE:long_name = "Non-LTE LW heating (includes QNO)" ;

Code:
                QRLNLTE:cell_methods = "time: mean lon: mean” ;

Code:
*** IR cooling in the MLT. Uses Fomichev NLTE parameterization.

Code:
 

Code:
        float QRL_TOT(time, lev, lat) ;

Code:
                QRL_TOT:mdims = 1 ;

Code:
                QRL_TOT:units = "K/s" ;

Code:
                QRL_TOT:long_name = "Merged LW heating: QRL+QRLNLTE" ;

Code:
                QRL_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all the IR cooling.

Code:
 

Code:
        float QRS(time, lev, lat) ;

Code:
                QRS:mdims = 1 ;

Code:
                QRS:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRS:units = "K/s" ;

Code:
                QRS:long_name = "Solar heating rate" ;

Code:
                QRS:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the troposphere and stratosphere (absorption by O3, H2O...)

Code:
 

Code:
        float QRS_AUR(time, lev, lat) ;

Code:
                QRS_AUR:mdims = 1 ;

Code:
                QRS_AUR:units = "K/s" ;

Code:
                QRS_AUR:long_name = "total auroral heating rate" ;

Code:
                QRS_AUR:cell_methods = "time: mean lon: mean" ;

Code:
*** This is heating due to particle precipitation in the auroral ovals.

Code:
 

Code:
        float QRS_CO2NIR(time, lev, lat) ;

Code:
                QRS_CO2NIR:mdims = 1 ;

Code:
                QRS_CO2NIR:units = "K/s" ;

Code:
                QRS_CO2NIR:long_name = "co2 nir heating rate" ;

Code:
                QRS_CO2NIR:cell_methods = "time: mean lon: mean” ;

Code:
*** Near-IR absorption around the mesopause.

Code:
 

Code:
        float QRS_EUV(time, lev, lat) ;

Code:
                QRS_EUV:mdims = 1 ;

Code:
                QRS_EUV:units = "K/s" ;

Code:
                QRS_EUV:long_name = "total euv heating rate" ;

Code:
                QRS_EUV:cell_methods = "time: mean lon: mean” ;

Code:
*** Extreme UV heating (shortward of Lyman-alpha) in the MLT.

Code:
 

Code:
        float QRS_TOT(time, lev, lat) ;

Code:
                QRS_TOT:mdims = 1 ;

Code:
                QRS_TOT:units = "K/s" ;

Code:
                QRS_TOT:long_name = "Merged SW heating: QRS+QCP+QRS_EUV+QRS_CO2NIR+QRS_AUR+QTHERMAL" ;

Code:
                QRS_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all of the solar heating terms (except for some reason QJOULE was left out!) At some point, we should fix this.

Code:
 

Code:
        float QTHERMAL(time, lev, lat) ;

Code:
                QTHERMAL:mdims = 1 ;

Code:
                QTHERMAL:units = "K/s" ;

Code:
                QTHERMAL:long_name = "non-euv photolysis heating rate" ;

Code:
                QTHERMAL:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the MLT (even in this region, some of the solar radiation absorbed _is_ thermalized right away. The rest goes into products of photolysis, and is accounted for in QCP. See above.

Code:
 

Code:
        float TTGW(time, lev, lat) ;

Code:
                TTGW:mdims = 1 ;

Code:
                TTGW:units = "K/s" ;

Code:
                TTGW:long_name = "T tendency - gravity wave drag" ;

Code:
                TTGW:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the heating due to parameterized GW.

Code:
 

Code:
        float TTGWSDF(time, lev, lat) ;

Code:
                TTGWSDF:mdims = 1 ;

Code:
                TTGWSDF:units = "K/s" ;

Code:
                TTGWSDF:long_name = "t tendency - gw spec: diffusion term" ;

Code:
                TTGWSDF:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the part of GW heating due to vertical eddy diffusion by the GW.

Code:
 

Code:
        float TTGWSKE(time, lev, lat) ;

Code:
                TTGWSKE:mdims = 1 ;

Code:
                TTGWSKE:units = "K/s" ;

Code:
                TTGWSKE:long_name = "t tendency - gw spec: kinetic energy conversion term" ;

Code:
                TTGWSKE:cell_methods = "time: mean lon: mean" ;

Code:
*** This is the part of GW heating due to turbulent dissipation of GW KE.

Code:
 
I almost forgot: There is also a term QNO (NO IR cooling, which I have not been including in my analyses. This is only important near the upper boundary of WACCM (maybe 125-140 km), where CO2 is pretty much gone and NO becomes abundant and an important cooling term. 
 

mmills

CSEG and Liaisons
Staff member
The following answer is from Rolando Garcia:Radiative (and other energy-related) terms in WACCM are listed below. This is an ncdump -h from one of the files I obtain by pre-processing h0 output (zonal-mean, concatenation across the entire simulation). This is why the spatial dimensions shown are just lat,lev. The list is convenient because it includes the metadata that shows what each field contains. I’ve added comments where the metadata is a bit unclear in my opinion.
Code:
=======================================================================================================

Code:
 

Code:
        float DTCOND(time, lev, lat) ;

Code:
                DTCOND:mdims = 1 ;

Code:
                DTCOND:units = "K/s" ;

Code:
                DTCOND:long_name = "T tendency - moist processes" ;

Code:
                DTCOND:cell_methods = "time: mean” ;

Code:
*** Condensational heating.

Code:
 

Code:
        float DTCORE(time, lev, lat) ;

Code:
                DTCORE:mdims = 1 ;

Code:
                DTCORE:units = "K/s" ;

Code:
                DTCORE:long_name = "T tendency due to dynamical core" ;

Code:
                DTCORE:cell_methods = "time: mean lon: mean” ;

Code:
 

Code:
        float DTV(time, lev, lat) ;

Code:
                DTV:mdims = 1 ;

Code:
                DTV:units = "K/s" ;

Code:
                DTV:long_name = "T vertical diffusion" ;

Code:
                DTV:cell_methods = "time: mean lon: mean” ;

Code:
*** This includes molecular diffusion and boundary layer diffusion. Does not include diffusion due to parameterized GW. But see below for GW terms.

Code:
 

Code:
        float QCP(time, lev, lat) ;

Code:
                QCP:mdims = 1 ;

Code:
                QCP:units = "K/s" ;

Code:
                QCP:long_name = "chem pot heating rate" ;

Code:
                QCP:cell_methods = "time: mean lon: mean” ;

Code:
*** This is heating produced by recombination of photolysis products, e.g., O + O + M —> O2 + heat. Above the stratosphere, one cannot assume that absorbed solar energy is immediately thermalized. We instead keep track of the products of photolysis and release energy upon recombination.  Of course, this can only be done in WACCM simulations with coupled chemistry (not SC-WACCM).

Code:
 

Code:
        float QJOULE(time, lev, lat) ;

Code:
                QJOULE:mdims = 1 ;

Code:
                QJOULE:units = "K/s" ;

Code:
                QJOULE:long_name = "Joule Heat" ;

Code:
                QJOULE:cell_methods = "time: mean lon: mean” ;

Code:
*** Joule heating is mportant only in the lower thermosphere, near top of model.

Code:
 

Code:
        float QRL(time, lev, lat, lon) ;

Code:
                QRL:mdims = 1 ;

Code:
                QRL:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRL:units = "K/s" ;

Code:
                QRL:long_name = "Longwave heating rate" ;

Code:
                QRL:cell_methods = "time: mean” ;

Code:
*** IR cooling in the stratosphere and troposphere. 

Code:
 

Code:
        float QRLNLTE(time, lev, lat) ;

Code:
                QRLNLTE:mdims = 1 ;

Code:
                QRLNLTE:units = "K/s" ;

Code:
                QRLNLTE:long_name = "Non-LTE LW heating (includes QNO)" ;

Code:
                QRLNLTE:cell_methods = "time: mean lon: mean” ;

Code:
*** IR cooling in the MLT. Uses Fomichev NLTE parameterization.

Code:
 

Code:
        float QRL_TOT(time, lev, lat) ;

Code:
                QRL_TOT:mdims = 1 ;

Code:
                QRL_TOT:units = "K/s" ;

Code:
                QRL_TOT:long_name = "Merged LW heating: QRL+QRLNLTE" ;

Code:
                QRL_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all the IR cooling.

Code:
 

Code:
        float QRS(time, lev, lat) ;

Code:
                QRS:mdims = 1 ;

Code:
                QRS:Sampling_Sequence = "rad_lwsw" ;

Code:
                QRS:units = "K/s" ;

Code:
                QRS:long_name = "Solar heating rate" ;

Code:
                QRS:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the troposphere and stratosphere (absorption by O3, H2O...)

Code:
 

Code:
        float QRS_AUR(time, lev, lat) ;

Code:
                QRS_AUR:mdims = 1 ;

Code:
                QRS_AUR:units = "K/s" ;

Code:
                QRS_AUR:long_name = "total auroral heating rate" ;

Code:
                QRS_AUR:cell_methods = "time: mean lon: mean" ;

Code:
*** This is heating due to particle precipitation in the auroral ovals.

Code:
 

Code:
        float QRS_CO2NIR(time, lev, lat) ;

Code:
                QRS_CO2NIR:mdims = 1 ;

Code:
                QRS_CO2NIR:units = "K/s" ;

Code:
                QRS_CO2NIR:long_name = "co2 nir heating rate" ;

Code:
                QRS_CO2NIR:cell_methods = "time: mean lon: mean” ;

Code:
*** Near-IR absorption around the mesopause.

Code:
 

Code:
        float QRS_EUV(time, lev, lat) ;

Code:
                QRS_EUV:mdims = 1 ;

Code:
                QRS_EUV:units = "K/s" ;

Code:
                QRS_EUV:long_name = "total euv heating rate" ;

Code:
                QRS_EUV:cell_methods = "time: mean lon: mean” ;

Code:
*** Extreme UV heating (shortward of Lyman-alpha) in the MLT.

Code:
 

Code:
        float QRS_TOT(time, lev, lat) ;

Code:
                QRS_TOT:mdims = 1 ;

Code:
                QRS_TOT:units = "K/s" ;

Code:
                QRS_TOT:long_name = "Merged SW heating: QRS+QCP+QRS_EUV+QRS_CO2NIR+QRS_AUR+QTHERMAL" ;

Code:
                QRS_TOT:cell_methods = "time: mean lon: mean” ;

Code:
*** This collects all of the solar heating terms (except for some reason QJOULE was left out!) At some point, we should fix this.

Code:
 

Code:
        float QTHERMAL(time, lev, lat) ;

Code:
                QTHERMAL:mdims = 1 ;

Code:
                QTHERMAL:units = "K/s" ;

Code:
                QTHERMAL:long_name = "non-euv photolysis heating rate" ;

Code:
                QTHERMAL:cell_methods = "time: mean lon: mean” ;

Code:
*** This is immediately thermalized heating in the MLT (even in this region, some of the solar radiation absorbed _is_ thermalized right away. The rest goes into products of photolysis, and is accounted for in QCP. See above.

Code:
 

Code:
        float TTGW(time, lev, lat) ;

Code:
                TTGW:mdims = 1 ;

Code:
                TTGW:units = "K/s" ;

Code:
                TTGW:long_name = "T tendency - gravity wave drag" ;

Code:
                TTGW:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the heating due to parameterized GW.

Code:
 

Code:
        float TTGWSDF(time, lev, lat) ;

Code:
                TTGWSDF:mdims = 1 ;

Code:
                TTGWSDF:units = "K/s" ;

Code:
                TTGWSDF:long_name = "t tendency - gw spec: diffusion term" ;

Code:
                TTGWSDF:cell_methods = "time: mean lon: mean” ;

Code:
*** This is the part of GW heating due to vertical eddy diffusion by the GW.

Code:
 

Code:
        float TTGWSKE(time, lev, lat) ;

Code:
                TTGWSKE:mdims = 1 ;

Code:
                TTGWSKE:units = "K/s" ;

Code:
                TTGWSKE:long_name = "t tendency - gw spec: kinetic energy conversion term" ;

Code:
                TTGWSKE:cell_methods = "time: mean lon: mean" ;

Code:
*** This is the part of GW heating due to turbulent dissipation of GW KE.

Code:
 
I almost forgot: There is also a term QNO (NO IR cooling, which I have not been including in my analyses. This is only important near the upper boundary of WACCM (maybe 125-140 km), where CO2 is pretty much gone and NO becomes abundant and an important cooling term. 
 

mmills

CSEG and Liaisons
Staff member
From Andrew Gettelman, it is in here: Gettelman, A., and T. Birner. “Insights on Tropical Tropopause Layer Processes Using Global Models.” Jgr 112, no. D23104 (2007). https://doi.org/10.1029/2007JD008945. We define it as the radiation (QRS_TOT, QRL_TOT) plus condensation terms (DTCOND).  There are many ways to break it down, the important part is just define your terms and not miss anything.  
 

mmills

CSEG and Liaisons
Staff member
From Andrew Gettelman, it is in here: Gettelman, A., and T. Birner. “Insights on Tropical Tropopause Layer Processes Using Global Models.” Jgr 112, no. D23104 (2007). https://doi.org/10.1029/2007JD008945. We define it as the radiation (QRS_TOT, QRL_TOT) plus condensation terms (DTCOND).  There are many ways to break it down, the important part is just define your terms and not miss anything.  
 

mmills

CSEG and Liaisons
Staff member
From Andrew Gettelman, it is in here: Gettelman, A., and T. Birner. “Insights on Tropical Tropopause Layer Processes Using Global Models.” Jgr 112, no. D23104 (2007). https://doi.org/10.1029/2007JD008945. We define it as the radiation (QRS_TOT, QRL_TOT) plus condensation terms (DTCOND).  There are many ways to break it down, the important part is just define your terms and not miss anything.  
 

mmills

CSEG and Liaisons
Staff member
From Andrew Gettelman, it is in here: Gettelman, A., and T. Birner. “Insights on Tropical Tropopause Layer Processes Using Global Models.” Jgr 112, no. D23104 (2007). https://doi.org/10.1029/2007JD008945. We define it as the radiation (QRS_TOT, QRL_TOT) plus condensation terms (DTCOND).  There are many ways to break it down, the important part is just define your terms and not miss anything.  
 
Top