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_pgf90

    r671 r955  
    520520    \rm -f $libf/grid/dimensions.h
    521521    \rm -f $libf/grid/bands.h
     522    \rm -f $libf/phy${physique}/bands.h
    522523    \rm -f $libf/phy${physique}/scatterers.h
    523524  else
     
    528529# Build the appropriate 'dimensions.h' file
    529530cd dimension
    530 makdim $ntrac $dim
     531./makdim $ntrac $dim
    531532# echo contents of dimensions.h to standard output
    532533cat $libf/grid/dimensions.h
    533534
    534535# Build the appropriate 'bands.h' file
    535 makbands $bands
     536cd $libf/phy$physique/bands
     537./makbands $bands
    536538# echo contents of bands.h to standard output
    537 cat $libf/grid/bands.h
     539cat $libf/phy$physique/bands.h
    538540
    539541# Build the appropriate 'scatterers.h' file
     
    787789\rm -f $libf/grid/dimensions.h
    788790\rm -f $libf/grid/bands.h
     791\rm -f $libf/phy$physique/bands.h
    789792\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.