Ignore:
Timestamp:
2024-05-02T13:00:47+02:00 (4 weeks ago)
Author:
josefine.ghattas
Message:

Integrated changset [8542] : Removed output variable CONTFRAC_STOMATE which was redundant with contfrac. Now in file_def, in stomate files use the same variable output from sechiba. Add a comment for RESOLUTION_X and RESOLUTION_Y to remember that these variables are deactivated automatically when running on an unstructured grid.

Location:
branches/ORCHIDEE_2_2/ORCHIDEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE

  • branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/field_def_orchidee.xml

    r8531 r8543  
    507507    <field id="WOOD_HARVEST_PFT" name="WOOD_HARVEST_PFT" long_name="harvested wood biomass used per PFT" unit="gC/m**2/day" grid_ref="grid_nvm"/> 
    508508    <field id="HARVEST_ABOVE" name="HARVEST_ABOVE" long_name="annual release product after harvest (positive from atm to land)" unit="gC/m**2/day"/> 
    509     <field id="RESOLUTION_X" name="RESOLUTION_X" long_name="E-W resolution" unit="m" operation="once"/> 
    510     <field id="RESOLUTION_Y" name="RESOLUTION_Y" long_name="N-S resolution" unit="m" operation="once"/> 
    511     <field id="CONTFRAC_STOMATE" name="CONTFRAC" long_name="Continental fraction" unit="1" operation="once"/> 
     509    <field id="RESOLUTION_X" name="RESOLUTION_X" long_name="E-W resolution" unit="m" operation="once"/>   <!-- This variable is deactivated for unstructured grid --> 
     510    <field id="RESOLUTION_Y" name="RESOLUTION_Y" long_name="N-S resolution" unit="m" operation="once"/>   <!-- This variable is deactivated for unstructured grid --> 
    512511    <field id="VCMAX" name="VCMAX" long_name="Maximum rate of carboxylation" unit="-" grid_ref="grid_nvm"/> 
    513512    <field id="LEAF_AGE" name="LEAF_AGE" long_name="leaf age" unit="days" grid_ref="grid_nvm"/> 
Note: See TracChangeset for help on using the changeset viewer.