Ignore:
Timestamp:
Aug 10, 2017, 4:01:15 PM (7 years ago)
Author:
dubos
Message:

Aquaplanet : updated scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/OLD_PHYSIC/RUN_AQUAPLANET_DYNAMICO_LMDZ5/prepare.sh

    r4037 r4040  
    170170#MSUB -x
    171171## Number of tasks (=MPI processes) to use
    172 #MSUB -n 16
     172#MSUB -n $NB_MPI_CE0L
    173173## Elapsed time limit in seconds
    174174#MSUB -T 600
     
    206206#MSUB -n $NB_MPI_TOTAL
    207207## Elapsed time limit in seconds
    208 #MSUB -T 10800
     208#MSUB -T $JOB_WALLTIME
    209209## Quality of Service required (long [3 days], normal [1 day], test [30 min])
    210210#MSUB -Q normal
     
    241241echo "Working directory : $PWD"
    242242
     243source ./config.sh
     244
    243245check_env || exit 1
    244246
     
    248250NB_MPI_DYNAMICO=160
    249251NB_MPI_XIOS=16
     252NB_MPI_CE0L=16
    250253
    251254TYPE=$1
Note: See TracChangeset for help on using the changeset viewer.