Skip to content

Commit

Permalink
Update 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
cmac994 authored and cmac994 committed Jan 31, 2021
1 parent 6606f1f commit 4680d2c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file modified .vs/KerbalWeatherProject/v16/.suo
Binary file not shown.
Binary file modified GameData/KerbalWeatherProject_v1.0.3.zip
Binary file not shown.
Binary file not shown.
Binary file modified KerbalWeatherProject/bin/Debug/KerbalWeatherProject.dll
Binary file not shown.
Binary file modified KerbalWeatherProject/bin/Debug/KerbalWeatherProject.pdb
Binary file not shown.
Binary file modified KerbalWeatherProject/obj/Debug/KerbalWeatherProject.dll
Binary file not shown.
Binary file modified KerbalWeatherProject/obj/Debug/KerbalWeatherProject.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion KerbalWeatherProject/read_climo.cs
Expand Up @@ -6,7 +6,7 @@ namespace KerbalWeatherProject
public static class read_climo
{
//Path to Climatology binary data
private static string bin_path = KSPUtil.ApplicationRootPath + "\\GameData\\KerbalWeatherproject\\Binary\\Climatology";
private static string bin_path = KSPUtil.ApplicationRootPath + "\\GameData\\KerbalWeatherProject\\Binary\\Climatology";

const int NT = 6; //Number of Times (0-6 hr)
const int NZ = 17; //Number of vertical levels (0-17)
Expand Down
2 changes: 1 addition & 1 deletion KerbalWeatherProject/read_wx.cs
Expand Up @@ -6,7 +6,7 @@ namespace KerbalWeatherProject
public static class read_wx
{
//Get Location of point weather data
private static string bin_path = KSPUtil.ApplicationRootPath + "\\GameData\\KerbalWeatherproject\\Binary\\Point";
private static string bin_path = KSPUtil.ApplicationRootPath + "\\GameData\\KerbalWeatherProject\\Binary\\Point";

//Define dimensions of binary array
const int NT = 12810; //Temporal dimension
Expand Down

0 comments on commit 4680d2c

Please sign in to comment.