Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Data/Boundaries/BusanBasinBoundary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
129.033147 35.35809248
129.0450008 35.35594136
129.0130157 35.29063005
129.002068 35.2083782
128.9826663 35.19260089
128.9825732 35.16431118
128.9844744 35.14476879
128.9602384 35.12467645
128.9549076 35.05061863
128.7912266 35.07948821
128.8308248 35.09889653
128.8765781 35.10112355
128.908159 35.13184912
128.8739785 35.1431141
128.8928558 35.1633078
128.8416575 35.18458453
128.8572835 35.21849116
128.9069547 35.23283999
128.9327329 35.21682198
128.9844233 35.24037425
128.9962571 35.28651796
128.9782383 35.30388612
129.0243644 35.34019271
129.033147 35.35809248
3,004 changes: 3,004 additions & 0 deletions Data/Busan_Basin/Busan_Basin.in

Large diffs are not rendered by default.

3,003 changes: 3,003 additions & 0 deletions Data/Busan_Basin/Busan_Basin1sds.in

Large diffs are not rendered by default.

6,003 changes: 6,003 additions & 0 deletions Data/DEM/Busan_DEM.in

Large diffs are not rendered by default.

1,954 changes: 989 additions & 965 deletions src/basinSubModelList.c
100755 → 100644

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/basinSubModels.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,11 @@ void callBasinSubVelocityModels(global_model_parameters *GLOBAL_MODEL_PARAMETERS
QUALITIES_VECTOR->inbasin[zInd] = 0; //reassign as outside of a basin for the purpose of a in/out of basin mask binary used to incorporate graves stochastic velocity perturbations
}



// KVM Models
else if(strcmp(GLOBAL_MODEL_PARAMETERS->basinSubModelNames[basinNum][basinSubModelInd], "Busan_Sub_KVM_21p6") == 0)
{
gravelSubModel(zInd, QUALITIES_VECTOR,PARTIAL_BASIN_SURFACE_DEPTHS, depth, basinNum);
}
else
{
printf("%s.\n",GLOBAL_MODEL_PARAMETERS->basinSubModelNames[basinNum][basinSubModelInd]);
Expand Down
4 changes: 4 additions & 0 deletions src/functions.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ void load_CollingwoodBasin1_v20p11(global_model_parameters *GLOBAL_MODEL_PARAMET
void load_CollingwoodBasin2_v20p11(global_model_parameters *GLOBAL_MODEL_PARAMETERS, int basinNum);
void load_CollingwoodBasin3_v20p11(global_model_parameters *GLOBAL_MODEL_PARAMETERS, int basinNum);

// v21p6 /


void load_Busan_Sub_KVM_21p6(global_model_parameters *GLOBAL_MODEL_PARAMETERS, int basinNum);

extern calculation_log *initializeCalculationLog(int argc, char *argv[]);

Expand Down
3,917 changes: 1,978 additions & 1,939 deletions src/getSurfSubModNames.c
100755 → 100644

Large diffs are not rendered by default.

Loading