Ignore:
Timestamp:
May 10, 2013, 11:32:50 AM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • moved the 'makbands' script from "grid" to (more appropriate) "phystd/bands" subdirectory, and consequently adapted the makegcm_* scripts

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_gfortran

    r671 r955  
    523523    \rm -f $libf/grid/dimensions.h
    524524    \rm -f $libf/grid/bands.h
     525    \rm -f $libf/phy${physique}/bands.h
    525526    \rm -f $libf/phy${physique}/scatterers.h
    526527  else
     
    536537
    537538# Build the appropriate 'bands.h' file
     539cd $libf/phy$physique/bands
    538540./makbands $bands
    539541# echo contents of bands.h to standard output
    540 cat $libf/grid/bands.h
     542cat $libf/phy$physique/bands.h
    541543
    542544# Build the appropriate 'scatterers.h' file
     
    790792\rm -f $libf/grid/dimensions.h
    791793\rm -f $libf/grid/bands.h
     794\rm -f $libf/phy$physique/bands.h
    792795\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.