source: LMDZ6/trunk/DefLists/vert_L79.def @ 3424

Last change on this file since 3424 was 3424, checked in by lguez, 6 years ago

Update of ".def" files, with files used for AMIP experiments in CMIP6.
Main differences :

In config_AMIP.def, compared to config.def_LMDZ5_AGCM: control output
via XIOS rather than IOIPSL, nbapp_rad = 16 instead of 24, pmagic = 0
instead of 0.008, solaire = 0 (read data from a file for each spectral
band) instead of 1366, ok_suntime_rrtm=y, ok_alw=y,
flag_aerosol_strat=2, ok_cosp= y.

In gcm.def_144x142: day_step = 672 instead of 720, iperiod = 7 instead
of 5, time constants for dissipation, iphysiq = 7 instead of _AUTO_.

In run.def: calend = gregorian instead of earth_360d, nday = 365
instead of 5, use_filtre_fft = y, prt_level = 0, ok_all_xml= y,
no_ter_antartique=y, iflag_phytrac=0

In traceur.def: remove RN and PB, Aga not advected.

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1#
2# $Id: vert_L79.def 3424 2018-12-12 14:06:38Z lguez $
3#
4#### Verticale discretisation
5## Modified verticale discretisation for stratospheric versions.
6## The new version can be controled by following parameters
7## Al the parameters are given in km assuming a given scalehigh
8vert_sampling=strato_custom
9## scale hight
10vert_scale=7.
11## width of first layer
12vert_dzmin=0.017
13## dz in the low atmosphere
14vert_dzlow=1.
15## height at which resolution recches dzlow
16vert_z0low=8.7
17## dz in the mid atmsophere
18vert_dzmid=2.
19## height at which resolution recches dzmid
20vert_z0mid=70.
21## width of the transition
22vert_h_mid=20.
23## dz in the high atmsophere
24vert_dzhig=11.
25## height at which resolution recches dz
26vert_z0hig=75.
27## width of the transition
28vert_h_hig=20.
29## vert_prof_dissip used to choose the vertical profile
30## of horizontal dissipation (values are 0 and 1)
31vert_prof_dissip = 1
32dissip_zref = 50
33##  Avec ou sans strato
34ok_strato=y
35##  Activation ou non de la parametrisation de Hines pour la strato
36ok_hines=n
37#  Couche eponge dans les couches de pression plus faible que 100 fois la pression de la derniere couche
38iflag_top_bound=2
39#  Coefficient pour la couche eponge (valeur derniere couche)
40tau_top_bound=5.e-4
41#
Note: See TracBrowser for help on using the repository browser.