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_ifort

    r952 r955  
    525525    \rm -f $libf/grid/dimensions.h
    526526    \rm -f $libf/grid/bands.h
     527    \rm -f $libf/phy${physique}/bands.h
    527528    \rm -f $libf/phy${physique}/scatterers.h
    528529  else
     
    533534# Build the appropriate 'dimensions.h' file
    534535cd dimension
    535 makdim $ntrac $dim
     536./makdim $ntrac $dim
    536537# echo contents of dimensions.h to standard output
    537538cat $libf/grid/dimensions.h
    538539
    539540# Build the appropriate 'bands.h' file
    540 makbands $bands
     541cd $libf/phy$physique/bands
     542./makbands $bands
    541543# echo contents of bands.h to standard output
    542 cat $libf/grid/bands.h
     544cat $libf/phy$physique/bands.h
    543545
    544546# 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.