Skip to content

Commit

Permalink
Merge pull request #469 from illorenzo7/fix_reftype5_namelist
Browse files Browse the repository at this point in the history
Forgot to put new ref type 5 params (Ro_c, etc.) in namelist
  • Loading branch information
feathern authored Jun 15, 2023
2 parents 559d757 + 8746040 commit e05dd1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Physics/PDE_Coefficients.F90
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,15 @@ Module PDE_Coefficients
& Rayleigh_Number, Ekman_Number, Prandtl_Number, Magnetic_Prandtl_Number, &
& gravity_power, custom_reference_file, &
& Dissipation_Number, Modified_Rayleigh_Number, &
& Convective_Rossby_Number, &
& Heating_Integral, override_constants, override_constant, ra_constants, with_custom_constants, &
& with_custom_functions, with_custom_reference, &
& chi_a_rayleigh_number, chi_a_prandtl_number, &
& chi_a_modified_rayleigh_number, chi_p_prandtl_number, &
& chi_a_modified_rayleigh_number, &
& chi_a_convective_rossby_number, chi_p_prandtl_number, &
& ND_Volume_Average, ND_Inner_Radius, ND_Outer_Radius, &
& Assume_Flux_Ra, Specific_Heat_Ratio, Buoyancy_Number_Visc, Buoyancy_Number_Rot, Length_Scale
& Assume_Flux_Ra, Specific_Heat_Ratio, Buoyancy_Number_Visc,&
& Buoyancy_Number_Rot, Sigma_Parameter, Length_Scale

!///////////////////////////////////////////////////////////////////////////////////////
! II. Variables Related to the Transport Coefficients
Expand Down

0 comments on commit e05dd1d

Please sign in to comment.