source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/POST/monitoring01_pisces_ORCA1.cfg @ 2297

Last change on this file since 2297 was 2297, checked in by omamce, 10 years ago

O.M. : add ORCA2 and ORCA1 resolution for monitoring cfg files.

  • Property svn:executable set to *
File size: 2.9 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"       | "ORCA1.0_grid.nc" | "(NO3[k=1,d=1]*1e6/7.6)"                    | "Nitrate Conc. at surf. (GLOBAL)"      | "umolN/L"    | "mask[k=1,d=2]*area[d=2]"
42 dic_global | "DIC"       | "ORCA1.0_grid.nc" | "(DIC[k=1,d=1]*1e6)"                        | "DIC conc. at surf. (GLOBAL)"          | "umolC/L"    | "mask[k=1,d=2]*area[d=2]"
43 alk_global | "Alkalini"  | "ORCA1.0_grid.nc" | "(Alkalini[k=1,d=1]*1e6)"                   | "Alkalinity conc. at surf. (GLOBAL)"   | "umolC/L"    | "mask[k=1,d=2]*area[d=2]"
44 cflx_global | "Cflx"     | "ORCA1.0_grid.nc" | "(Cflx[d=1]*3600*24*365*12)"                | "Ocean carbon flux (GLOBAL)"           | "gC/m2/yr"   | "mask[k=1,d=2]*area[d=2]"
45#-----------------------------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.