Changeset 1742 for CONFIG


Ignore:
Timestamp:
05/31/12 17:36:36 (12 years ago)
Author:
jgipsl
Message:

Changed name for directory USER_SPEC into EXPERIMENTS.

Location:
CONFIG/UNIFORM/v5
Files:
3 edited
5 moved

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/README

    r1719 r1742  
    77depending on the different models to compile. 
    88 
    9 Each configuration contains also a USER_SPEC and a GENERAL directory. All files in  
     9Each configuration contains also a EXPERIMENTS and a GENERAL directory. All files in  
    1010these directories, with the same name and path, are the same between all configurations.  
    1111But all files are not available in all configurations. 
     
    1414specific configuration. The files are divided into sub-directories DRIVER, PARAM and POST. 
    1515 
    16 - In USER_SPEC directory are found sub-directories for each experiment. These directories  
     16- In EXPERIMENTS directory are found sub-directories for each experiment. These directories  
    1717contain the .card files which specifies all in- and output files for the experiment  
    1818and some parameter set up.  
     
    2020*** Some exemples 
    2121* For a small configuration LMDZREPR_v5, only files concerning LMDZ and REPROBUS are  
    22 available in the GENERAL directory. In USER_SPEC, only experiments possible with LMDZ  
     22available in the GENERAL directory. In EXPERIMENTS, only experiments possible with LMDZ  
    2323and REPROBUS are found : LMDZREPR and LMDZ.  
    2424 
    25 * In a bigger configuration such as IPSLCM5REPR_v5, more files are found in GENERAL  
    26 directory. In USER_SPEC, all experiments possible with the models included in  
    27 IPSLCM5REPR are found : IPSLCM5RERP IPSLCM5 LMDZOR LMDZREPR and LMDZ. 
     25* In a bigger configuration such as IPSLCM5CHS_v5, more files are found in GENERAL  
     26directory. In EXPERIMENTS, all experiments possible with the models included in  
     27IPSLCM5CHS_v5 are found : IPSLCM5CHS IPSLCM5 LMDZOR LMDZREPR and LMDZ. 
    2828 
    29 * All USER_SPEC/LMDZOR/amip experiments are the same in the different configurations BUT this  
     29* All EXPERIMENTS/LMDZOR/amip experiments are the same in the different configurations BUT this  
    3030experiment is not available for LMDZREPR_v5 configuration.  
    3131 
     
    3939user want to do both IPSLCM5 experiements and LMDZOR experiements with the same executable 
    4040he/she can work with IPSLCM5_v5 configuration and choose different experiements in the  
    41 USER_SPEC directory. Or he/she can extract IPSLCM5_v5 and LMDZOR_v5.  
     41EXPERIMENTS directory. Or he/she can extract IPSLCM5_v5 and LMDZOR_v5.  
    4242 
    4343An administrator that wants to check-in modifications in a configuration is supposed to 
  • CONFIG/UNIFORM/v5/diff_configurations.ksh

    r1719 r1742  
    11#!/bin/ksh 
    22# 
    3 # Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and USER_SPEC  
     3# Use this script to test if files are the same in all configurations in this directory. All files in the GENERAL, POST and EXPERIMENTS  
    44# directories with the same name and path should be the identic before commit to svn. The difference between configurations are the  
    55# scripts for compiling and which files are available.  
     
    3232    # Construct list of files to test 
    3333    if [ $TestAll = "yes" ] ; then 
    34         FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/USER_SPEC/*/*/* ${conf}/USER_SPEC/*/*/*/*` 
     34        FileList=`ls -d ${conf}/GENERAL/DRIVER/* ${conf}/GENERAL/PARAM/* ${conf}/GENERAL/POST/* ${conf}/EXPERIMENTS/*/*/* ${conf}/EXPERIMENTS/*/*/*/*` 
    3535    else 
    3636        FileList="" 
  • CONFIG/UNIFORM/v5/propagate_master_config.ksh

    r1698 r1742  
    2626 
    2727cd $BaseDir/$MasterConfig 
    28 FileList=`ls -d GENERAL/DRIVER/* GENERAL/PARAM/* GENERAL/POST/* USER_SPEC/*/*/* USER_SPEC/*/*/*/*` 
     28FileList=`ls -d GENERAL/DRIVER/* GENERAL/PARAM/* GENERAL/POST/* EXPERIMENTS/*/*/* EXPERIMENTS/*/*/*/*` 
    2929 
    3030cpfile=$BaseDir/cpfile 
Note: See TracChangeset for help on using the changeset viewer.