Skip to content

Commit

Permalink
Update params for new temperature unit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdempsey90 committed Jan 22, 2025
1 parent 02d61f1 commit 94f09a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/artemis_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ artemis:
cgs:
_type: opt
_description: "CGS unit system"
unit_conversion:
unit_specifier:
_type: "string"
_default: "base"
_description: "How to provide unit conversions between code and physical units"
base:
_type: opt
_description: "Provide base unit conversions (length, time, mass)"
_description: "Provide base unit conversions (length, time, mass, temperature)"
ppd:
_type: opt
_description: "AU, Year/(2 pi), solar mass units for protoplanetary disks"
Expand All @@ -55,6 +55,10 @@ artemis:
_type: "Real"
_default: "1.0"
_description: "Physical units value of mass equal to 1 code unit"
temperature:
_type: "Real"
_default: "1.0"
_description: "Physical units value of temperature equal to 1 code unit"


physics:
Expand Down

0 comments on commit 94f09a4

Please sign in to comment.