Changeset 2268 for trunk/MESOSCALE


Ignore:
Timestamp:
Mar 27, 2020, 12:32:40 PM (5 years ago)
Author:
aslmd
Message:

MESOSCALE. option -d of makemeso was incomplete. now working to simply create the compilation folder without compiling anything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r2210 r2268  
    4040while getopts "drc:njhgp:fs:xe" options; do
    4141  case $options in
    42    d ) donotcompile=1;;       ## just to check the compile folder
     42   d ) donotcompile=1;donotcompilephys=1;justphys=1;;       ## just to check the compile folder
    4343   r ) donotallow=1;;         ## allow only known config (useful with 'makemeso < last')
    4444   c ) config="${OPTARG}";;   ## idealized cases
Note: See TracChangeset for help on using the changeset viewer.