#************************************************************** # Author: Patrick Brockmann # Contact: Patrick.Brockmann@cea.fr # $Date: 2009/05/14 15:09:35 $ # $Name: ATLAS_608_1_5 $ # $Revision: 1.1.1.1 $ # History: # Modification: #************************************************************** ################################################################################################################## #----------------------------------------------------------------------------------------------------------------- # field | files patterns | files additionnal | operations | title | units | calcul of area #----------------------------------------------------------------------------------------------------------------- # # field = name of the field to monitore # files patterns = pattern of the files used to monitore the field (must be discriminant) # files additionnal = additionnal files accessible by $FER_DATA # operations = operations to calculate the field # title = variable title # units = variable units # calcul of area = expression to use for the weight average # # Notes: # - Comment lines begin by '#' character # - Separator between fields is '|' character # - Operations must use the ferret syntax, if several files are used precise with the syntax d=x to refer to the x dataset # - files patterns, operations,title,units must be enclosed with character '"' # - fields will be presented through an html page with thumbnails global, north, south, land, ocean. # Use a field name with one of these pattern to display it under the corresponding thumbnail. # ################################################################################################################## color=D4E3E6 smooth=12 #----------------------------------------------------------------------------------------------------------------- # field | files patterns | files additionnal | operations | title | units | calcul of area #----------------------------------------------------------------------------------------------------------------- # Commented until siconc is fixes in icemod.nc # siconc_north | "siconc" | eORCA1.1_grid.nc | "(siconc[d=1])" | "Ice Fraction (NORTH)" | "-" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" # siconc_south | "siconc" | eORCA1.1_grid.nc | "(siconc[d=1])" | "Ice Fraction (SOUTH)" | "-" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" # icesurf_north | "siconc" | eORCA1.1_grid.nc | "(if lat[d=2] ge 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Surface (NORTH)" | "m2" | "2" # icesurf_south | "siconc" | eORCA1.1_grid.nc | "(if lat[d=2] le 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Surface (SOUTH)" | "m2" | "2" # Temporary fix siconc_north | "sivolu sithic" | eORCA1.2_grid.nc | "(sivolu[d=1]/sithic[d=2])" | "Ice Fraction (NORTH)" | "-" | "if lat[d=3] ge 0 then mask[k=1,d=3]*area[d=3]" siconc_south | "sivolu sithic" | eORCA1.2_grid.nc | "(sivolu[d=1]/sithic[d=2])" | "Ice Fraction (SOUTH)" | "-" | "if lat[d=3] le 0 then mask[k=1,d=3]*area[d=3]" snowvol_north | "snvolu" | eORCA1.2_grid.nc | "(if lat[d=2] ge 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])" | "Snow Volume (NORTH)" | "m3" | "2" snowvol_south | "snvolu" | eORCA1.2_grid.nc | "(if lat[d=2] le 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])" | "Snow Volume (SOUTH)" | "m3" | "2" icevol_north | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] ge 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Volume (NORTH)" | "m3" | "2" icevol_north_MAR | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (March)" | "m3" | "2" | "@FNR" icevol_north_SEP_prio | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (September)" | "m3" | "2" | "@FNR" icevol_south | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] le 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])" | "Ice Volume (SOUTH)" | "m3" | "2" icevol_south_MAR | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (March)" | "m3" | "2" | "@FNR" icevol_south_SEP | "sivolu" | eORCA1.2_grid.nc | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (September)" | "m3" | "2" | "@FNR" iicethic_north | "sithic" | eORCA1.2_grid.nc | "(sithic[d=1])" | "Ice thickness (NORTH)" | "m" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" iicethic_south | "sithic" | eORCA1.2_grid.nc | "(sithic[d=1])" | "Ice thickness (SOUTH)" | "m" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" isnowthi_north | "snvolu" | eORCA1.2_grid.nc | "(snvolu[d=1])" | "Snow thickness (NORTH)" | "m" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" isnowthi_south | "snvolu" | eORCA1.2_grid.nc | "(snvolu[d=1])" | "Snow thickness (SOUTH)" | "m" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" # Following fields should be weighted by siconc sisali_north | "sisali" | eORCA1.2_grid.nc | "(sisali[d=1])" | "Ice Salinity (NORTH)" | "PSS" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" sisali_south | "sisali" | eORCA1.2_grid.nc | "(sisali[d=1])" | "Ice Salinity (NORTH)" | "PSS" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" sitemp_north | "sitemp" | eORCA1.2_grid.nc | "(sitemp[d=1])" | "Ice Temperature (NORTH)" | "C" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" sitemp_south | "sitemp" | eORCA1.2_grid.nc | "(sitemp[d=1])" | "Ice Temperature (SOUTH)" | "C" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" sistem_north | "sistem" | eORCA1.2_grid.nc | "(sistem[d=1])" | "Ice Surface Temperature (NORTH)" | "C" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" sistem_south | "sistem" | eORCA1.2_grid.nc | "(sistem[d=1])" | "Ice Surface Temperature (SOUTH)" | "C" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" siages_north | "siages" | eORCA1.2_grid.nc | "(siages[d=1])" | "Ice Age (NORTH)" | "years" | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" siages_south | "siages" | eORCA1.2_grid.nc | "(siages[d=1])" | "Ice Age (SOUTH)" | "years" | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" #-----------------------------------------------------------------------------------------------------------------