Ignore:
Timestamp:
Feb 15, 2013, 2:54:12 PM (12 years ago)
Author:
tnavarro
Message:

small correction in makegcm, latent heat in clouds, changed threshold in dust radius

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_gfortran

    r648 r882  
    520520    \rm -f $libf/grid/dimensions.h
    521521    #remove old scatterers.h file
    522     \rm -f $libf/phymars/scatterers.h
     522    \rm -f $libf/phy$physique/scatterers.h
    523523  else
    524524    exit
     
    532532cat $libf/grid/dimensions.h
    533533
    534 cd $libf/phymars/scatterers
     534cd $libf/phy$physique/scatterers
    535535# Build the appropriate 'scatterers.h' file
    536536./make_scatterers $scatterers
    537537# echo contents of scatterers.h to standard output
    538 cat $libf/phymars/scatterers.h
     538cat $libf/phy$physique/scatterers.h
    539539
    540540cd $LMDGCM
     
    811811# cleanup, remove dimensions.h and scatterers.h
    812812\rm -f $libf/grid/dimensions.h
    813 \rm -f $libf/phymars/scatterers.h
     813\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.