source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_ICOSA_LMDZ/run.def @ 4241

Last change on this file since 4241 was 4028, checked in by millour, 7 years ago

Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM

File size: 668 bytes
Line 
1# $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $
2#
3## Fichier de configuration general
4##
5#INCLUDEDEF=physiq.def
6#INCLUDEDEF=orchidee.def
7#INCLUDEDEF=output.def
8#INCLUDEDEF=config.def
9INCLUDEDEF=run_icosa.def
10INCLUDEDEF=earth_const.def
11INCLUDEDEF=start.def
12
13## Type de calendrier utilise
14## valeur possible: earth_360d (defaut), earth_365d, earth_366d
15calend=earth_360d
16## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
17dayref=1
18##  Annee de l'etat  initial (   avec  4  chiffres   )
19anneeref=1980
20
21# Deactivate annual cycle
22solarlong0 = 1000.
23
24## Remise a zero de la date initiale
25raz_date=0
26## niveau d'impression de controle
27prt_level=0
Note: See TracBrowser for help on using the repository browser.