rice-solar-physics / pydrad

Python tools for setting up HYDRAD runs and parsing output
https://pydrad.readthedocs.io
MIT License
4 stars 3 forks source link

Add support for Mikic/jump condition options #42

Closed wtbarnes closed 6 years ago

wtbarnes commented 6 years ago

@cdj3 What parameters specifically are needed to use this option?

cdj3 commented 6 years ago

Hi Will,

To use this option you need to have a logical to turn the adaptive broadening on/off and an upper bound for the critical temperature set as a percentage (0-100%) of the peak temperature.

I have attached my default.cfg file for you to use as a reference. The parameters are the true (logical) and 20 (percentage) found above false before // End of Thermal Conduction //

Please let me know if you need any more details.

Cheers, Craig

On 4 September 2018 at 04:33, Will Barnes notifications@github.com wrote:

@cdj3 https://github.com/cdj3 What parameters specifically are needed to use this option?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rice-solar-physics/hydrad_tools/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/AKxcIHFM2j0-9xBRHg48CP4bDPWn3L3Aks5uXfSVgaJpZM4WYPmO .[image: Web Bug from https://github.com/notifications/beacon/AKxcIEtxEYyJQ9NhjdhvEdmGYxCwzUOIks5uXfSVgaJpZM4WYPmO.gif] {"api_version":"1.0","publisher":{"api_key":" 05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity": {"external_key":"github/rice-solar-physics/hydrad_tools"," title":"rice-solar-physics/hydrad_tools","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/ images/email/message_cards/header.png","avatar_image_url":" https://assets-cdn.github.com/images/email/message_cards/avatar.png ","action":{"name":"Open in GitHub","url":"https://github. com/rice-solar-physics/hydrad_tools"}},"updates":{"snippets" :[{"icon":"DESCRIPTION","message":"Add support for Mikic/jump condition options (#42)"}],"action":{"name":"View Issue","url":"https://github. com/rice-solar-physics/hydrad_tools/issues/42"}}} [ { "@context": " http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/rice- solar-physics/hydrad_tools/issues/42", "url": "https://github.com/rice- solar-physics/hydrad_tools/issues/42", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Add support for Mikic/jump condition options (#42)", "sections": [ { "text": "", "activityTitle": "Will Barnes", "activityImage": " https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@wtbarnes", "facts": [ { "name": "Repository: ", "value": "rice-solar-physics/hydrad_tools" }, { "name": "Issue #: ", "value": 42 } ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"rice-solar-physics/hydrad_tools\",\n\"issueId\": 42,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"rice-solar-physics/hydrad_tools\",\n\"issueId\": 42\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/rice- solar-physics/hydrad_tools/issues/42" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 375454094\n}" } ], "themeColor": "26292E" } ]

-- Dr Craig Johnston Postdoctoral Research Assistant Solar and Magnetospheric Theory Group School of Mathematics and Statistics University of St Andrews North Haugh, St Andrews tel: (44) 1334 463727 Fife, KY16 9SS e-mail: cdj3@st-andrews.ac.uk web: http://www-solar.mcs.st-andrews.ac.uk/~cdj3/ http://www-solar.mcs.st-andrews.ac.uk/%7Ejamest/

The University of St Andrews is a charity registered in Scotland: No. SC013532

wtbarnes commented 6 years ago

Ok cool. To implement them here, I'll just need to know what the variables are called (if they are preprocessor statements) and in what configuration files they need to be in.

wtbarnes commented 6 years ago

Closing and moving discussion to #48