Skip to content
Snippets Groups Projects

Ludwigw95 icon docu

Merged Ludwig Wolfgruber requested to merge ludwigw95-icon-docu into master
2 files
+ 16
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -21,7 +21,7 @@ git clone git@gitlab.dkrz.de:dace/dace_bacy.git <my_bacy_name>
cd <my_bacy_name>/modules
./copy_defaults.sh
~~~
If you want to get access to the DKRZ-gitlab, someone at DWD or DKRZ needs to approve, maybe Martin Weissmann or Stefano Serafin can help you.
*If you want to get access to the DKRZ-gitlab, someone at DWD or DKRZ needs to approve, maybe someone from the DA or Climate group can help you.*
## How to use BACY_1.0? (Overview)
@@ -41,7 +41,7 @@ directory `run`.
The behaviour of a module can be controlled via its INPUT ARGUMENTS during the
`<module>` script call and via its PARAMETERS defined in the configuration file
`<module>_conf.sh`. Parametes which are needed by more than one module are
`<module>_conf.sh`. Parameters which are needed by more than one module are
outsourced to the COMMON configuration file `common/bacy_conf.sh`.
For a more detailed module-setup please read `modules/module/README`. This
Loading