- Timestamp:
- Oct 12, 2017, 12:05:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/README
r4042 r4067 22 22 IFLAG_PHYS : 103 if CE0L, 1 otherwise 23 23 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) 25 For '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. 27 26 28 27 Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def . … … 40 39 41 40 2 - In order to create a run of type 'ce0l' : 42 > ./prepare ce0l MYDIR0 STORE0 41 > ./prepare ce0l MYDIR0 STORE0 ANNEEREF 43 42 This 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 : 44 43 ccc_msub job.sh . … … 46 45 47 46 3 - In order to create a one-year run of type 'first' 48 > ./prepare first STORE0 MYDIR1 STORE1 47 > ./prepare first STORE0 MYDIR1 STORE1 ANNEEREF 49 48 This 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 50 49 51 50 4 - 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 53 52 This 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 . 54 53
Note: See TracChangeset
for help on using the changeset viewer.