Changeset 4042 for dynamico_lmdz


Ignore:
Timestamp:
Sep 14, 2017, 1:23:19 PM (7 years ago)
Author:
dubos
Message:

Aquaplanet : updated README

File:
1 edited

Legend:

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

    r3978 r4042  
    1111* icosa.xml
    1212* context_lmdz.xml
    13 * run.def
    1413* start.def
    1514
     
    2928Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def .
    3029
    31 Procedure
    32 =========
    33 0 - First of all define a few environment variables
     30Procedure using prepare.sh
     31==========================
     32
     330 - First of create a small text file 'config.sh' defining a few environment variables
    3434  ARCH : This will select appropriate machine-specific parts of the scripts, especially when generating the shell script to be submitted to the batch scheduler
    3535  ESM_ROOT : the directory containing the ICOSA_LMDZ directory
     
    5353This 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 .
    5454
    55 Example
    56 =======
    57 See example.sh for an example (works on Curie).
     55Procedure using example.sh
     56==========================
     57The above procedure can be made more automatic using the script example.sh (itself calling prepare.sh).
     58
     590 - create a directory 'EXP' for your experiment where you wish, probably not in the source tree.
     60
     611 - Create a subdirectory 'EXP/storedir' or simlink 'storedir' to an empty directory elsewhere. This is where simulations will store their input/output files.
     62
     632 - 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
     653 - optionnally, edit config.sh and/or *.xml or *.def files .
     66
     674 - 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
     695 - 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.