Ignore:
Timestamp:
Feb 28, 2011, 6:53:54 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: changements mineurs cycle de l'eau [sorties plus physiques, du type vmr, mic_precip, ...]. quelques modifications cosmetiques des scripts d execution.

Location:
trunk/mesoscale/LMD_MM_MARS/SIMU
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/LMD_MM_MARS/SIMU/gnome_launch.meso

    r78 r81  
    33# @ error = $(output)
    44# @ job_type = MPICH
     5# @ total_tasks=32
     6## @ total_tasks=24
    57## @ total_tasks =16
    68## @ total_tasks =8
    7 # @ total_tasks =4
     9## @ total_tasks =4
    810# @ blocking = unlimited
    9 ## @ class =AP
    10 # @ class =BP
     11# @ class =AP
     12## @ class =BP
    1113## @ class =CP
    1214# @ environment=tmpdir=$(job_name).$(jobid).results
     
    1820cd $LOADL_STEP_INITDIR/${tmpdir}
    1921####################################################################
    20 ln -sf  $LOADL_STEP_INITDIR/*.exe      .
    2122ln -sf  $LOADL_STEP_INITDIR/*.def      .
    22 ln -sf  $LOADL_STEP_INITDIR/wrf*       .
     23ln -sf  $LOADL_STEP_INITDIR/wrfb*      .
     24ln -sf  $LOADL_STEP_INITDIR/wrfi*      .
    2325ln -sf  $LOADL_STEP_INITDIR/namelist*  .
    2426declare -x MP_STACK_SIZE=64000000
     27ln -sf /san/home/spiga/trunk//mesoscale/LMD_MM_MARS/newphys_mpifort_64/wrf_x241_y241_z61_d1_t4_p32.exe wrf.exe
    2528mpirun wrf.exe
    2629####################################################################
  • trunk/mesoscale/LMD_MM_MARS/SIMU/runmeso

    r80 r81  
    233233   if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]]
    234234   then
    235        echo How many processors ? 1, 2, 4, 6, 8, 16 ; read numproc
     235       echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 ; read numproc
    236236   else
    237237       numproc=1
Note: See TracChangeset for help on using the changeset viewer.