/[MITgcm]/MITgcm/tools/OAD_support/cb2mGetModules.csh
ViewVC logotype

Diff of /MITgcm/tools/OAD_support/cb2mGetModules.csh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by heimbach, Fri Jun 21 16:14:04 2013 UTC revision 1.5 by heimbach, Fri Jun 21 19:58:16 2013 UTC
# Line 19  endif Line 19  endif
19  if ( ${fileName} == 'SHAP_FILT' ) then  if ( ${fileName} == 'SHAP_FILT' ) then
20    echo '#include "SHAP_FILT_OPTIONS.h"'    >> ${fileName}_temp    echo '#include "SHAP_FILT_OPTIONS.h"'    >> ${fileName}_temp
21  endif  endif
22    if ( ${fileName} == 'STREAMICE' ) then
23      echo '#include "STREAMICE_OPTIONS.h"'    >> ${fileName}_temp
24    endif
25  if ( ${fileName} != 'SIZE' &&  ${fileName} != 'MNC_COMMON' &&  ${fileName} != 'EEPARAMS' ) then  if ( ${fileName} != 'SIZE' &&  ${fileName} != 'MNC_COMMON' &&  ${fileName} != 'EEPARAMS' ) then
26    echo '      use SIZE_mod'          >> ${fileName}_temp    echo '      use SIZE_mod'          >> ${fileName}_temp
27  endif  endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22