Replies: 13 comments 57 replies
-
@jtruesdal I think a more cautious approach might be beneficial here - simply call exoRT to calculate diagnostic SW and LW heating rates and continue to call the H-S Mars temperature relaxation routine. We will need to do that anyway to avoid the model wandering off in the region of the atmosphere where heating rates are not produced by exoRT (at least until we add more physics). Good to see in the code that we can now save out QRS and QRL. Inspecting those after one timestep (and comparing to the LMD model) will be useful. |
Beta Was this translation helpful? Give feedback.
-
So I have run the model, disabling the updates the to temperature profile by exoRT and have found that there is a significant difference between QRS and QRL in terms of their scale: For example, near the surface, QRS is on the order of 1e-9 (i know if should be low) and QRL is on the order of unity. Even moving to lower pressures, we are looking at 1e-8 vs 1e-3 - so it looks like something is going wrong in the scaling that is being passed to CESM...... |
Beta Was this translation helpful? Give feedback.
-
It looks like running with camtop=31 and camtop =1 leads to the same results near the surface, and that the difference between QRS and QRL is apparent at low pressures as well - if we look at the top of the atmosphere, the peak QRS is about 48, whereas the peak QRL is 60000/-480000! |
Beta Was this translation helpful? Give feedback.
-
For comparison, here are the SW heating rates (K/s) from PCM-Mars calculated by Boding. |
Beta Was this translation helpful? Give feedback.
-
All, I had a dig into where LTE starts to break down. According to a tech doc. by Miguel Lopez-Valverde in 2001 the merge region is between 82 and 97 km, which is about 0.08 to 0.01 Pa (note not hPa). |
Beta Was this translation helpful? Give feedback.
-
Hi All, this is a random question about the .h1i. files. Is there is odd trick to these netcdf files that I am unaware of? They won't open in IDL nor a GUI viewer I use (panoply), but they do seem to open in python, and work with netcdf operators (NCO). It's a not huge deal, but I might have to rewrite my IDL script to python. |
Beta Was this translation helpful? Give feedback.
-
On a separate note, now that I am getting back into ExoRT.... the public version of ExoRT now has O2 and O3 in it, which my colleague Russell Dietrick added and has a paper in submission where he tested it in 1D radiative calculations, and some simple 3D CESM1.2.1/ExoCAM simulations, with good results compared to RRTMG. However, O2/O3 are now pulled in from the physics buffer via the prescribed_ozone_file. In Russell's implementation with ExoCAM, he has a zero'd out version of the ozone file. If for some reason, O3 climatological values are lingering in the Mars model, this could cause issues. Just something to be aware of. (I haven;t even had a chance to use Russell's version yet...) |
Beta Was this translation helpful? Give feedback.
-
Felix, could you make the output file again, but this time with 'P0'? The equation to convert the hybrid sigma coordinates to pressures requires both PS and P0. Also, could you change the output so that there is a single timestep per file (mfilt=1). This will just make it a little faster work the file. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I ran into an issue with making a file in Python to be read in by CESM. I had to convert it to cdf5: nccopy -k cdf5 mars_cam_vcoords_L49_c221221_netcdf3.nc mars_cam_vcoords_L49_c221221_netcdf3_cdf5.nc Perhaps some conversion to / from 3 or 5 might make the h1i file work for IDL? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Here is a chunk of python that recreates the mean zonal mean surface temperature used in the H-S case. If you want to hard-wire a surface T, you can try this:
|
Beta Was this translation helpful? Give feedback.
-
Just to keep everyone in the loop, I have had another pass at radiation.F90 and the functions it calls over the last few (work) days - so far i cannot see anything obviously wrong but the next step would be to go into the maths - @storyofthewolf is there a single paper that gives all the equations being solved? |
Beta Was this translation helpful? Give feedback.
-
Hey guys, my apologies. I had a conference last the previous week, and got
50+ messages behind here, and haven’t been able to catch up.
…On Mon, Nov 25, 2024 at 8:42 AM jtruesdal ***@***.***> wrote:
@storyofthewolf <https://github.com/storyofthewolf> is there something I
can do to help you validate the results against the column model?
—
Reply to this email directly, view it on GitHub
<#2 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYFAHYLUA2O5TWJBVZRTF32CNAONAVCNFSM6AAAAABQ4PJGGCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZXGQZDCMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm moving the email discussion for ExoRT debug to this thread.
Current Issues when running ExoRT in CESM3-planets
Beta Was this translation helpful? Give feedback.
All reactions