Ignore:
Timestamp:
Jun 29, 2020 8:49:58 AM (4 years ago)
Author:
suehring
Message:

mesoscale nesting: omit explicit pressure forcing via geostrophic wind components; chemistry: enable profile output of vertical fluxes; urban-surface: bugfix in initialization in case of cyclic_fill

File:
1 edited

Legend:

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

    r4578 r4581  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 !
     22! 
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Omit explicit pressure forcing via geostrophic wind components in case of
     28! mesoscale nesting.
     29!
     30! 4578 2020-06-25 15:43:32Z gronemeier
    2731! bugfix: removed unused variables
    2832!
     
    343347    USE nesting_offl_mod,                                                                          &
    344348        ONLY:  nesting_offl_bc,                                                                    &
    345                nesting_offl_geostrophic_wind,                                                      &
    346349               nesting_offl_input,                                                                 &
    347350               nesting_offl_interpolation_factor,                                                  &
     
    10061009             CALL nesting_offl_interpolation_factor
    10071010             CALL nesting_offl_bc
    1008              CALL nesting_offl_geostrophic_wind
     1011!              CALL nesting_offl_geostrophic_wind
    10091012          ENDIF
    10101013!
Note: See TracChangeset for help on using the changeset viewer.