Failed to run NIST_Douglas_Firs fds file #15048
-
I am trying to run a .fds file downloaded from /Validation/NIST_Douglas_Firs/FDS_Input_Files/tree_5_m_26_pc.fds in FDS 6.10 but keep getting an ERROR(101): Problem with SURF number 2, line number 30. I have the vegetation_model_.txt in the same folder and also tried to copy and paste the txt into the fds file, but always get the error about SURF. Anyone know how to fix it? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I'll take a look. |
Beta Was this translation helpful? Give feedback.
-
Type |
Beta Was this translation helpful? Give feedback.
-
Paste the second |
Beta Was this translation helpful? Give feedback.
-
Now I see it. We changed the parameter |
Beta Was this translation helpful? Give feedback.
Now I see it. We changed the parameter
MOISTURE_FRACTION
toMOISTURE_CONTENT
because that is the name that is more commonly used. The current code is backward compatible, but your version is not forward compatible. So change all theMOISTURE_CONTENT
s back toMOISTURE_FRACTION
in both the .fds and .txt files.