[4164] | 1 | ========================================================= |
---|
| 2 | GETTING THE CODE |
---|
| 3 | ========================================================= |
---|
[4143] | 4 | You may create symlinks to your local version of DYNAMICO and/or XIOS. |
---|
| 5 | Alternatively : |
---|
| 6 | * if necessary, edit myself.sh to set variable SVN_ROOT |
---|
| 7 | * execute ./checkout.sh to fetch DYNAMICO, XIOS from svn. |
---|
| 8 | |
---|
[4164] | 9 | |
---|
| 10 | ========================================================= |
---|
| 11 | COMPILING |
---|
| 12 | ========================================================= |
---|
[4143] | 13 | Please compile DYNAMICO and XIOS yourself. |
---|
| 14 | |
---|
[4164] | 15 | |
---|
| 16 | ========================================================= |
---|
| 17 | COFIGUREATION |
---|
| 18 | ========================================================= |
---|
| 19 | Create symbolic link "build" in this folder pointing to the model build folder |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | ========================================================= |
---|
| 23 | RUNING |
---|
| 24 | ========================================================= |
---|
[4143] | 25 | Directory Experiments contains *.xml / *.def files and batch job scripts to run basic experiments, currently on the machine camelot. |
---|
| 26 | Directory Data contains any input data used for these runs. |
---|
[4164] | 27 | |
---|
| 28 | |
---|
| 29 | ========================================================= |
---|
| 30 | 1. EXPERIMENT "NUDG_DYNAMICO" |
---|
| 31 | ========================================================= |
---|
| 32 | |
---|
| 33 | 1) Generate data file by epmloying low resolution experiment ("LOWRES_DCMIP21" OR "LOWRES_DCMIP41") |
---|
[4166] | 34 | 2) Interpolate the generated output file from model levels to ERA data pressure levels using Data/vertical_interpolation.py (use module load python/2.7-anaconda50 on camelot) |
---|
| 35 | 3) Use the newly generated output file to drive the "NUDG_DYNAMICO" experiment |
---|
[4164] | 36 | |
---|
| 37 | |
---|
| 38 | ======================================================== |
---|
| 39 | 2. EXPERIMENT "NUDG_ERA" |
---|
| 40 | ======================================================== |
---|
| 41 | |
---|
| 42 | 1) Generate time series data from ERA data files using Data/combine_datafiles_camelot.sh |
---|
| 43 | 2) Process the time series data using Data/vertical_interpolation_camelot.py and Data/job_interpolation_camelot.sh |
---|
[4166] | 44 | 3) Use the newly generated output file to drive the "NUDG_DYNAMICO" experiment |
---|
[4164] | 45 | |
---|