Skip to content
dmricciuto edited this page Jul 25, 2016 · 4 revisions

Requirements

  • Netcdf libraries (4.0 or higher)
  • python 2.6.x or 2.7.x
    • numpy
    • scipy > 0.15.1

Cloning the repository

git clone https://github.com/dmricciuto/CLM_SPRUCE.git

Go to the scripts directory: cd CLM_SPRUCE/scripts

Performing a single simulation (example using ambient CO2, T)

python runCLM.py --caseidprefix T0.00 --nofire --harvmod --humhol --rmold --compset I20TRCLM45CN --mach YOUR_MACHINE --MICROBE --tstep 1 --run_n 180 --cpl_bypass --finidat SPRUCE-finalspinup-peatland-carbon-initial.nc --site US-SPR --hist_mfilt 365 --hist_nhtfrq -24 --add_temperature 0.0

Performing an optimization

  • ...

Making changes

  • create a new branch with a name to reflect the changes being made

git branch

Updating the repository

git push origin

Submitting a pull request

Clone this wiki locally