Changes between Version 12 and Version 13 of schwarz


Ignore:
Timestamp:
09/05/19 15:48:36 (4 years ago)
Author:
omamce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schwarz

    v12 v13  
    5757cp my_initial_file.f90 my_initial_file.f90.old 
    5858}}} 
     59Or: 
     60{{{ for File in SWZ_LMDZ/*/* ; do cp ${File#SWZ_LMDZ/} ${File#SWZ_LMDZ/}.old ; done }}} 
     61 
    5962 
    6063Use vimdiff to review the changes that need to be applied to the file `LMDZ/libf` from `SWZ_LMDZ`. 
    61  
     64Or: {{{ for File in SWZ_LMDZ/*/* ; do cp ${File} ${File#SWZ_LMDZ/} ; done}}} 
    6265Once this is over copy `schwarz.F90` in the proper directory. 
    6366