Skip to content

AquaticEcoDynamics/CDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

CDM : Coorong Dynamics Model

Project Status: Active – The project is being actively developed. CDM TUFLOW-FV AED GPLv3 license


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.


Citing this code

DOI

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.


Repository organisation

Fodler structure

Figure 1. Design schematic for the CDM repository

Cloning the repo with all submodule code/files

A basic clone will not include the code in the submodules so an extra argument is needed --recurse-submodules

Cloning the latest bundle

git clone --recurse-submodules https://github.com/AquaticEcoDynamics/CDM.git

Cloning a particular tag

git clone --recurse-submodules -b v1.1.0 https://github.com/AquaticEcoDynamics/CDM.git

Archiving all code/files

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.


Additional information

See repository Wiki for additional information on editing the repository and adding new content.