-
It seems like there are some rules for how .css and .pss files are named. If I just make up a file name like "generic.pss" and "generic.css" I get a segfault, but if I take the exact same files and rename them "siteid1000020684.fia2000.radius0.075.lat42.1973lon-124.3494.pss" (the filename of a file I know works), then the simulation begins. Are the rules for these filenames documented somewhere, and is ED2 using the filenames as data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Correct, ED2 is a gridded model so the lat and lon of each polygon need to be in the filename ED2/ED/src/io/ed_read_ed10_20_history.f90 Line 210 in 4809be5 |
Beta Was this translation helpful? Give feedback.
Correct, ED2 is a gridded model so the lat and lon of each polygon need to be in the filename
ED2/ED/src/io/ed_read_ed10_20_history.f90
Line 210 in 4809be5