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_g95

    r671 r955  
    518518    \rm -f $libf/grid/dimensions.h
    519519    \rm -f $libf/grid/bands.h
     520    \rm -f $libf/phy${physique}/bands.h
    520521    \rm -f $libf/phy${physique}/scatterers.h
    521522  else
     
    526527# Build the appropriate 'dimensions.h' file
    527528cd dimension
    528 makdim $ntrac $dim
     529./makdim $ntrac $dim
    529530# echo contents of dimensions.h to standard output
    530531cat $libf/grid/dimensions.h
    531532
    532533# Build the appropriate 'bands.h' file
    533 makbands $bands
     534cd $libf/phy$physique/bands
     535./makbands $bands
    534536# echo contents of bands.h to standard output
    535 cat $libf/grid/bands.h
     537cat $libf/phy$physique/bands.h
    536538
    537539# Build the appropriate 'scatterers.h' file
     
    777779\rm -f $libf/grid/dimensions.h
    778780\rm -f $libf/grid/bands.h
     781\rm -f $libf/phy${physique}/bands.h
    779782\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.