Ignore:
Timestamp:
Feb 23, 2012, 2:27:23 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes. including a problem with dustq not being output through MESOINI. and compilation problem for old mesoscale model when LMDZ.MARS (the new model) was not here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso

    r493 r542  
    628628                ulimit -s unlimited
    629629        fi
    630         if [[ ${compilo} -eq 3 ]]
     630        if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]]
    631631        then
    632632                rm -rf ${simu_folder}/rsl.* 2> /dev/null
    633633#                ${WHERE_MPI}/mpirun -host smith -np ${numproc} wrf.exe < /dev/null &
    634                 ${WHERE_MPI}/mpirun -np ${numproc} wrf.exe < /dev/null &
     634                nohup ${WHERE_MPI}/mpirun -np ${numproc} wrf.exe < /dev/null > log_wrf_mpirun &
    635635        else
    636636                rm -rf ${simu_folder}/log* 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.