Changeset 4099
- Timestamp:
- Jan 13, 2018, 12:44:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/CMIP5a/RUN_AQUAPLANET_DYNAMICO_LMDZ5/README
r4067 r4099 27 27 Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def . 28 28 29 Procedure using example.sh 30 ========================== 31 The above procedure can be made more automatic using the script example.sh (itself calling prepare.sh). 32 33 0 - create a directory 'EXP' for your experiment where you wish, probably not in the source tree. 34 35 1 - Create a subdirectory 'EXP/storedir' or simlink 'storedir' to an empty directory elsewhere. This is where simulations will store their input/output files. 36 37 2 - cd to 'EXP', and run 'fullpath/example.sh init_XXX' where XXX is either 'aqua' or 'betaclim and 'fullpath' is the full path to the directory containing this README and example.sh 38 39 3 - optionnally, edit config.sh and/or *.xml or *.def files . 40 41 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 . 42 43 5 - on Curie, run './example.sh submit'. Otherwise, edit the scripts */jobs.sh and submit them manually to your batch scheduler. 44 29 45 Procedure using prepare.sh 30 46 ========================== … … 52 68 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 . 53 69 54 Procedure using example.sh55 ==========================56 The above procedure can be made more automatic using the script example.sh (itself calling prepare.sh).57 58 0 - create a directory 'EXP' for your experiment where you wish, probably not in the source tree.59 60 1 - Create a subdirectory 'EXP/storedir' or simlink 'storedir' to an empty directory elsewhere. This is where simulations will store their input/output files.61 62 2 - cd to 'EXP', and run 'fullpath/example.sh init' where fullpath is the full path to the directory containing this README and example.sh63 64 3 - optionnally, edit config.sh and/or *.xml or *.def files .65 66 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 .67 68 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.