...
First you have to "open the experiment" to do the initial setup, create files to find original source code, create links to the building directory and Makefiles etc. with:
Volet | ||
---|---|---|
| ||
ouv_exp_gem rdemklink -v |
You have to do this only once!
...
You can check there which routines you want to modify. Once you know which routine(s) you want to modify go back into your "executable directory". Then "check out" all the routines you want to modify with:
Volet | |
---|---|
lightgray | rde co subroutine.F90 or rde co comdeck.cdk |
You can also check out several routines at the same time.
Once you modified or copied the routines you want you need to compile them and then recreate the executable, following points b) 2) to 4) above.
...