source: LMDZ4/trunk/orchidee.def

Last change on this file was 1403, checked in by Laurent Fairhead, 14 years ago

Merged LMDZ4V5.0-dev branch changes r1292:r1399 to trunk.

Validation:
Validation consisted in compiling the HEAD revision of the trunk,
LMDZ4V5.0-dev branch and the merged sources and running different
configurations on local and SX8 machines comparing results.

Local machine: bench configuration, 32x24x11, gfortran

  • IPSLCM5A configuration (comparison between trunk and merged sources):
    • numerical convergence on dynamical fields over 3 days
    • start files are equivalent (except for RN and PB fields)
    • daily history files equivalent
  • MH07 configuration, new physics package (comparison between LMDZ4V5.0-dev branch and merged sources):
    • numerical convergence on dynamical fields over 3 days
    • start files are equivalent (except for RN and PB fields)
    • daily history files equivalent

SX8 machine (brodie), 96x95x39 on 4 processors:

  • IPSLCM5A configuration:
    • start files are equivalent (except for RN and PB fields)
    • monthly history files equivalent
  • MH07 configuration:
    • start files are equivalent (except for RN and PB fields)
    • monthly history files equivalent

Changes to the makegcm and create_make_gcm scripts to take into account
main programs in F90 files


Fusion de la branche LMDZ4V5.0-dev (r1292:r1399) au tronc principal

Validation:
La validation a consisté à compiler la HEAD de le trunk et de la banche
LMDZ4V5.0-dev et les sources fusionnées et de faire tourner le modéle selon
différentes configurations en local et sur SX8 et de comparer les résultats

En local: 32x24x11, config bench/gfortran

  • pour une config IPSLCM5A (comparaison tronc/fusion):
    • convergence numérique sur les champs dynamiques après 3 jours
    • restart et restartphy égaux (à part sur RN et Pb)
    • fichiers histoire égaux
  • pour une config nlle physique (MH07) (comparaison LMDZ4v5.0-dev/fusion):
    • convergence numérique sur les champs dynamiques après 3 jours
    • restart et restartphy égaux
    • fichiers histoire équivalents

Sur brodie, 96x95x39 sur 4 proc:

  • pour une config IPSLCM5A:
    • restart et restartphy égaux (à part sur RN et PB)
    • pas de différence dans les fichiers histmth.nc
  • pour une config MH07
    • restart et restartphy égaux (à part sur RN et PB)
    • pas de différence dans les fichiers histmth.nc

Changement sur makegcm et create_make-gcm pour pouvoir prendre en compte des
programmes principaux en *F90

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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.