source: dynamico_lmdz/config/DYNAMICO_LMDZ/GENERAL/PARAM/run.def @ 4123

Last change on this file since 4123 was 4123, checked in by jgipsl, 6 years ago

Updated configuration accroding to simulation set up used for simulations done during the Grand Challenge Irene/TGCC summer 2018.

File size: 1.2 KB
Line 
1# $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $
2#
3## Fichier de configuration general
4##
5INCLUDEDEF=physiq.def
6INCLUDEDEF=config.def
7INCLUDEDEF=traceur.def
8INCLUDEDEF=run_icosa.def
9INCLUDEDEF=earth_const.def
10INCLUDEDEF=vert.def
11
12## Type de calendrier utilise
13## valeur possible: earth_360d (defaut), earth_365d, earth_366d
14calend=_AUTOBLOCKER_
15## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
16dayref=_AUTOBLOCKER_
17##  Annee de l'etat  initial (   avec  4  chiffres   )
18anneeref=_AUTOBLOCKER_
19
20## Remise a zero de la date initiale
21raz_date=_AUTOBLOCKER_
22
23## niveau d'impression de controle
24prt_level=0
25
26###
27### Informations sur la configuration utilisee
28###
29### type_ocean = force / slab  /couple
30### type_ocean is modified automatically by the lmdz.driver
31type_ocean= force
32### version_ocean = nemo / opa8
33version_ocean=nemo
34### activation passage courants surface ocean-glace
35cpl_current=y
36### VEGET= y si ORCHIDEE, =n si bucket
37### VEGET is modified automatically by the lmdz.driver
38VEGET= n
39### To activate XIOS ouputs only, set n to use IOIPSL
40ok_all_xml= y
41### Only read by ce0l : Do not set land points on Antartic
42no_ter_antartique=y
43### Do not call phytrac to speed things up
44iflag_phytrac=0
45
Note: See TracBrowser for help on using the repository browser.