source: CONFIG/UNIFORM/v6/LMDZ5A2.1_ISO/GENERAL/POST/monitoring01_opa9_ORCA2.cfg @ 3919

Last change on this file since 3919 was 3919, checked in by acosce, 6 years ago

new configuration to run LMDZ5 ISO branche

File size: 7.8 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.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
28#   - Each variable must be referenced to its dataset ie var[d=x]
29#   - files patterns, operations,title,units must be enclosed with character '"'
30#   - fields will be presented through an html page with thumbnails global, north, south, land, ocean.
31#     Use a field name with one of these pattern to display it under the corresponding thumbnail.
32#
33##################################################################################################################
34
35color=6D80FF
36smooth=12
37#-----------------------------------------------------------------------------------------------------------------
38#  field | files patterns | files additionnal | operations | title | units | calcul of area
39#-----------------------------------------------------------------------------------------------------------------
40 sosstsst_global  | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])"                                       | "Sea Surface Temperature (Global)" | "degC"    | "mask[k=1,d=2]*area[d=2]"
41 sosaline_global  | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])"                                       | "Sea Surface Salinity (Global)"    | "PSU"     | "mask[k=1,d=2]*area[d=2]"
42 sossheig_global  | "zos"      | ORCA2.3_grid.nc | "(zos[d=1])"                                       | "Sea Surface Heigh (Global)"       | "m"       | "mask[k=1,d=2]*area[d=2]"
43 wfo_global       | "wfo"      | ORCA2.3_grid.nc | "(wfo[d=1])"                                       | "Total Water flux (Global, upward)"| "kg/m2/s" | "mask[k=1,d=2]*area[d=2]"
44 friver_global    | "friver"   | ORCA2.3_grid.nc | "(friver[d=1])"                                    | "River input (Global)"             | "kg/m2/s" | "mask[k=1,d=2]*area[d=2]"
45 hc300_global     | "hc300"    | ORCA2.3_grid.nc | "(hc300[d=1])"                                     | "Heat content 300 m (GLOBAL)"      | "W"     | "mask[k=1,d=2]*area[d=2]"
46 sohefldo_global  | "sohefldo" | ORCA2.3_grid.nc | "(nshfls[d=1]+rsntds[d=1])"                        | "Net Downward Heat Flux (Global)"  | "W/m^2"   | "mask[k=1,d=2]*area[d=2]"
47 nadw_ocean       | "zomsfatl"  |       ""        | "(zomsfatl[z=500:6000@max,J=90:120@max,d=1])"        | "North Atlantic Deep Water"        | "Sv"    | "1"
48 npdw_ocean       | "zomsfpac"  |       ""        | "(zomsfpac[z=500:6000@max,J=90:120@max,d=1])"        | "North Pacific Deep Water"         | "Sv"    | "1"
49 aabw_ocean       | "zomsfglo"  |       ""        | "(zomsfglo[z=2000:6000@max,J=37:118@max,d=1])"       | "Antarctic Bottom Water"           | "Sv"    | "1"
50 deacon_ocean     | "zomsfglo"  |       ""        | "(zomsfglo[z=2000:6000@max,J=2:50@max,d=1])"         | "Deacon Cell"                      | "Sv"    | "1"
51 somxl010_north   | "mldr10_1" | ORCA2.3_grid.nc | "(mldr10_1[d=1])" | "Mixed layer depth (NORTH)"    | "m"     | "(if lat[d=2] gt 0 then mask[k=1,d=2]*area[d=2])"
52 somxl010_south   | "mldr10_1" | ORCA2.3_grid.nc | "(mldr10_1[d=1])" | "Mixed layer depth (SOUTH)"    | "m"     | "(if lat[d=2] lt 0 then mask[k=1,d=2]*area[d=2])"
53 temp_500m_global | "thetao"      | ORCA2.3_grid.nc | "(thetao[d=1,k=20])"                            | "Temperature at 500m (GLOBAL)"     | "degC"    | "mask[k=20,d=2]*area[d=2]"
54 temp_1000m_global | "thetao"      | ORCA2.3_grid.nc | "(thetao[d=1,k=23])"                           | "Temperature at 1000m (GLOBAL)"    | "degC"    | "mask[k=23,d=2]*area[d=2]"
55 salini_500m_global | "so"      | ORCA2.3_grid.nc | "(so[d=1,k=20])"                                  | "Salinity at 500m (GLOBAL)"        | "PSU"    | "mask[k=20,d=2]*area[d=2]"
56 salini_1000m_global | "so"      | ORCA2.3_grid.nc | "(so[d=1,k=23])"                                 | "Salinity at 1000m (GLOBAL)"       | "PSU"    | "mask[k=23,d=2]*area[d=2]"
57 sosstsst_70N_90N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (70N-90N)" | "degC"  | "(if lat[d=2] ge  70                     then mask[k=1,d=2]*area[d=2])"
58 sosstsst_50N_70N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (50N-70N)" | "degC"  | "(if lat[d=2] ge  50 and lat[d=2] le  70 then mask[k=1,d=2]*area[d=2])"
59 sosstsst_30N_50N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (30N-50N)" | "degC"  | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])"
60 sosstsst_10N_30N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (10N-30N)" | "degC"  | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])"
61 sosstsst_10S_10N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (10S-10N)" | "degC"  | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])"
62 sosstsst_30S_10S | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (30S-10S)" | "degC"  | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])"
63 sosstsst_50S_30S | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (50S-30S)" | "degC"  | "(if lat[d=2] ge -50 and lat[d=2] le -30 then mask[k=1,d=2]*area[d=2])"
64 sosstsst_70S_50S | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (70S-50S)" | "degC"  | "(if                     lat[d=2] le -50 then mask[k=1,d=2]*area[d=2])"
65 sosaline_70N_90N | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (70N-90N)"    | "PSU"   | "(if lat[d=2] ge  70                     then mask[k=1,d=2]*area[d=2])"
66 sosaline_50N_70N | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (50N-70N)"    | "PSU"   | "(if lat[d=2] ge  50 and lat[d=2] le  70 then mask[k=1,d=2]*area[d=2])"
67 sosaline_30N_50N | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (30N-50N)"    | "PSU"   | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])"
68 sosaline_10N_30N | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (10N-30N)"    | "PSU"   | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])"
69 sosaline_10S_10N | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (10S-10N)"    | "PSU"   | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])"
70 sosaline_30S_10S | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (30S-10S)"    | "PSU"   | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])"
71 sosaline_50S_30S | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (50S-30S)"    | "PSU"   | "(if lat[d=2] ge -50 and lat[d=2] le -30 then mask[k=1,d=2]*area[d=2])"
72 sosaline_70S_50S | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (70S-50S)"    | "PSU"   | "(if                     lat[d=2] le -50 then mask[k=1,d=2]*area[d=2])"
Note: See TracBrowser for help on using the repository browser.