@@ -193,7 +193,7 @@ Versions of CESM 2.0.x and 2.1.x will try to validate the checksums from the SVN
193
193
repository externally, using the list of checksums in ` inputdata_checksum.dat ` .
194
194
This will fail as that list of checksums is only provided and needed for
195
195
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)
197
197
solves this bug.
198
198
199
199
### Support for iRODS
@@ -205,7 +205,8 @@ goal is to use the iRODS server as a cache to quickly download any input data
205
205
files already available in it and only fallback to the default servers for the
206
206
first download of missing files.
207
207
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:
209
210
210
211
* Patch 01: makes CESM always start from the top server in ` config_inputdata.xml `
211
212
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:
228
229
229
230
2. Patch your source code of CESM/CIME to enable support for iRODS. Determine
230
231
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)
232
233
```
233
234
$ cd cesm-2.2.0/
234
235
$ git -C cime/ describe --tags
235
236
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
237
238
```
238
239
239
240
3. Remember to authenticate to the irods servers in Leuven to setup, build and
0 commit comments