Changeset 1100 for experiments/frams/foraminifera/data
- Timestamp:
- 03/05/21 19:34:20 (4 years ago)
- Location:
- experiments/frams/foraminifera/data/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r1098 r1100 988 988 989 989 property: 990 id:print_output991 name:Print messages992 help:Print messages on evolution progress.993 group:Extras994 type:d 0 1 0995 996 property:997 990 id:visualize 998 991 name:Show reticulopodia and nutrients … … 1011 1004 type:f 0 -1 0.01 1012 1005 group: 1013 1014 property:1015 id:logging1016 name:Log statistics to file1017 type:d 0 1 01018 group:1019 1020 property:1021 id:logPref1022 name:Log prefix1023 type:s1024 1006 1025 1007 property: … … 1281 1263 type:d 0 1 0 1282 1264 1265 property: 1266 id:logging 1267 name:Log statistics to file 1268 type:d 0 1 0 1269 group: 1270 1271 property: 1272 id:logPref 1273 name:Log prefix 1274 type:s 1275 1276 property: 1277 id:print_evol_progress 1278 name:Print evolution progress 1279 help:Print messages on evolution progress 1280 type:d 0 1 0 1281 1283 1282 state: 1284 1283 id:nutrient -
experiments/frams/foraminifera/data/scripts/foraminifera.inc
r1099 r1100 51 51 52 52 var dict = {"Time": Simulator.stepNumber, "FromIDs": mode->parentsuids, "ID": new_id, "Inherited": inherit, "Operation": oper, "Kind" : mode->gen}; 53 if (ExpProperties.print_ output== 1)53 if (ExpProperties.print_evol_progress == 1) 54 54 Simulator.print("[OFFSPRING] " + String.serialize(dict)); 55 55 } … … 285 285 function print_repro_info(cr) 286 286 { 287 if (ExpProperties.print_ output== 1)287 if (ExpProperties.print_evol_progress == 1) 288 288 Simulator.print("Reproduced " + cr.data->lifeparams->gen + " of species " + cr.data->lifeparams->species + " energy: " + cr.energy); 289 289 }
Note: See TracChangeset
for help on using the changeset viewer.