Changeset 4042 for dynamico_lmdz
- Timestamp:
- Sep 14, 2017, 1:23:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/README
r3978 r4042 11 11 * icosa.xml 12 12 * context_lmdz.xml 13 * run.def14 13 * start.def 15 14 … … 29 28 Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def . 30 29 31 Procedure 32 ========= 33 0 - First of all define a few environment variables 30 Procedure using prepare.sh 31 ========================== 32 33 0 - First of create a small text file 'config.sh' defining a few environment variables 34 34 ARCH : This will select appropriate machine-specific parts of the scripts, especially when generating the shell script to be submitted to the batch scheduler 35 35 ESM_ROOT : the directory containing the ICOSA_LMDZ directory … … 53 53 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 54 55 Example 56 ======= 57 See example.sh for an example (works on Curie). 55 Procedure using example.sh 56 ========================== 57 The above procedure can be made more automatic using the script example.sh (itself calling prepare.sh). 58 59 0 - create a directory 'EXP' for your experiment where you wish, probably not in the source tree. 60 61 1 - Create a subdirectory 'EXP/storedir' or simlink 'storedir' to an empty directory elsewhere. This is where simulations will store their input/output files. 62 63 2 - cd to 'EXP', and run 'fullpath/example.sh init' where fullpath is the full path to the directory containing this README and example.sh 64 65 3 - optionnally, edit config.sh and/or *.xml or *.def files . 66 67 4 - run './example.sh create' . IMPORTANT : DO NOT RUN 'fullpath/example.sh create'. You should now see directories EXP/ce0l, EXP/storedir/ce0l, EXP/yearXX and EXP/storedir/yearXX . 68 69 5 - on Curie, run './example.sh submit'. Otherwise, edit the scripts */jobs.sh and submit them manually to your batch scheduler.
Note: See TracChangeset
for help on using the changeset viewer.