Land Use/Land Cover Change (LULCC) modelling project for nascent transitions.
- src/: All R source functions (flat structure)
- scripts/: Executable scripts (R pipelines, shell scripts, Python scripts)
- config/: Configuration files (YAML, model specs)
- environments/: Conda environment definitions
- dinamica/: Dinamica EGO model files
- docs/: Documentation
- Upload this directory to
/cluster/home/bblack/nascent-lulcc - Copy
.env.templateto.envand customize paths - Source the environment:
source .env - Create scratch directories on HPC scratch filesystem
- Set up conda environments from
environments/directory
The .env file defines all necessary paths:
- Project code in
/cluster/home/bblack/nascent-lulcc - Data and results on scratch filesystem
/cluster/scratch/bblack/nascent-lulcc
Source the environment configuration in your job scripts:
source /cluster/home/bblack/nascent-lulcc/.envThen run scripts from the scripts/ directory with proper paths set.