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

Last change on this file since 883 was 883, checked in by aclsce, 14 years ago

Modified LMDZ4OR_v3 configuration to fit with IPSLCM5_v2 coupled
configuration.
Now, LMDZ4OR_work is the working configuration using trunk of LMDZ and
LMDZ4OR_v2 fits with IPSLCM4_v2 coupled configuration.
Modifications :

  • compilation of LMD9695-L39 resolution by default
  • modified *.card, *.driver and *.def to fit with IPSLCM5_v2
File size: 1.6 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.20020101, 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}/climO3_LMDZORINCAREPRO_1995.nc, climoz.nc), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
18        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
19### Please, add the o2a.nc file to fit with the coupled configuration associated
20
21[BoundaryFiles]
22List= ()
23ListNonDel= ()
24
25[ParametersFiles]
26List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}, physiq.def), \
27        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def), \
28        (${SUBMIT_DIR}/PARAM/run.def, .), \
29        (${SUBMIT_DIR}/PARAM/traceur.def, .)
30
31[RestartFiles]
32List= (NONE)
33       
34[OutputText]
35List= ()
36
37[OutputFiles]
38List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
39        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.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)
Note: See TracBrowser for help on using the repository browser.