source: CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/POST/monitoring01_pisces_ORCA2.cfg @ 2456

Last change on this file since 2456 was 2456, checked in by acosce, 9 years ago

Add new configuration IPSLCM6CHT

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1#**************************************************************
2# Author: Patrick Brockmann
3# Contact: Patrick.Brockmann@cea.fr
4# $Date: 2011/09/12 12:17:53 $
5# $Name: ATLAS_672_1_1 $
6# $Revision: 1.1.1.1 $
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=D0F8E0
37smooth=12
38#-----------------------------------------------------------------------------------------------------------------
39#  field | files patterns | files additionnal | operations | title | units | calcul of area
40#-----------------------------------------------------------------------------------------------------------------
41 no3_global  | "NO3"      | "ORCA2.3_grid.nc" | "(NO3[k=1,d=1])"                   | "Nitrate Conc. at surf. (GLOBAL)"      | "mmol/m3"    | "mask[k=1,d=2]*area[d=2]"
42 dic_global  | "DIC"      | "ORCA2.3_grid.nc" | "(DIC[k=1,d=1])"                   | "DIC conc. at surf. (GLOBAL)"          | "mmol/m3"    | "mask[k=1,d=2]*area[d=2]"
43 alk_global  | "Alkalini" | "ORCA2.3_grid.nc" | "(Alkalini[k=1,d=1])"              | "Alkalinity conc. at surf. (GLOBAL)"   | "mmol/m3"    | "mask[k=1,d=2]*area[d=2]"
44 o2_global   | "O2"       | "ORCA2.3_grid.nc" | "(O2[k=1,d=1])"                    | "Oxygen Conc. at surf. (GLOBAL)"       | "mmol/m3"    | "mask[k=1,d=2]*area[d=2]"
45 si_global   | "Si"       | "ORCA2.3_grid.nc" | "(Si[k=1,d=1])"                    | "Silicate Conc. at surf. (GLOBAL)"     | "mmol/m3"    | "mask[k=1,d=2]*area[d=2]"
46 cflx_global | "Cflx"     | "ORCA2.3_grid.nc" | "(Cflx[d=1]*3600*24*365*12)"       | "Ocean carbon flux (GLOBAL)"           | "gC/m2/yr"   | "mask[k=1,d=2]*area[d=2]"
47 epc_global  | "EPC100"   | "ORCA2.3_grid.nc" | "(EPC100[d=1]*3600*24*365*12)"     | "Carbon export at 100m (GLOBAL)"       | "gC/m2/yr"   | "mask[k=1,d=2]*area[d=2]"
48#-----------------------------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.