You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added CNAME file for GitHub Pages custom domain
- Changed site URL from sps-l.github.io to stepss.sps-lab.org
- Changed base path from /stepss-docs to / (root)
- Updated all 24 content files to remove /stepss-docs/ prefix from internal links
- DNS CNAME record created on Netlify: stepss.sps-lab.org -> sps-l.github.io
This page provides complete, annotated CODEGEN model files for each of the four model categories. These are real models from the RAMSES model library and can serve as templates for developing your own models.
9
9
10
-
For the block reference, see the [CODEGEN Blocks Library](/stepss-docs/developer/codegen-library/). For the model framework (states, equations, initialization), see [User-Defined Models](/stepss-docs/developer/user-models/).
10
+
For the block reference, see the [CODEGEN Blocks Library](/developer/codegen-library/). For the model framework (states, equations, initialization), see [User-Defined Models](/developer/user-models/).
Copy file name to clipboardExpand all lines: src/content/docs/developer/user-models.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ Modelling blocks and their arguments are listed sequentially. Order does not mat
255
255
256
256
**The `&` symbol must be followed by a space**, then the block name. Each block declaration may be followed by a comment starting with `!`.
257
257
258
-
After the block name, list the states (inputs/outputs of the block) followed by the data, parameters, or expressions required by the block, in the order specified by the block's definition (see [CODEGEN Blocks Library](/stepss-docs/developer/codegen-library/)).
258
+
After the block name, list the states (inputs/outputs of the block) followed by the data, parameters, or expressions required by the block, in the order specified by the block's definition (see [CODEGEN Blocks Library](/developer/codegen-library/)).
259
259
260
260
The model section ends at the end of the file.
261
261
@@ -403,12 +403,12 @@ After writing a model file, CODEGEN translates it into Fortran 2003 code. The wo
403
403
3. Compile with Intel Fortran compiler
404
404
4. Link with RAMSES to create a custom executable or DLL
405
405
406
-
For compilation details, see [URAMSES](/stepss-docs/developer/uramses/).
406
+
For compilation details, see [URAMSES](/developer/uramses/).
407
407
408
-
See the [CODEGEN Blocks Library](/stepss-docs/developer/codegen-library/) for the available modelling blocks.
408
+
See the [CODEGEN Blocks Library](/developer/codegen-library/) for the available modelling blocks.
409
409
410
410
## Next Steps
411
411
412
-
-[CODEGEN Blocks Library](/stepss-docs/developer/codegen-library/) — Reference for all modeling blocks
413
-
-[CODEGEN Model Examples](/stepss-docs/developer/codegen-examples/) — Complete model files for each type
414
-
-[URAMSES](/stepss-docs/developer/uramses/) — Compile and link custom models with RAMSES
412
+
-[CODEGEN Blocks Library](/developer/codegen-library/) — Reference for all modeling blocks
413
+
-[CODEGEN Model Examples](/developer/codegen-examples/) — Complete model files for each type
414
+
-[URAMSES](/developer/uramses/) — Compile and link custom models with RAMSES
Copy file name to clipboardExpand all lines: src/content/docs/models/ieee-exciters.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1017,4 +1017,4 @@ A stator current limiter (SCL) with analogous structure acts on $I_{st} = \sqrt{
1017
1017
1018
1018
---
1019
1019
1020
-
For full documentation of the CODEGEN DSL primitives used in these models (`tf1p`, `tf1p1z`, `tf1plim`, `inlim`, `pictl`, etc.), see the [CODEGEN Blocks Library](/stepss-docs/developer/codegen-library/).
1020
+
For full documentation of the CODEGEN DSL primitives used in these models (`tf1p`, `tf1p1z`, `tf1plim`, `inlim`, `pictl`, etc.), see the [CODEGEN Blocks Library](/developer/codegen-library/).
0 commit comments