Changes between Version 12 and Version 13 of schwarz
- Timestamp:
- 09/05/19 15:48:36 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
schwarz
v12 v13 57 57 cp my_initial_file.f90 my_initial_file.f90.old 58 58 }}} 59 Or: 60 {{{ for File in SWZ_LMDZ/*/* ; do cp ${File#SWZ_LMDZ/} ${File#SWZ_LMDZ/}.old ; done }}} 61 59 62 60 63 Use vimdiff to review the changes that need to be applied to the file `LMDZ/libf` from `SWZ_LMDZ`. 61 64 Or: {{{ for File in SWZ_LMDZ/*/* ; do cp ${File} ${File#SWZ_LMDZ/} ; done}}} 62 65 Once this is over copy `schwarz.F90` in the proper directory. 63 66