1 # SPACE CHARGE EXPLICIT LIGHTNING
2 state real scr ikjftb scalar 1 - \
3 i0rhusdf=(bdy_interp:dt) "SCR" "Rain space charge mixing ratio" "# C kg(-1)"
4 state real scw ikjftb scalar 1 - \
5 i0rhusdf=(bdy_interp:dt) "SCW" "cloud water space charge mixing ratio" "# C kg(-1)"
6 state real sci ikjftb scalar 1 - \
7 i0rhusdf=(bdy_interp:dt) "SCI" "cloud ice space charge mixing ratio" "# C kg(-1)"
8 state real scs ikjftb scalar 1 - \
9 i0rhusdf=(bdy_interp:dt) "SCS" "snow space charge mixing ratio" "# C kg(-1)"
10 state real sch ikjftb scalar 1 - \
11 i0rhusdf=(bdy_interp:dt) "SCH" "graupel water space charge mixing ratio" "# C kg(-1)"
12 state real schl ikjftb scalar 1 - \
13 i0rhusdf=(bdy_interp:dt) "SCHL" "hail water space charge mixing ratio" "# C kg(-1)"
14 state real sciona ikjftb scalar 1 - \
15 i0rhusdf=(bdy_interp:dt) "SCIONA" "Passive net ion space charge" "# C kg(-1)"
16 state real clnox ikjftb scalar 1 - \
17 i0rhusdf=(bdy_interp:dt) "CLNOX" "Lightning NOx concentration" "# moles kg(-1)"
18 # END SPACE CHARGE EXPLICIT LIGHTNING
22 state real rscghis_2d ij misc 1 - irh "rscghis_2d" "MAX NONINDUCTIVE CHARGING 2D" "C m-2"
23 state real induc ikj misc 1 - irh "induc" "TOTAL INDUCTIVE CHARGING " "C m-3"
24 state real noninduc ikj misc 1 - irh "noninduc" "TOTAL NONINDUCTIVE CHARGING" "C m-3"
25 state real sctot ikj misc 1 - irh "sctot" "Total Space Charge Density" "C m-3"
26 state real elecmag ikj misc 1 - irh "elecmag" "EFIELD MAGNITUDE" "V m-1"
27 state real elecx ikj misc 1 - irh "elecx" "EFIELD X-Component" "V m-1"
28 state real elecy ikj misc 1 - irh "elecy" "EFIELD Y-Component" "V m-1"
29 state real elecz ikj misc 1 - irh "elecz" "EFIELD Z-Component" "V m-1"
30 state real pot ikj misc 1 - irh "pot" "POTENTIAL" "V"
31 state real light ij misc 1 - irh "light" "lightning flash" "flash origin density"
32 state real lightdens ij misc 1 - irh "lightdens" "lightning flash density" "flash column-1"
33 state integer lightdis ij misc 1 - irh "lightdis" "lightning source density" "Source column-1"
34 state real flshi ikj misc 1 - irh "flshi" "Lightning init points" "count"
35 state real flshn ikj misc 1 - irh "flshn" "Negative channels" "count"
36 state real flshp ikj misc 1 - irh "flshp" "Positive channels" "count"
37 # END EXPLICIT LIGHTNING
41 rconfig integer nssl_ipelec namelist,physics max_domains 0 rh "Electrification selection" "" ""
42 rconfig integer nssl_isaund namelist,physics 1 12 rh "Charge separation selection" "" ""
43 rconfig integer nssl_iscreen namelist,physics 1 0 rh "Screening layer parameterization flag" "" ""
44 rconfig real nssl_lightrad namelist,physics 1 12000 rh "discharge cylinder radius (m)" "" ""
45 rconfig integer nssl_idischarge namelist,physics 1 1 rh "lightning discharge flag" "" ""
46 rconfig integer nssl_ibrkd namelist,physics 1 4 rh "Critical Breakeven Efield profile selection" "" ""
47 rconfig real nssl_ecrit namelist,physics 1 120000 rh "Critical Breakeven Efield magnitude for discharge (V/m) assuming height-constant Ecrit profile" "" ""
48 rconfig real nssl_disfrac namelist,physics 1 0.3 rh "percentile of charge removed upon discharge (BLM)" "" ""
49 # end Explicit lightning
51 rconfig integer elec_physics namelist,physics 1 0 irh "elec_physics" "" ""
53 # external WRF-ELEC package
54 package noelec elec_physics==0 - -
55 package eleclgt1d elec_physics==1 - scalar:scr,scw,sci,scs,sch,schl,sciona;state:rscghis_2d,sctot,noninduc,induc,pot,elecmag,elecx,elecy,elecz,light,lightdens,lightdis
56 package eleclgtmsz elec_physics==2 - scalar:scr,scw,sci,scs,sch,schl,sciona;state:rscghis_2d,sctot,noninduc,induc,pot,elecmag,elecx,elecy,elecz,light,lightdens,lightdis,flshi,flshn,flshp
57 package eleclgtmsznox elec_physics==3 - scalar:scr,scw,sci,scs,sch,schl,sciona,clnox;state:rscghis_2d,sctot,noninduc,induc,pot,elecmag,elecx,elecy,elecz,light,lightdens,lightdis,flshi,flshn,flshp