source: CONFIG/IPSLCM/IPSLCM5A/1pctCO2/POST/monitoring01_orchidee.cfg @ 1097

Last change on this file since 1097 was 1097, checked in by aclsce, 14 years ago

Added 1pctCO2 CMIP5 configuration.
Modified levels for some outputs of LMDZ to diminish the CMIP5 storage.

File size: 3.3 KB
Line 
1#**************************************************************
2# Author: Patrick Brockmann
3# Contact: Patrick.Brockmann@cea.fr
4# $Date: 2009/05/14 15:09:35 $
5# $Name: ATLAS_608_1_5 $
6# $Revision: 1.1.1.2 $
7# History:
8# Modification:
9#**************************************************************
10
11##################################################################################################################
12#-----------------------------------------------------------------------------------------------------------------
13#  field | files patterns | files additionnal | operations | title | units | calcul of area
14#-----------------------------------------------------------------------------------------------------------------
15#
16#   field = name of the field to monitore
17#   files patterns = pattern of the files used to monitore the field (must be discriminant)
18#   files additionnal = additionnal files accessible by $FER_DATA
19#   operations = operations to calculate the field
20#   title = variable title
21#   units = variable units
22#   calcul of area = expression to use for the weight average
23#
24# Notes:
25#   - Comment lines begin by # character.
26#   - Separator between fields is | character.
27#   - Operations must use the ferret syntax, if several files are used precise with the syntax d=x to refer to the x dataset.
28#     They must be enclosed by parenthesis if more than one variable is used.
29#   - files patterns,files additionnal,operations,title,units must be enclosed with character ".
30#     Use "" if empty.
31#   - Fields will be presented through an html page with thumbnails global, north, south, land, ocean.
32#     Use a field name with one of these pattern to display it under the corresponding thumbnail.
33#
34##################################################################################################################
35
36color=E7FFAB
37smooth=12
38#------------------------------------------------------------------------------------------------------------------------------------------------------
39#  field | files patterns | files additionnal | operations | title | units | calcul of area
40#------------------------------------------------------------------------------------------------------------------------------------------------------
41temp_sol_lands | "temp_sol"         |  ""              | "temp_sol[d=1]"                    | "TSOL (LANDS)"                 | "K/d"    | "Areas[d=1]*Contfrac[d=1]"
42humidity_lands | "bqsb gqsb"        |  ""              | "(bqsb[d=1]+gqsb[d=2])"            | "Total Soil Moisture  (LANDS)" | "1"      | "Areas[d=1]*Contfrac[d=1]"
43albedo_lands   | "alb_vis alb_nir"  |  ""              | "((alb_vis[d=1]+alb_nir[d=2])*0.5)"| "Mean Albedo (LANDS)"          | "1"      | "Areas[d=1]*Contfrac[d=1]"
44snow_lands     | "snow"             |  ""              | "snow[d=1]"                        | "Snow Mass (LANDS)"            | "kg/m^2" | "Areas[d=1]*Contfrac[d=1]"
45maxveget_lands | "maxvegetfrac"     |  ""              | "maxvegetfrac[d=1,K=12:13]"        | "vegetmax[pft=12,13] (LANDS)"  | "1"      | "2"
46nee            | "nee maxvegetfrac" |  ""              | "(nee[d=1]*365*86400*maxvegetfrac[d=2]*Areas[d=1]*Contfrac[d=1]/1e15)"  | "Net Ecosystem Exchange"    | "PgC/yr" | "2"
47#------------------------------------------------------------------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.