Changes between Version 63 and Version 64 of Documentation/Forcings


Ignore:
Timestamp:
2016-01-15T11:03:07+01:00 (8 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Forcings

    v63 v64  
    5757 
    5858Tips when building meteorological forcing files: 
    59 * '''Land compressed files''': The '''missing_value''' attribute is mandatory in forcing files containing only land points, with a value outside of the valid range of the variables. 
    60  In flinget_mat, the default value is set to 0: 
    61 {{{ 
    62 REAL,SAVE :: mis_v=0. 
    63 }}} 
    64  If this value is kept, oceanic points will be filled with it and treated as land points because 0. is a valid value for some fields (Qair) but ORCHIDEE will crash because it's not valid for others (PSurf), causing the usual problems in qsatcalc. 
     59* '''Land compressed files''': The '''missing_value''' attribute is mandatory in forcing files containing only land points, with a value outside of the valid range of the variables, for example missing_value=1.e+20. In flinget_mat, the default value is set to 0, if this value is kept, oceanic points will be filled with it and treated as land points because 0. is a valid value for some fields (Qair) but ORCHIDEE will crash because it's not valid for others (PSurf), causing the usual problems in qsatcalc. 
    6560 
    6661