Ignore:
Timestamp:
Nov 4, 2015 2:47:01 PM (8 years ago)
Author:
maronga
Message:

several bugfixes related to the new surface layer routine and land-surface-radiation interaction

File:
1 edited

Legend:

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

    r1698 r1709  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Set initial time step to 10 s to avoid instability of the 1d model for small
     22! grid spacings
    2223!
    2324! Former revisions:
     
    8182!>
    8283!> @todo harmonize code with new surface_layer_fluxes module
     84!> @bug 1D model crashes when using small grid spacings in the order of 1 m
    8385!------------------------------------------------------------------------------!
    8486 SUBROUTINE init_1d_model
     
    262264!-- Determine the time step at the start of a 1D-simulation and
    263265!-- determine and printout quantities used for run control
    264     CALL timestep_1d
     266    dt_1d = 10.0_wp
    265267    CALL run_control_1d
    266268
     
    864866    USE pegrid
    865867   
    866     USE control_parameters,                                                              &
     868    USE control_parameters,                                                    &
    867869        ONLY:  message_string
    868870
Note: See TracChangeset for help on using the changeset viewer.