Changes between Version 24 and Version 25 of IPSLCM5_v5


Ignore:
Timestamp:
05/31/12 22:38:47 (12 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM5_v5

    v24 v25  
    5050scripts             - this directory exists only for configuration IPSLCM5_v5 containg NEMO 
    5151GENERAL 
    52 USER_SPEC 
     52EXPERIMENTS 
    5353}}} 
    5454 
     
    5858 * '''GENERAL'''[[BR]] 
    5959 contains the sub-directories POST, PARAM and DRIVERS. The files in GENERAL are used for all types of experiments using this configuration.  
    60  * '''USER_SPEC'''[[BR]] 
    61  contains different sub-directories with all cards needed for all proposed experiments with the configuration. The possible experiments are divided into sub-configurations which contains different experiments. A configuration may contain several sub-configurations. Only sub-configurations and experiements that are possible with the extracted configuration are present in USER_SPEC.  
     60 * '''EXPERIMENTS'''[[BR]] 
     61 contains different sub-directories with all cards needed for all proposed experiments with the configuration. The possible experiments are divided into sub-configurations which contains different experiments. A configuration may contain several sub-configurations. Only sub-configurations and experiements that are possible with the extracted configuration are present in EXPERIMENTS.  
    6262 
    6363For exemple for IPSLCM5_v5 :  
    6464{{{ 
    6565! Available sub-configurations 
    66 > ls USER_SPEC 
     66> ls EXPERIMENTS 
    6767IPSLCM5 
    6868LMDZ 
     
    7070 
    7171! Available experiments 
    72 > ls USER_SPEC/* 
    73 USER_SPEC/IPSLCM5: 
     72> ls EXPERIMENTS/* 
     73EXPERIMENTS/IPSLCM5: 
    7474Chistorical 
    7575CpiControl 
     
    7878piControl 
    7979 
    80 USER_SPEC/LMDZ: 
     80EXPERIMENTS/LMDZ: 
    8181CREATE_amip 
    8282CREATE_clim 
    8383clim 
    8484 
    85 USER_SPEC/LMDZOR: 
     85EXPERIMENTS/LMDZOR: 
    8686amip 
    8787clim 
     
    9191 
    9292{{{ 
    93 > ls USER_SPEC/IPSLCM5/historical 
     93> ls EXPERIMENTS/IPSLCM5/historical 
    9494config.card 
    9595COMP 
    9696 
    97 > ls USER_SPEC/IPSLCM5/historical/COMP 
     97> ls EXPERIMENTS/IPSLCM5/historical/COMP 
    9898lim2.card 
    9999lmdz.card 
     
    108108 
    109109== How to create a job and run directory == 
    110 Combining the GENERAL directory with one of the sub-directories in USER_SPEC makes a complete run directory. The ins_job contains the creation of such a run directory. [[BR]] 
     110Combining the GENERAL directory with one of the sub-directories in EXPERIMENTS makes a complete run directory. The ins_job contains the creation of such a run directory. [[BR]] 
    111111 
    112 Choose in USER_SPEC the experiment to be done and copy the corresponding config.card to modipsl/config/IPSLCM5_v5/. Modify the config.card as usual, for at least the !JobName. Apply ins_job and the creation of a new run directory will be done :[[BR]] 
     112Choose in EXPERIMENTS the experiment to be done and copy the corresponding config.card to modipsl/config/IPSLCM5_v5/. Modify the config.card as usual, for at least the !JobName. Apply ins_job and the creation of a new run directory will be done :[[BR]] 
    113113 
    114114 
    115115- the run directory will be created with the same name as !JobName in config.card. If a directory with the same name already exists, nothing will be done.[[BR]] 
    116116- the directory GENERAL will be copied into the new run directory[[BR]] 
    117 - one of the COMP directories in USER_SPEC will be copied into the new run directory, according to the variable !UserSpec in config.card[[BR]] 
     117- one of the COMP directories in EXPERIMENTS will be copied into the new run directory, according to the variable !ExpType in config.card[[BR]] 
    118118- the config.card will be copied into the run directory  [[BR]] 
    119119- a job will be created in the run directory[[BR]]