Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Active variables saved to settings


 Open points

YAML:

Code Block
languageyml
 # any comments can be put here (manually!!!) .... e.g.: 
 ###############################################    
 ###           ITRFASTIONS.                  ### 
 ###############################################   
 - variable: 
      name: ITRFASTIONS
      overview: Short description of variable
	  - specification      
           name_list: NLIST3
           model: 
           tab:
    	    obsolete: false 
      - data  
 		    meta_type: array
    	   	type: integer
   	    	default_value: 
  	    	min_value: 
  	    	max_value: 
      - info 
        	link: http://documentation.server/link/to/documentation/page
        	description: ' -1 combine fast ions. 0 (default) legacy ps+ns. 1 beams only.
            	2 beams+RF minority as thermal Maxwellians'

Outputs:


  • settings (startup.jset) 
  • namelist (jetto.in)
  • anything else?

...