Changeset 1288 for trunk/MESOSCALE


Ignore:
Timestamp:
Jun 9, 2014, 11:27:59 AM (10 years ago)
Author:
aslmd
Message:

MESOSCALE. adapted runmeso for free horiz grid with new physics. PLANETOPLOT. improved settings.

File:
1 edited

Legend:

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

    r1272 r1288  
    176176then
    177177  tracers='999'
     178  nx='999'
     179  ny='999'
     180  nz='999'
    178181else
    179182  case ${mars_scenario} in
     
    256259       compilo=2
    257260   fi
    258    if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]]
    259    then
     261   if [[ ${newphys} -eq 0 ]]
     262   then
     263    if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]]
     264    then
    260265       echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc
     266    else
     267       numproc=1
     268    fi
    261269   else
    262        numproc=1
     270    numproc=999
    263271   fi
    264272#if [[ ${i_want_to_compile} -ge 1 ]]
Note: See TracChangeset for help on using the changeset viewer.