plot output from box tests#1114
Conversation
apcraig
left a comment
There was a problem hiding this comment.
I would move gridtype and plottimeseries (lines 56-62) settings up to the top of the script. Then I would add an if block after that for global or box to set the case, casedir, files, notes, and fstrs. And could we set the default to 'global' and 'true'. These are needed for making release plots, I think it would be good to have that be the default. Otherwise, this seems fine overall. Are you happy with the box plots or need any help otherwise?
|
I rearranged The only remaining weirdness for box plots is that @apcraig please, would you test this version in your regular setup to make sure I haven't broken something? |
script modifications for plotting output from box tests
@eclare108213
ENTER INFORMATION HERE
Added a python script to make simple 2-dimensional plots of output from box tests, in conjunction with the slotted cylinder tests shown in #1072. The new python script closely mimics the original one, which only made plots on global lat/lon grids. I also altered the filenames and logic in
ciceplots.csh. The current version here shows what was needed for my box plots in the user-definedfiles,notes, andfstrdata. I'd be happy to comment mine out in favor of the original, since (I think) it's used to create plots when we make a release, but there must be a better way to do this. Suggestions are most welcome...I added the
advectionnamelist option toset_nml.boxslotcyl, since that test is aimed at advection and I wanted to check upwind too. The code itself should still be BFB, including slotted cylinder tests.