source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card @ 3542

Last change on this file since 3542 was 3542, checked in by acosce, 6 years ago

update LMDZORINCA config to version 6.0.14

File size: 3.0 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Physics package to use
8LMDZ_Physics=NPv6.0.11
9
10# Manage radiative aerosol effect and ozone
11flag_aerosol=6
12ok_ade=y
13ok_aie=y
14aerosol_couple=n
15read_climoz=2
16ok_cdnc=y
17
18[InitialStateFiles]
19List= ()
20
21[BoundaryFiles]
22List=   (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year}.nc,    amipbc_sst_1x1.nc), \
23        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year_m1}.nc, amipbc_sst_1x1_m.nc), \
24        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sst_360x180_${year_p1}.nc, amipbc_sst_1x1_p.nc), \
25        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \
26        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year_m1}.nc, amipbc_sic_1x1_m.nc), \
27        (${R_IN}/ATM/LIMIT/AMIP.v20170419/original/360x180/BCS/amipbc_sic_360x180_${year_p1}.nc, amipbc_sic_1x1_p.nc), \
28        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
29
30ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
31        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
32        (${R_IN}/ATM/ECPHY.nc, .), \
33        (${R_IN}/ATM/Relief.nc, .), \
34        (${R_IN}/ATM/Rugos.nc, .), \
35        (${R_IN}/ATM/landiceref.nc, .), \
36        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
37
38# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask.
39# The o2a file can be removed if it does not correspond to the resolution or zoom. In that case, Relief.nc will be used to calculate the mask land-sea.
40# Use following o2a file to fit with IPSLCM6.0.11 coupled model:
41#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
42# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2:
43#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc)
44
45
46
47[ParametersFiles]
48List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
49        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \
50        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
51        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
52        (${SUBMIT_DIR}/PARAM/run.def, .), \
53        (${SUBMIT_DIR}/PARAM/guide.def, .), \
54        (${SUBMIT_DIR}/PARAM/traceur.def, .)
55
56[RestartFiles]
57List= (NONE)
58
59[OutputText]
60List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def,out_create_etat0_limit.e.err.*, out_create_etat0_limit.e.out.*)
61
62[OutputFiles]
63List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
64        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
65        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
66        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
67        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE)
Note: See TracBrowser for help on using the repository browser.