#************************************************************** # Author: Patrick Brockmann # Contact: Patrick.Brockmann@cea.fr # $Date: 2009/05/14 15:09:35 $ # $Name: ATLAS_608_1_5 $ # $Revision: 1.1.1.2 $ # 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. # They must be enclosed by parenthesis if more than one variable is used. # - files patterns,files additionnal,operations,title,units must be enclosed with character ". # Use "" if empty. # - 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=EEE8AA smooth=12 #------------------------------------------------------------------------------------------------------------------------------------------------------ # field | files patterns | files additionnal | operations | title | units | calcul of area #------------------------------------------------------------------------------------------------------------------------------------------------------ fLuc_fHarvest_lands | "CONVFLUX CFLUX_PROD10 CFLUX_PROD100 HARVEST_ABOVE CONTFRAC" | "" | "((CONVFLUX[d=1]+CFLUX_PROD10[d=2]+CFLUX_PROD100[d=3]+HARVEST_ABOVE[d=4])*AREAS[d=1]*CONTFRAC[d=5]*365/1e15)" | "CO2 flux from Land Use Change and Crop Harvesting" | "PgC/yr" | "2" fHarvest_lands | "HARVEST_ABOVE CONTFRAC" | "" | "((HARVEST_ABOVE[d=1])*AREAS[d=1]*CONTFRAC[d=2]*365/1e15)" | "CO2 flux from Land Use Change and Crop Harvesting" | "PgC/yr" | "2" nbp_lands | "nbp" | "" | "(nbp[d=1]*Areas[d=1]*86400*365/1e12)" | "Net Biospheric Production" | "PgC/yr" | "2" cSoil_lands | "TOTAL_SOIL_CARB VEGET_MAX CONTFRAC" | "" | "(TOTAL_SOIL_CARB[d=1]*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "Carbon Soil in Pool" | "PgC" | "2" cVeg_lands | "TOTAL_M VEGET_MAX CONTFRAC" | "" | "(TOTAL_M[d=1]*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "Carbon in vegetation" | "PgC" | "2" npp_lands | "NPP VEGET_MAX CONTFRAC" | "" | "(NPP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "Net Primary Production" | "PgC/yr" | "2" rh_lands | "HET_RESP VEGET_MAX CONTFRAC" | "" | "(HET_RESP[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "Heterotrophic Respiration" | "PgC/yr" | "2" fFire_lands | "CO2_FIRE VEGET_MAX CONTFRAC" | "" | "(CO2_FIRE[d=1]*365*VEGET_MAX[d=2]*AREAS[d=1]*CONTFRAC[d=3]/1e15)" | "CO2 emission from fire" | "PgC/yr" | "2" #------------------------------------------------------------------------------------------------------------------------------------------------------