source: CONFIG/UNIFORM/v5/LMDZOR_v5/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card @ 1804

Last change on this file since 1804 was 1804, checked in by jgipsl, 12 years ago

Small modifications for CREATE_clim and CREATE_amip experiences :

  • Adde all parameter files : not necessary but esaier to compare
  • Changed to no leap calendar in CREATE_amip to have the same as in LMDZOR_v4 configuration.
  • Desactivate creatation of grid file (grilles_gcm.nc) for cumul period > 1.
File size: 2.0 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7
8[InitialStateFiles]
9List= ()
10
11[BoundaryFiles]
12List= ()
13
14ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
15        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, ECDYN.nc), \
16        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
18        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
19        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \
20        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \
21        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
22        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
23### Please, add the o2a.nc file to fit with the coupled configuration associated
24#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3xLMD9695/o2a.nc, o2a.nc)
25
26[ParametersFiles]
27List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
28        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
29        (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \
30        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
31        (${SUBMIT_DIR}/PARAM/run.def, .), \
32        (${SUBMIT_DIR}/PARAM/traceur.def, .)
33
34
35[RestartFiles]
36List= (NONE)
37
38[OutputText]
39List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)
40
41[OutputFiles]
42List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
43        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_climoz_LMDZ.nc,  NONE), \
44        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
45        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
46        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_clim_grilles_gcm.nc,      NONE)
Note: See TracBrowser for help on using the repository browser.