source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card @ 2736

Last change on this file since 2736 was 2736, checked in by jgipsl, 8 years ago

Change in parameter files for LMDZ:

  • created vert.def containing parameters depending on the number of vertical levels. These parameters were before set in gcm.def and in physiq.def. gcm.def+physiq.def+vert.def are now doing the same as prevously gcm.def+physiq.def

These changes induces some modifications in the parameter set up:

  • resolution 96x95x39 : No changes
  • resolution 144x142x39 :
    • tetatemp=5400. => 7200.
    • Replaced physic=y by iflag_phys=1 and read_start=y
    • Changed default value for iphysiq from 15 to 5
    • added ngroup=4
  • resolution 144x142x79 :
    • day_step 960 => 720
    • tetagdiv 1800. => 3600.
    • tetagrot 7200. => 5400.
    • tetatemp 5400. => 7200.
    • added ngroup=4

Added physiq.def_NPv5.4 : new physics package under developpement. Needs LMDZ5/trunk rev 2444 or later.

File size: 2.1 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Physics package to use
8LMDZ_Physics=AP
9
10# Do not use XIOS with ce0l program
11XIOS=n
12
13# Manage radiative aerosol effect and ozone
14flag_aerosol=6
15ok_ade=y
16ok_aie=y
17aerosol_couple=n
18read_climoz=2
19ok_cdnc=y
20
21[InitialStateFiles]
22List= ()
23
24[BoundaryFiles]
25List=   (${R_IN}/ATM/AMIP_2014/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
26        (${R_IN}/ATM/AMIP_2014/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
27        (${R_IN}/ATM/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
28
29ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
30        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
31        (${R_IN}/ATM/ECPHY.nc, .), \
32        (${R_IN}/ATM/Relief.nc, .), \
33        (${R_IN}/ATM/Rugos.nc, .), \
34        (${R_IN}/ATM/landiceref.nc, .)
35### Please, add the o2a.nc file to fit with the coupled configuration associated
36### Note that this file is different for different versions of the coupled model
37#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc)
38
39[ParametersFiles]
40List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
41        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY},    gcm.def),    \
42        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
43        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
44        (${SUBMIT_DIR}/PARAM/run.def, .), \
45        (${SUBMIT_DIR}/PARAM/guide.def, .), \
46        (${SUBMIT_DIR}/PARAM/traceur.def, .)
47
48[RestartFiles]
49List= (NONE)
50
51[OutputText]
52List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, guide.def)
53
54[OutputFiles]
55List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
56        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
57        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
58        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
59        ( 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.