Changeset 4099


Ignore:
Timestamp:
Jan 13, 2018, 12:44:17 AM (7 years ago)
Author:
dubos
Message:

aquaplanet/CMIP5a : updated README

File:
1 edited

Legend:

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

    r4067 r4099  
    2727Notice that the definitions of start.def have the highest priority since start.def is the last *.def file included in run.def .
    2828
     29Procedure using example.sh
     30==========================
     31The above procedure can be made more automatic using the script example.sh (itself calling prepare.sh).
     32
     330 - create a directory 'EXP' for your experiment where you wish, probably not in the source tree.
     34
     351 - Create a subdirectory 'EXP/storedir' or simlink 'storedir' to an empty directory elsewhere. This is where simulations will store their input/output files.
     36
     372 - 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
     393 - optionnally, edit config.sh and/or *.xml or *.def files .
     40
     414 - 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
     435 - on Curie, run './example.sh submit'. Otherwise, edit the scripts */jobs.sh and submit them manually to your batch scheduler.
     44
    2945Procedure using prepare.sh
    3046==========================
     
    5268This 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 .
    5369
    54 Procedure using example.sh
    55 ==========================
    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.sh
    63 
    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.