Ignore:
Timestamp:
Nov 24, 2011, 4:05:22 PM (13 years ago)
Author:
acolaitis
Message:

## deposition.F: corrected a bug with z0, replaced with z0(ngrid) with the correct call to surfdat.h ## makemeso: corrected syntax of call to compile to make sure that there are no conflicts with other instances of compile in the environment of the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r390 r421  
    729729  # compile ...
    730730  case ${config} in
    731     '')         compile em_real > log_compile 2> log_error
     731    '')         ./compile em_real > log_compile 2> log_error
    732732                    # save executables 
    733733                    cd main
     
    745745    'ideal')        #mkdir 'test/em_quarter_ss' 2> /dev/null
    746746                    echo '>>> YOUR CONFIG IS : '${config}
    747                     compile em_quarter_ss > log_compile 2> log_error
     747                    ./compile em_quarter_ss > log_compile 2> log_error
    748748                    # save executables 
    749749                    cd main
     
    761761    'les')          echo '>>> YOUR CONFIG IS : '${config}
    762762                    mkdir 'test/em_les' 2> /dev/null                   
    763                     compile em_les > log_compile 2> log_error
     763                    ./compile em_les > log_compile 2> log_error
    764764                    # save executables 
    765765                    cd main
Note: See TracChangeset for help on using the changeset viewer.