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_ifort

    r646 r882  
    527527    \rm -f $libf/grid/dimensions.h
    528528    #remove old scatterers.h file
    529     \rm -f $libf/phymars/scatterers.h
     529    \rm -f $libf/phy$physique/scatterers.h
    530530  else
    531531    exit
     
    539539cat $libf/grid/dimensions.h
    540540
    541 cd $libf/phymars/scatterers
     541cd $libf/phy$physique/scatterers
    542542# Build the appropriate 'scatterers.h' file
    543543./make_scatterers $scatterers
    544544# echo contents of scatterers.h to standard output
    545 cat $libf/phymars/scatterers.h
     545cat $libf/phy$physique/scatterers.h
    546546
    547547cd $LMDGCM
     
    817817# cleanup, remove dimensions.h and scatterers.h
    818818\rm -f $libf/grid/dimensions.h
    819 \rm -f $libf/phymars/scatterers.h
     819\rm -f $libf/phy$physique/scatterers.h
Note: See TracChangeset for help on using the changeset viewer.