Skip to content

Commit 45e8b4c

Browse files
committed
updates links to irods patches in README
1 parent d75dab3 commit 45e8b4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Versions of CESM 2.0.x and 2.1.x will try to validate the checksums from the SVN
193193
repository externally, using the list of checksums in `inputdata_checksum.dat`.
194194
This will fail as that list of checksums is only provided and needed for
195195
downloads from the FTP servers. If you run into this issue, the patch
196-
[01-CIME-fix-download-server-fallback](irods/cime-5.6.32/01-CIME-fix-download-server-fallback.patch)
196+
[01-CIME-fix-download-server-fallback](patches/irods/cime-5.6.32/01-CIME-fix-download-server-fallback.patch)
197197
solves this bug.
198198

199199
### Support for iRODS
@@ -205,7 +205,8 @@ goal is to use the iRODS server as a cache to quickly download any input data
205205
files already available in it and only fallback to the default servers for the
206206
first download of missing files.
207207

208-
Patches in [cesm-config/irods](irods) enable support for iRODS in CESM/CIME:
208+
Patches in [cesm-config/patches/irods](patches/irods) enable support for iRODS
209+
in CESM/CIME:
209210

210211
* Patch 01: makes CESM always start from the top server in `config_inputdata.xml`
211212
to download each target input file, so each file can be downloaded from the
@@ -228,12 +229,12 @@ Instruction to use CESM/CIME with iRODS:
228229
229230
2. Patch your source code of CESM/CIME to enable support for iRODS. Determine
230231
the version of CIME in your tree and choose the closest version of the patch
231-
available in [cesm-config/irods](irods)
232+
available in [cesm-config/patches/irods](patches/irods)
232233
```
233234
$ cd cesm-2.2.0/
234235
$ git -C cime/ describe --tags
235236
cime5.8.32
236-
$ git apply /path/to/cesm-config/irods/cime-5.8.32/{01,02,03}-*.patch
237+
$ git apply /path/to/cesm-config/patches/irods/cime-5.8.32/{01,02,03}-*.patch
237238
```
238239
239240
3. Remember to authenticate to the irods servers in Leuven to setup, build and

0 commit comments

Comments
 (0)