This is the repository for relevant data, models and scripts for environmental modelling of the Coorong. It is a simulation platform developed as part of the Healthy Coorong Healthy Basin program for assisting in management of the iconic Australian ecosystem.
For an overview of the CDM model, refer to the CDM Documentation.
These model input files are citable, and associated with the manuscript by Huang et al, submitted to JGR Biogeosciences.
Citing a specific model version bundle, please use the appropriate DOI.
Figure 1. Design schematic for the CDM repository
A basic clone will not include the code in the submodules so an extra argument is needed --recurse-submodules
git clone --recurse-submodules https://github.com/AquaticEcoDynamics/CDM.git
git clone --recurse-submodules -b v1.1.0 https://github.com/AquaticEcoDynamics/CDM.git
If you want to create an archive of all the code (including the submodules), first clone the repository as described above and zip entire repository. The zip file can be uploaded to Zenodo to get a DOI. An automated integration with Zenodo will not archive the code from the submodules.
See repository Wiki for additional information on editing the repository and adding new content.