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_g95

    r733 r882  
    522522    \rm -f $libf/grid/dimensions.h
    523523    #remove old scatterers.h file
    524     \rm -f $libf/phymars/scatterers.h
     524    \rm -f $libf/phy$physique/scatterers.h
    525525  else
    526526    exit
     
    534534cat $libf/grid/dimensions.h
    535535
    536 cd $libf/phymars/scatterers
     536cd $libf/phy$physique/scatterers
    537537# Build the appropriate 'scatterers.h' file
    538538./make_scatterers $scatterers
    539539# echo contents of scatterers.h to standard output
    540 cat $libf/phymars/scatterers.h
     540cat $libf/phy$physique/scatterers.h
    541541
    542542cd $LMDGCM
     
    813813# cleanup, remove dimensions.h and scatterers.h
    814814\rm -f $libf/grid/dimensions.h
    815 \rm -f $libf/phymars/scatterers.h
     815\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.