Skip to content

Commit

Permalink
FEAT: test hydrostatic
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Aug 15, 2023
1 parent 086cf47 commit 69cd7cc
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions tests/vertical_rusanov/aether.json.hydro
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

{

"Debug" : {
"iVerbose" : 0,
"iFunctionVerbose" : {
"Neutrals::calc_dt" : 0,
"Neutrals::calc_specific_heat" : 0,
"Neutrals::calc_grad_and_diff_alts_rusanov" : 0},
"dt" : 0.1},

"EndTime" : [2011, 3, 20, 0, 15, 0],

"Advection" : {
"Neutrals" : {
"Vertical" : "hydro"} },

"GeoGrid" : {
"dAlt" : 0.3,
"IsUniformAlt" : false},

"GeoBlockSize" : {
"nLons" : 20,
"nLats" : 18,
"nAlts" : 50},

"Eddy" : {
"UseInMomentum": false},

"Outputs" : {
"type" : ["neutrals"],
"dt" : [300]},

"OmniwebFiles" : ["UA/inputs/omni_20110319.txt"],

"ElectrodynamicsFile" : "UA/inputs/b20110320n_omni.bin",

"DoCalcBulkIonTemp" : false
}

0 comments on commit 69cd7cc

Please sign in to comment.