Skip to content

Commit bd567de

Browse files
committed
Create directory with unused files
1 parent 42cd0da commit bd567de

10 files changed

+5
-7
lines changed

famodel/installation/03_step1_materialItems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ def create_mtrlPkg(moor):
9999
for moor in proj.mooringList.values():
100100
mtrlPkgs.append(create_mtrlPkg(moor))
101101

102-
output = os.path.join(filePath, "mtrlPkgs.pkl")
102+
output = os.path.join(filePath, "mtrlPkgs.pkl") # TODO: make intermediate files saved to a separate folder
103103
with open(output, 'wb') as f:
104104
pickle.dump(mtrlPkgs, f)

famodel/installation/04_step2_actionItems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
vessel['state'] = {
4545
'remaining_cargo': vessel['storage_specs']['max_cargo'],
4646
'remaining_deck_space': vessel['storage_specs']['max_deck_space'],
47-
'remaining_spool_capacity': vessel['storage_specs']['spool_capacity'],
47+
'remaining_spool_capacity': vessel['storage_specs']['max_spool_capacity'],
4848
'assigned_materials': []
4949
}
5050

famodel/installation/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ Naming convention per Leah: The naming convention used generally for the yamls d
3434

3535
The 01-05 steps were set up with a 3_ILIA_1P2C_grd_mini.yaml, which (I believe) is the same configuration as the Delmar_installation_staging_tool.xlsx, so it that can serve as a verification of this model. if we can't find that input configuration, then we can remake it with the instructions in the `Conceptual Desgin Tutorial.docx` file.
3636

37-
For getting things running, I changed to ______, from `FADesign/scripts/concepts/ILIA/______`.
38-
39-
# Copilot Explaination of the tool
37+
# Copilot Explaination of the tool (outdated)
4038

4139
## Prompt: Explain the tool
4240

@@ -67,7 +65,7 @@ The tool is designed to:
6765
- Found in install_helpers.py, these functions handle specific tasks like transporting materials, mobilizing vessels, and visualizing actions.
6866

6967
4. **Configuration Files**:
70-
- YAML files (e.g., VolturnUS-S_example.yaml, `presetLogistics.yaml`) define input parameters for the simulations, such as mooring configurations and logistics setups.
68+
- YAML files define input parameters for the simulations, such as mooring configurations and logistics setups.
7169

7270
5. **Spreadsheet Tool**:
7371
- `Delmar_installation_staging_tool.xlsm` appears to be a verification or supplementary tool for the model.

famodel/installation/install_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def scheduleEvent(self, time, agent, action, params):
9696
agent : object
9797
Agent responsible for the action.
9898
action : str
99-
Name of the action to perform.
99+
Name of the action to perform. # TODO: this may not be correct, may need to be an action object instead.
100100
params : dict
101101
Parameters for the action.
102102

famodel/installation/mtrlPkgs.pkl

-442 KB
Binary file not shown.

famodel/installation/Delmar_installation_staging_tool.xlsm renamed to famodel/installation/unused/Delmar_installation_staging_tool.xlsm

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)