Ignore:
Timestamp:
Aug 4, 2011, 8:39:55 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: user manual. a decent complete version. needs to be read again. also moved python graphical scripts to /home/aymeric/Science/MODELESMESOSCALELMD_MM_MARS/SRC/PYTHON so that it is available to users (and not only developers)

File:
1 edited

Legend:

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

    r248 r261  
    2222###########################################
    2323
    24 changeregis=0 ## 1 if changed registry
    25 #changeregis=1 ## 1 if changed registry
     24
    2625i_want_to_compile=1
    27 
    2826scenario=""
    2927#scenario="storm"
     28
     29###########################################
     30###########################################
     31
     32changeregis=0
     33while getopts "r" options; do
     34  case $options in
     35   r ) changeregis=1;;       
     36  esac
     37done   
    3038
    3139if [[ "${MESO}" = "" ]]
Note: See TracChangeset for help on using the changeset viewer.