Ignore:
Timestamp:
Sep 13, 2012 2:08:46 PM (12 years ago)
Author:
raasch
Message:

leapfrog timestep scheme and upstream-spline advection scheme completely removed from the code,
reading of dt_fixed from restart file removed

File:
1 edited

Legend:

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

    r979 r1001  
    44! Current revisions:
    55! ------------------
    6 !
     6! -cut_spline_overshoot, dt_fixed, last_dt_change, long_filter_factor,
     7! overshoot_limit_*, ups_limit_*
    78!
    89! Former revisions:
     
    313314          CASE ( 'curvature_solution_effects' )
    314315             READ ( 13 )  curvature_solution_effects
    315           CASE ( 'cut_spline_overshoot' )
    316              READ ( 13 )  cut_spline_overshoot
    317316          CASE ( 'cycle_mg' )
    318317             READ ( 13 )  cycle_mg
     
    331330          CASE ( 'drag_coefficient' )
    332331             READ ( 13 )  drag_coefficient
    333           CASE ( 'dt_fixed' )
    334              READ ( 13 )  ldum   ! restart files created before rev 333
    335                                  ! contained dt_fixed by mistake; it is still
    336                                  ! read here in order to allow usage of these
    337                                  ! older restart files; can be removed in a
    338                                  ! later version
    339332          CASE ( 'dt_pr_1d' )
    340333             READ ( 13 )  dt_pr_1d
     
    400393          CASE ( 'lad_vertical_gradient_level_in' )
    401394             READ ( 13 )  lad_vertical_gradient_level_ind
    402           CASE ( 'last_dt_change' )
    403              READ ( 13 )  last_dt_change
    404395           CASE ( 'large_scale_subsidence' )
    405396             READ ( 13 )  large_scale_subsidence
    406397          CASE ( 'leaf_surface_concentration' )
    407398             READ ( 13 )  leaf_surface_concentration
    408           CASE ( 'long_filter_factor' )
    409              READ ( 13 )  long_filter_factor
    410399          CASE ( 'loop_optimization' )
    411400             READ ( 13 )  loop_optimization
     
    451440          CASE ( 'output_for_t0' )
    452441             READ (13)    output_for_t0
    453           CASE ( 'overshoot_limit_e' )
    454              READ ( 13 )  overshoot_limit_e
    455           CASE ( 'overshoot_limit_pt' )
    456              READ ( 13 )  overshoot_limit_pt
    457           CASE ( 'overshoot_limit_u' )
    458              READ ( 13 )  overshoot_limit_u
    459           CASE ( 'overshoot_limit_v' )
    460              READ ( 13 )  overshoot_limit_v
    461           CASE ( 'overshoot_limit_w' )
    462              READ ( 13 )  overshoot_limit_w
    463442          CASE ( 'passive_scalar' )
    464443             READ ( 13 )  passive_scalar
     
    637616          CASE ( 'ug_vertical_gradient_level_ind' )
    638617             READ ( 13 )  ug_vertical_gradient_level_ind
    639           CASE ( 'ups_limit_e' )
    640              READ ( 13 )  ups_limit_e
    641           CASE ( 'ups_limit_pt' )
    642              READ ( 13 )  ups_limit_pt
    643           CASE ( 'ups_limit_u' )
    644              READ ( 13 )  ups_limit_u
    645           CASE ( 'ups_limit_v' )
    646              READ ( 13 )  ups_limit_v
    647           CASE ( 'ups_limit_w' )
    648              READ ( 13 )  ups_limit_w
    649618          CASE ( 'use_surface_fluxes' )
    650619             READ ( 13 )  use_surface_fluxes
Note: See TracChangeset for help on using the changeset viewer.