Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 793 Bytes

monica-env-extractor

Extract all subobjects from a MONICA "env" JSON to separate files. This tool is intended to support debugging MONICA input data All files are created in current working directory following this scheme (input is env-test.json):

  • env-test_climateData.json
  • env-test_cropRotation.json
  • env-test_simulationParameters.json
  • env-test_siteParameters.json
  • env-test_userCropParameters.json
  • env-test_userEnvironmentParameters.json
  • env-test_userSoilMoistureParameters.json
  • env-test_userSoilOrganicParameters.json
  • env-test_userSoilTemperatureParameters.json
  • env-test_userSoilTransportParameters.json

Quick start

  • install node.js
  • run node monica-env-extractor.js env-test.json