1 | # $Id$ |
---|
2 | #======================================================================== |
---|
3 | #D-- Compatibility - |
---|
4 | [Compatibility] |
---|
5 | libIGCM=1.0 |
---|
6 | |
---|
7 | [UserChoices] |
---|
8 | # Choose which directory of parameter files you will use |
---|
9 | # PARAM-AR4 representes the "old physics" corresponding to the physic used for IPCC AR4 |
---|
10 | PARAM=../LMDZ/PARAM-AR4 |
---|
11 | |
---|
12 | [InitialStateFiles] |
---|
13 | List= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \ |
---|
14 | (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc, .), \ |
---|
15 | (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \ |
---|
16 | (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \ |
---|
17 | (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \ |
---|
18 | (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \ |
---|
19 | (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ |
---|
20 | (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc) |
---|
21 | |
---|
22 | [BoundaryFiles] |
---|
23 | List= () |
---|
24 | ListNonDel= () |
---|
25 | |
---|
26 | [ParametersFiles] |
---|
27 | List= (${SUBMIT_DIR}/${PARAM}/physiq.def, .), \ |
---|
28 | (${SUBMIT_DIR}/${PARAM}/gcm.def_${RESOL_ATM}, gcm.def), \ |
---|
29 | (${SUBMIT_DIR}/${PARAM}/run.def, .), \ |
---|
30 | (${SUBMIT_DIR}/${PARAM}/traceur.def, .) |
---|
31 | |
---|
32 | [RestartFiles] |
---|
33 | List= (NONE) |
---|
34 | |
---|
35 | [OutputText] |
---|
36 | List= () |
---|
37 | |
---|
38 | [OutputFiles] |
---|
39 | List= ( limit.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc, NONE), \ |
---|
40 | ( start.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc, NONE), \ |
---|
41 | ( startphy.nc, ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE) |
---|
42 | |
---|
43 | |
---|