-
I fixed one error, but then this shows up!
```
FGPropertyManager::GetNode() No node found for systems/hydraulics/nws-engaged
In file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml: line…
-
JCB 435S has no hydraulics calculation
-
So for weights, I have lots of empirical trends that look something like this:
``` python
S = Variable("S", 800, "ft^2", "Wing Area")
k_w = Variable("k_w", 1.7e-3, "-", "Proportionali…
-
I replaced the current EPANET dll with the one for EPANET 2.1 to see if that would work with the new UI (MTP4.1). The UI will run some models (Net1 for example), but not Net3 Net7. I'm getting 400 ser…
-
@katyhuff You mentioned something about adding a mammoth definition table. Can you elaborate more? Do you mean something along the lines of [Cammi's definition table](https://github.com/arfc/publicati…
-
### Summary of Issue:
Define and implement a fortran API for fates to exchange parameter information with the host model.
### Requirements and design considerations:
### Summary of API v0.1
…
-
### Summary of Issue:
In FATES we can elect to turn on and off different processes. An example of an electable process is SPITFIRE. Currently, SPITFIRE is a namelist setting read in and saved in …
-
I made a simple network. The code is here(a simple code):
``` java
public class Main {
public static void main(String[] args) throws ENException {
// TODO Auto-generated method stub
…
-
So after installing this widescreen fix, I have one big issue: No story cutscenes art all! I think the NoCd fixed exe by hoodlum causes this as it is for the english version of the game and i have to …
-
- patch%itype(p) is the label for the PFT of a given patch, which is a concept that is valid within CLM but not within FATES.
- Thus, we need to eradicate calls that use patch%itype when FATES is on…