Skip to content

Commit 6a8cc03

Browse files
authored
move sipnet refactor from comments
1 parent 5a164cf commit 6a8cc03

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/pages/gsoc_ideas.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,15 @@ Medium (175hr)
130130
Medium
131131

132132

133+
#### [Refactoring Compile-time Flags to Runtime Flags in SIPNET](#sipnet)
133134

134-
<!--
135-
136-
137-
# This comment section for ideas that may be potentially viable in future (with revision)
138-
139-
140-
### [Refactoring Compile-time Flags to Runtime Flags in SIPNET](#sipnet)
141-
142-
#### **Project Overview**
135+
**Project Overview**
143136

144137
The ecosystem SIPNET is a core component of many PEcAn analyses. SIPNET is compiled with multiple compile-time flags that control whether different features are turned on and off. Thus, as currently configured, each model structure requires a separate compiled binary.
145138

146139
This project will refactor these flags to be runtime-configurable via command-line arguments or a configuration file, improving usability and testing efficiency.
147140

148-
#### **Expected Outcomes**
141+
**Expected Outcomes**
149142

150143
- Convert selected SIPNET compile-time flags to runtime options.
151144
- Develop a global configuration object for managing runtime flags.
@@ -168,6 +161,11 @@ This project will refactor these flags to be runtime-configurable via command-li
168161
- Medium to Large
169162

170163

164+
<!--
165+
166+
167+
# This comment section for ideas that may be potentially viable in future (with revision)
168+
171169

172170
#### BETYdb R data package
173171

0 commit comments

Comments
 (0)