source: CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/COMP/lmdz.card @ 472

Last change on this file since 472 was 332, checked in by jgipsl, 16 years ago
  • Added resolution in JobName?
  • Modified save location for output files (now in ATM/Output/Boundary and ATM/Output/Restart)
File size: 1.3 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7[UserChoices]
8
9[InitialStateFiles]
10List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
11        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc, .), \
12        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
13        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
14        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
15        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \
16        (${R_INIT}/ATM/${config_UserChoices_TagName}/amipbc_sst_1x1_clim.nc, amipbc_sst_1x1.nc), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/amipbc_sic_1x1_clim.nc, amipbc_sic_1x1.nc)
18
19[BoundaryFiles]
20List= ()
21ListNonDel= ()
22
23[ParametersFiles]
24List=   (${SUBMIT_DIR}/PARAM/physiq.def, .), \
25        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM}, gcm.def), \
26        (${SUBMIT_DIR}/PARAM/run.def, .), \
27        (${SUBMIT_DIR}/PARAM/traceur.def, .)
28
29[RestartFiles]
30List= (NONE)
31       
32[OutputText]
33List= ()
34
35[OutputFiles]
36List=   ( limit.nc,     ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
37        ( start.nc,     ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
38        ( startphy.nc,  ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
39
40
Note: See TracBrowser for help on using the repository browser.