The yaml below defines a chemical scheme for N2O, adapted from Rona Thompson by Marielle Saunois and Isabelle Pison.

 1# Name of the chemical scheme
 2schemeid: LMDZ_N2O
 3
 4# Active species : species to be transported in the model
 5acspecies:
 6  N2O:
 7    restart_id: 2
 8    mass: 44.0128
 9
10emis_species:
11  N2O:
12
13# Chemical reactions
14reactions:
15  r1: N2O + O1D -> 2NO       k = 6.7e-11
16  r2: N2O + O1D -> N2 + O2   k = 4.4e-11 # (Atkinson et al., J. Phys. Chem. Ref., 1997)
17  r3: N2O + hv -> N2 + O1D   ?
18
19# State variables and J for photolysis
20kinetic: 
21  dir: /home/inversion/rthomp/LMDZ/LMDZ96/restart/
22  file: GES_run2_lmdz96.lmdz.photochem.%Y.m%m.nc # pas la bonne grille
23
24# Prescribed species
25prescrconcs:
26  O1D:
27
28##  regarder dans publi Rona ce qu'il y avait exactement comme chimie et autres (depot?)
29## faire doc LMDz avec formats fichiers entree!!!