Changeset 5627


Ignore:
Timestamp:
2018-11-28T09:38:54+01:00 (5 years ago)
Author:
josefine.ghattas
Message:

Added new output variables and ping to be used for offline simulation during CMIP6.

Location:
tags/ORCHIDEE_2_0/ORCHIDEE/src_xml
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/CMIP6_ping_land_offline.xml

    r5625 r5627  
    300300   <field id="CMIP6_sweLut"        field_ref="dummy_XY_landUse_not_provided" /> <!-- P1 (m)  : snow water equivalent on land use tile --> 
    301301   <field id="CMIP6_tSoilPools"    field_ref="tSoilPools"/> <!-- P2 (s-1) soil_carbon_turnover_rate_by_pool : turnover rate of each model soil carbon pool --> 
    302    <field id="CMIP6_tas"           field_ref="dummy_XY"         /> <!-- P1 (K) air_temperature : quantity averaged over ice sheet (grounded ice sheet and floating ice shelf) only. Needed to analyse the impact of downscaling methods --> 
     302   <field id="CMIP6_tas"           field_ref="temp_air"         /> <!-- P1 (K) air_temperature : quantity averaged over ice sheet (grounded ice sheet and floating ice shelf) only. Needed to analyse the impact of downscaling methods --> 
    303303   <field id="CMIP6_tasLut"        field_ref="dummy_XY_landUse_not_provided" /> <!-- P1 (K) air_temperature : near-surface air temperature (2m above displacement height, i.e. t_ref) on land use tile --> 
    304304   <field id="CMIP6_tcs"           field_ref="dummy_XY_not_provided"         /> <!-- P1 (K) canopy_temperature : Vegetation Canopy Temperature --> 
     
    315315   <field id="CMIP6_treeFracSecDec" field_ref="dummy_XY_not_provided"         /> <!-- P1 (%) area_fraction : fraction of entire grid cell  that is covered by secondary deciduous trees. --> 
    316316   <field id="CMIP6_treeFracSecEver" field_ref="dummy_XY_not_provided"         /> <!-- P1 (%) area_fraction : fraction of entire grid cell  that is covered by secondary evergreen trees. --> 
    317    <field id="CMIP6_ts"            field_ref="dummy_XY"         /> <!-- P1 (K) surface_temperature : quantity averaged over ice sheet (grounded ice sheet and floating ice shelf) only. Needed to analyse the impact of downscaling methods --> 
     317   <field id="CMIP6_ts"            field_ref="temp_sol_new"         /> <!-- P1 (K) surface_temperature : quantity averaged over ice sheet (grounded ice sheet and floating ice shelf) only. Needed to analyse the impact of downscaling methods --> 
    318318   <field id="CMIP6_tsl"           field_ref="ptn"       /> <!-- P1 (K) soil_temperature : Temperature of single near-surface soil layer.  Reported as "missing" for grid cells occupied entirely by "sea". --> 
    319319   <field id="CMIP6_tslsi"         field_ref="temp_sol_new"         /> <!-- P1 (K) surface_temperature : Surface temperature of all surfaces except open ocean. --> 
     
    336336   <field id="CMIP6_wilt"          field_ref="wilt"       /> <!-- P1 (%) volume_fraction_of_condensed_water_in_soil_at_wilting_point : Wilting Point --> 
    337337   <field id="CMIP6_wtd"           field_ref="dummy_XY_not_provided"         /> <!-- P1 (m) depth_of_soil_moisture_saturation : depth_of_soil_moisture_saturation --> 
     338 
     339<!--  Variable added for ORCHIDEE offline simulations --> 
     340<!--  Note also that variables CMIP6_tas and CMIP6_ts above are changed --> 
     341   <field id="CMIP6_siltfrac"  field_ref="siltfraction"       /> <!-- P1 (1) volume_fraction_of_silt_in_soil : Silt Fraction --> 
     342   <field id="CMIP6_pr"        field_ref="precip_rain" >  precip_rain + precip_snow </field> <!-- Precipitation--> 
     343   <field id="CMIP6_hfdsl"     field_ref="soilflx"       /> <!-- Downward Heat Flux at Land Surface--> 
     344   <field id="CMIP6_rls"       field_ref="lwnet"       /> <!-- Net Longwave Surface Radiation --> 
     345   <field id="CMIP6_rss"       field_ref="swnet"       /> <!-- Net Shortwave Surface Radiation --> 
     346   <field id="CMIP6_tasmax"    field_ref="tasmax"       /> <!-- Daily Maximum Near-Surface Air Temperature --> 
     347   <field id="CMIP6_tasmin"    field_ref="tasmin"       /> <!-- Daily Minimum Near-Surface Air Temperature --> 
     348   <field id="CMIP6_tr"        field_ref="temp_sol_new"       /> <!-- Surface Radiative Temperature --> 
     349   <field id="CMIP6_tsland"    field_ref="temp_sol_new"       /> <!-- Surface Temperature --> 
     350   <field id="CMIP6_huss"      field_ref="qair"       /> <!-- Near-Surface Specific Humidity --> 
     351   <field id="CMIP6_sfcWind"   field_ref="wind"       /> <!-- Near-Surface Wind Speed --> 
    338352</field_definition> 
    339353</context> 
  • tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/field_def_orchidee.xml

    r5623 r5627  
    9797    <field id="runoff_soil" name="runoff_soil" long_name="Runoff for soil type" unit="mm/d" grid_ref="grid_nstm" > this*86400 </field> 
    9898    <field id="temp_air" name="tair" long_name="Air Temperature" unit="K"/> 
     99    <field id="tairmax" field_ref="temp_air" name="tairmax" long_name="Maximum air temperature for the period of the output frequency" unit="K" operation="maximum"/> 
     100    <field id="tasmax" field_ref="tairmax" name="tasmax" long_name="Daily maximum of the Air Temperature" unit="K" operation="average" freq_op="1d"> @tairmax </field> 
     101    <field id="tairmin" field_ref="temp_air" name="tairmin" long_name="Minimum air temperature for the period of the output frequency" unit="K" operation="minimum"/> 
     102    <field id="tasmin" field_ref="tairmin" name="tasmin" long_name="Daily minimum of the Air Temperature" unit="K" operation="average" freq_op="1d"> @tairmin </field> 
    99103    <field id="qair" name="qair" long_name="Air Humidity" unit="g/g"/> 
    100104    <field id="q2m" name="q2m" long_name="2m Air Humidity" unit="g/g"/> 
  • tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/file_def_orchidee.xml

    r5229 r5627  
    207207    <field field_ref="qsintmax" level="10"/> 
    208208    <field field_ref="dtes" level="10"/> 
     209    <field field_ref="tairmax"  level="10"/> 
     210    <field field_ref="tasmax"  level="10"/> 
     211    <field field_ref="tairmin"  level="10"/> 
     212    <field field_ref="tasmin"  level="10"/> 
    209213    <!-- level 11 --> 
    210214    <field field_ref="clayfraction" level="11"/> 
Note: See TracChangeset for help on using the changeset viewer.