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

Last change on this file since 2954 was 2954, checked in by acosce, 8 years ago

Homogenization of card between LMDZORINCA_v6 and LDMZOR_v6
+ add new config NMHC in LMDZORINCA_v6
+ compilation with XIOS2
+ add new resolution for LMDZORINCA_v6 (144x142x79 AER)

File size: 2.6 KB
RevLine 
[1645]1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
[2694]7# Physics package to use
[2954]8LMDZ_Physics=NPv5.65
[2479]9
[2694]10# Manage radiative aerosol effect and ozone
[2015]11flag_aerosol=6
12ok_ade=y
13ok_aie=y
14aerosol_couple=n
15read_climoz=2
16ok_cdnc=y
[1645]17
18[InitialStateFiles]
19List= ()
20
21[BoundaryFiles]
[2694]22List=   (${R_IN}/ATM/AMIP_2014/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
[2954]23        (${R_IN}/ATM/AMIP_2014/amipbc_sst_360x180_${year_m1}.nc, amipbc_sst_1x1_m.nc), \
24        (${R_IN}/ATM/AMIP_2014/amipbc_sst_360x180_${year_p1}.nc, amipbc_sst_1x1_p.nc), \
[2694]25        (${R_IN}/ATM/AMIP_2014/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
[2954]26        (${R_IN}/ATM/AMIP_2014/amipbc_sic_360x180_${year_m1}.nc, amipbc_sic_1x1_m.nc), \
27        (${R_IN}/ATM/AMIP_2014/amipbc_sic_360x180_${year_p1}.nc, amipbc_sic_1x1_p.nc), \
[2614]28        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
[1645]29
[2614]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, .)
[2770]36
37### Optional: Add the o2a.nc file to fit with the coupled configuration for the
38### land-sea mask. This file is different for different versions of the coupled model and
39### the different resolutions. Choose between following to fit with IPSLCM6 coupled model:
[2954]40#       (${R_IN}/ATM/IPSLCM6/eORCA1.2xLMD144x142/o2a.nc, o2a.nc)
[2804]41#       (${R_IN}/ATM/IPSLCM6/ORCA2.3xLMD96x95_v1/o2a.nc, o2a.nc)
[1645]42
[2770]43
[1645]44[ParametersFiles]
[2770]45List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
46        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \
47        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
[1804]48        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
49        (${SUBMIT_DIR}/PARAM/run.def, .), \
[2480]50        (${SUBMIT_DIR}/PARAM/guide.def, .), \
[1804]51        (${SUBMIT_DIR}/PARAM/traceur.def, .)
[1645]52
53[RestartFiles]
54List= (NONE)
55
56[OutputText]
[2840]57List=   (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)
[1645]58
59[OutputFiles]
60List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
61        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
62        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
63        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
64        ( 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.