Ignore:
Timestamp:
07/01/15 17:41:36 (10 years ago)
Author:
jgipsl
Message:
  • orchidee.def : Deactivate FIRE in ORCHIDEE (FIRE_DISABLE=y). Add RIVER_DESC to create a file needed for offline diagnostics. This file is only created the first once per simulation.
  • orchidee.card :

Add river_desc.nc (must be in OutputText? List because no time axis). Remove bqsb et gqsb from TS : these fields only exist with Choisnel. Add twbr : note this field only exist with CWRR.

  • stomate.card :

Remove CO2FLUX_MONTHLY and VEGET from TS. Add CO2FLUX to TS.

  • orchidee.driver : Add river_desc=y for 1st cumul period. Change in order to have all ModifDefList? first.
  • + small enhancement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r2595 r2602  
    2626[ParametersFiles] 
    2727List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\ 
    28         (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)                   ,\ 
     28        (${SUBMIT_DIR}/PARAM/file_def_orchidee.xml, .)                  ,\ 
    2929        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    3030        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 
     
    3535 
    3636[OutputText] 
    37 List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml) 
     37List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc) 
    3838 
    3939[OutputFiles] 
     
    4545Patches = () 
    4646GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds) 
    47 TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac) 
     47TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac, TWBR) 
    4848ChunckJob2D = NONE 
    4949TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee) 
Note: See TracChangeset for help on using the changeset viewer.