Skip to content

Commit

Permalink
Merge pull request #41 from ecaas/ecaas-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
elisacw authored Sep 7, 2023
2 parents 93e45de + 6f630aa commit 39ab6a3
Show file tree
Hide file tree
Showing 2 changed files with 2,140 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# soil_decomp
# MIMICS+
This repository contains the source code to run the soil decomposition model MIMICS+. The [test](./test) folder contains inputdata for a test case (Hurdal) with which you should be able to run the model following the quick start guide below.

## Quick start
1. Clone repository.
2. To compile you need netcdf-fortran package. How to create a new conda environment, and download the package:
Expand All @@ -10,3 +12,4 @@ You can also use the environment.yml file.
4. Compile the code by typing "make" (make sure you have make installed) in the command line. Hopefully this will work without errors.
5. If point 4. worked, you can open the "run.bash" file and set name of simulation, how long the spinup period should be, and if you want to run historical or just spinup. If you want to use other input files than those in the "test" directory, you need to change the paths here.
6. Start simulation by typing "bash run.bash" in the command line. Output files should appear in "results/name_of_simulation/".
7. The simulation length (nsteps) and output frequency (write_hour) can be adjusted by the calls to the main subroutine in [main.F90](https://github.com/ecaas/MIMICSplus/blob/93e45deb9f7b3e9a4edfcabc985b0a01cc42f8da/src/main.f90#L138C1-L169C8)
Loading

0 comments on commit 39ab6a3

Please sign in to comment.