Ignore:
Timestamp:
Dec 12, 2018, 3:06:38 PM (6 years ago)
Author:
lguez
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/DefLists/run.def

    r2708 r3424  
    1 # $Id: run.def 1403 2010-07-01 09:02:53Z fairhead $
     1# $Id$
    22#
    3 ## Fichier de configuration general
    4 ##
     3INCLUDEDEF=physiq.def
    54INCLUDEDEF=gcm.def
    65INCLUDEDEF=vert.def
    7 INCLUDEDEF=physiq.def
    86INCLUDEDEF=orchidee.def
    9 INCLUDEDEF=output.def
    107INCLUDEDEF=config.def
     8INCLUDEDEF=reprobus.def
     9INCLUDEDEF=guide.def
     10INCLUDEDEF=inca.def
    1111## Type de calendrier utilise
    1212## valeur possible: earth_360d (defaut), earth_365d, earth_366d
    13 calend=earth_360d
    14 ## Jour de l'etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
    15 dayref=1
    16 ##  Annee de l'etat  initial (   avec  4  chiffres   )
    17 anneeref=1980
    18 ## Nombre de jours d'integration
    19 nday=5
     13calend= gregorian
     14## Jour de l etat initial ( = 350  si 20 Decembre ,par expl. ,comme ici )
     15dayref= 1
     16##  Annee de l etat  initial (   avec  4  chiffres   )
     17anneeref= 1979
     18## Nombre de jours d integration
     19nday= 365
    2020## Remise a zero de la date initiale
    21 raz_date=0
     21raz_date= 0
    2222## periode de sortie des variables de controle (en pas)
    2323iconser=240
    24 ## periode d'ecriture du fichier histoire (en jour)
     24## periode d ecriture du fichier histoire (en jour)
    2525iecri=1
    2626## flag de sortie dynzon
    2727ok_dynzon=n
    28 ## periode de stockage fichier dynzon (en jour)
    29 periodav= 30.
    3028## activation du calcul d equilibrage de charge
    31 adjust=n
     29adjust= n
    3230## activation du filtre fft
    33 use_filtre_fft=n
    34 ## niveau d'impression de controle
    35 prt_level=1
     31use_filtre_fft=y
     32## niveau d impression de controle
     33prt_level=0
     34###
     35### Informations sur la configuration utilisee
     36###
     37### type_ocean = force / slab  /couple
     38### type_ocean is modified automatically by the lmdz.driver
     39type_ocean= force
     40### version_ocean = nemo / opa8
     41version_ocean=nemo
     42### activation passage courants surface ocean-glace
     43cpl_current=y
     44### VEGET= y si ORCHIDEE, =n si bucket
     45### VEGET is modified automatically by the lmdz.driver
     46VEGET= y
     47### Choice of tracers type_trac=lmdz/inca/repr
     48### type_trac is set automatically by the lmdz.driver
     49type_trac= lmdz
     50### config_inca=aero/chem needed only if type_trac=inca
     51config_inca= none
     52### To activate XIOS ouputs only, set n to use IOIPSL
     53ok_all_xml= y
     54### Only read by ce0l : Do not set land points on Antartic
     55no_ter_antartique=y
     56### Do not call phytrac to speed things up
     57iflag_phytrac=0
Note: See TracChangeset for help on using the changeset viewer.