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_pgf

    r646 r882  
    524524    \rm -f $libf/grid/dimensions.h
    525525    #remove old scatterers.h file
    526     \rm -f $libf/phymars/scatterers.h
     526    \rm -f $libf/phy$physique/scatterers.h
    527527  else
    528528    exit
     
    536536cat $libf/grid/dimensions.h
    537537
    538 cd $libf/phymars/scatterers
     538cd $libf/phy$physique/scatterers
    539539# Build the appropriate 'scatterers.h' file
    540540./make_scatterers $scatterers
    541541# echo contents of scatterers.h to standard output
    542 cat $libf/phymars/scatterers.h
     542cat $libf/phy$physique/scatterers.h
    543543
    544544cd $LMDGCM
     
    812812# cleanup, remove dimensions.h and scatterers.h
    813813\rm -f $libf/grid/dimensions.h
    814 \rm -f $libf/phymars/scatterers.h
     814\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.