Ignore:
Timestamp:
May 6, 2020 11:39:49 AM (4 years ago)
Author:
schwenkel
Message:

add error number

File:
1 edited

Legend:

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

    r4502 r4521  
    2525! -----------------
    2626! $Id$
     27! Rename variable
     28!
     29! 4502 2020-04-17 16:14:16Z schwenkel
    2730! Implementation of ice microphysics
    2831!
     
    97100    USE bulk_cloud_model_mod,                                                  &
    98101        ONLY: bulk_cloud_model, microphysics_morrison, microphysics_seifert,   &
    99               microphysics_ice_extension
     102              microphysics_ice_phase
    100103
    101104    USE chem_modules,                                                          &
     
    14181421                                                                flag
    14191422                         ENDIF
    1420                          IF ( microphysics_ice_extension )  THEN
     1423                         IF ( microphysics_ice_phase )  THEN
    14211424                            sums_l(k,124,tn) = sums_l(k,124,tn) + ni(k,j,i) *  &
    14221425                                                                rmask(j,i,sr) *&
Note: See TracChangeset for help on using the changeset viewer.