source: LMDZ6/trunk/DefLists/orchidee.def @ 3625

Last change on this file since 3625 was 1907, checked in by lguez, 10 years ago

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:executable set to *
File size: 1.4 KB
Line 
1#
2#
3# Parameter file for LMDZ4OR_v2 configuration
4# See comments : http://forge.ipsl.jussieu.fr/orchidee/
5#
6STOMATE_OK_CO2=TRUE
7# STOMATE_OK_STOMATE is not set
8# STOMATE_OK_DGVM is not set
9# STOMATE_WATCHOUT is not set
10SECHIBA_restart_in=default
11SECHIBA_rest_out=sechiba_rest.nc
12SECHIBA_reset_time=y
13#
14OUTPUT_FILE=sechiba_out.nc
15WRITE_STEP=2592000
16SECHIBA_HISTLEVEL=5
17#
18SECHIBA_HISTFILE2 = FALSE
19SECHIBA_OUTPUT_FILE2 = sechiba_out_2.nc
20WRITE_STEP2 = 86400.0
21SECHIBA_HISTLEVEL2 = 1
22#
23STOMATE_OUTPUT_FILE=stomate_history.nc
24STOMATE_HIST_DT=10.
25STOMATE_HISTLEVEL=0
26SECHIBA_DAY=0.0
27SECHIBA_ZCANOP=0.5
28DT_SLOW=86400.
29# IMPOSE_VEG is not set
30VEGETATION_FILE=carteveg5km.nc
31# VEGETATION_FILE=pft_new.nc
32DIFFUCO_LEAFCI=233.
33CONDVEG_SNOWA=default
34# IMPOSE_AZE is not set
35SOILALB_FILE=soils_param.nc
36SOILTYPE_FILE=soils_param.nc
37ENERBIL_TSURF=280.
38HYDROL_SNOW=0.0
39HYDROL_SNOWAGE=0.0
40HYDROL_SNOWICE=0.0
41HYDROL_SNOWICEAGE=0.0
42HYDROL_HDRY=1.0
43HYDROL_HUMR=1.0
44HYDROL_BQSB=default
45HYDROL_GQSB=0.0
46HYDROL_DSG=0.0
47HYDROL_DSP=default
48HYDROL_QSV=0.0
49HYDROL_OK_HDIFF=n
50HYDROL_TAU_HDIFF=1800.
51THERMOSOIL_TPRO=280.
52RIVER_ROUTING=y
53ROUTING_FILE=routing.nc
54LAI_MAP=y
55LAI_FILE=lai2D.nc
56SECHIBA_QSINT=0.02
57ALB_BARE_MODEL = FALSE
58PERCENT_THROUGHFALL_PFT = 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30.
59RVEG_PFT = .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5
60CDRAG_FROM_GCM = .TRUE.
61#LAND_USE=y
62#VEGET_YEAR=0
63#VEGET_UPDATE=1Y
Note: See TracBrowser for help on using the repository browser.