Ignore:
Timestamp:
Aug 2, 2019 12:34:17 PM (5 years ago)
Author:
suehring
Message:

Bugfix in masked data output for prognostic quantities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/module_interface.f90

    r4131 r4132  
    2525! -----------------
    2626! $Id$
     27! Bugfix in masked data output for diagnostic quantities
     28!
     29! 4131 2019-08-02 11:06:18Z monakurppa
    2730! Add output of 3D plant-canopy outputs (merge from branch resler)
    2831!
     
    905908       CALL chem_check_data_output( variable, unit, 0, 0, 0 )
    906909    ENDIF
     910   
     911    IF ( unit == 'illegal' )  THEN
     912       CALL doq_check_data_output( variable, unit )
     913    ENDIF
    907914
    908915    IF ( unit == 'illegal'  .AND.  radiation )  THEN
Note: See TracChangeset for help on using the changeset viewer.