1 | README by Josefine Ghattas |
---|
2 | |
---|
3 | This directory contains configurations in the same family, having the same suffix. |
---|
4 | |
---|
5 | Each configuration contains files for compiling : AA_make, AA_make.ldef and for |
---|
6 | NEMO also the scripts directory. These files are different between the configurations |
---|
7 | depending on the different models to compile. |
---|
8 | |
---|
9 | Each configuration contains also a USER_SPEC and a GENERAL directory. All files in |
---|
10 | these directories, with the same name and path, are the same between all configurations. |
---|
11 | But all files are not avaiable in all configurations. |
---|
12 | |
---|
13 | - In the GENERAL directory are found all files needed for all experiments for a |
---|
14 | specific configuration. |
---|
15 | |
---|
16 | - In USER_SPEC directory are found sub-directories for each experiment. These directories |
---|
17 | contain the .card files which specifies all in- and output files for the experiment |
---|
18 | and some parameter set up. |
---|
19 | |
---|
20 | *** Some exemples |
---|
21 | * For a small configuration LMDZREPR_u1, only files concerning LMDZ and REPROBUS are |
---|
22 | available in the GENERAL directory. In USER_SPEC, only experiments possible with LMDZ |
---|
23 | and REPROBUS are found : LMDZREPR and LMDZ. |
---|
24 | |
---|
25 | * In a bigger configuration such as IPSLCM5REPR_u1, 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. |
---|
28 | |
---|
29 | * All USER_SPEC/LMDZOR/amip experiments are the same in the different configurations BUT this |
---|
30 | experiment is not available for LMDZREPR_u1 configuration. |
---|
31 | |
---|
32 | * The GENERAL/DRIVER/orchidee.driver are the same in all configuration BUT this file does not |
---|
33 | exist in configuration LMDZREPR_u1. |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | *** How to manage these configurations |
---|
38 | A user should extract only the configuration concerning what he/she want to simulate. If the |
---|
39 | user want to do both IPSLCM5 experiements and LMDZOR experiements with the same executable |
---|
40 | he/she can work with IPSLCM5_uni configuration and choose different experiements in the |
---|
41 | USER_SPEC directory. Or he/she can extract IPSLCM5_uni and LMDZOR_uni. |
---|
42 | |
---|
43 | An administrator that wants to check-in modifications in a configuration is supposed to |
---|
44 | extract this whole directory. She/he is then supposed to modify all configurations in the |
---|
45 | same way and make a global commit in this directory. If there is dought about how a |
---|
46 | modification will function in the other configurations, the administrator should not do |
---|
47 | the check-in before verifications have been done. |
---|
48 | |
---|
49 | In this directory some scripts are found to help managing the configurations : |
---|
50 | * diff_configurations.ksh |
---|
51 | This script can be used to check if all files are the same in the different configurations. |
---|
52 | Syntax : ./diff_configurations.ksh |
---|
53 | |
---|
54 | * propagate_master_config.ksh |
---|
55 | This script can be used to copy modifications done in one configuration to all other |
---|
56 | configurations. The files will be copied only if they exist in both configurations. |
---|
57 | Syntax : ./propagate_master_config config_to_copy |
---|