Ignore:
Timestamp:
Oct 12, 2017, 12:05:32 AM (7 years ago)
Author:
dubos
Message:

CMIP5a scripts : create aquaplanet or betaclim experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/README

    r4042 r4067  
    2222    IFLAG_PHYS   : 103 if CE0L, 1 otherwise
    2323    READ_START   : no if CE0L, yes otherwise
    24 
    25 For 'CE0L' XIOS is run in 'attached' mode. In server mode, xios_server.exe would hang after the dynamico_lmdz.exe MPI processes have aborted.
    26 For 'START' and 'NEXT', XIOS is run in server mode for flexibility. Especially it allows to restart with a different number of processors, which is not possible in attached mode.
     24    ANNEEREF     : ANNEEREF (see below)
     25For 'CE0L' XIOS is run in 'attached' mode.  For 'START' and 'NEXT', XIOS is run in server mode for flexibility. Especially it allows to restart with a different number of processors, which is not possible in attached mode.
    2726
    2827Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def .
     
    4039
    41402 - In order to create a run of type 'ce0l' :
    42 > ./prepare ce0l MYDIR0 STORE0
     41> ./prepare ce0l MYDIR0 STORE0 ANNEEREF
    4342This will create STORE0 and MYDIR0 if necessary and populate MYDIR0 with .xml and .def files, as well as a batch job 'job.sh' to be submitted (on CURIE) as :
    4443ccc_msub job.sh .
     
    4645
    47463 - In order to create a one-year run of type 'first'
    48 > ./prepare first STORE0 MYDIR1 STORE1
     47> ./prepare first STORE0 MYDIR1 STORE1 ANNEEREF
    4948This will create STORE1 and MYDIR1 if necessary and populate MYDIR1 with .xml and .def files, as well as a batch job 'job.sh'. This batch job copies input files from STORE0. Submit MYDIR1/job.sh . After successful completion, STORE1 contains all *.nc files produced by the run, especially start.nc
    5049
    51504 - In order to create a one-year run of type NEXT, type
    52 ./prepare first STORE0 STOREPREV MYDIR2 STORE2
     51./prepare first STORE0 STOREPREV MYDIR2 STORE2 ANNEEREF
    5352This will create STORE2 and MYDIR2 if necessary and populate MYDIR2 with .xml and .def files, as well as a batch job 'job.sh'. This batch job copies input files from STORE0 and STOREPREV. Submit MYDIR2/job.sh .
    5453
Note: See TracChangeset for help on using the changeset viewer.