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/write_var_list.f90

    r979 r1001  
    44! Current revisions:
    55! -----------------
    6 !
     6! -cut_spline_overshoot, last_dt_change, long_filter_factor, overshoot_limit_*,
     7! ups_limit_*
    78!
    89! Former revisions:
     
    235236    WRITE ( 14 )  'cthf                          '
    236237    WRITE ( 14 )  cthf
    237     WRITE ( 14 )  'cut_spline_overshoot          '
    238     WRITE ( 14 )  cut_spline_overshoot
    239238    WRITE ( 14 )  'cycle_mg                      '
    240239    WRITE ( 14 )  cycle_mg
     
    315314    WRITE ( 14 )  'lad_vertical_gradient_level_in'
    316315    WRITE ( 14 )  lad_vertical_gradient_level_ind
    317     WRITE ( 14 )  'last_dt_change                '
    318     WRITE ( 14 )  last_dt_change
    319316    WRITE ( 14 )  'large_scale_subsidence        '
    320317    WRITE ( 14 )  large_scale_subsidence
    321318    WRITE ( 14 )  'leaf_surface_concentration    '
    322319    WRITE ( 14 )  leaf_surface_concentration
    323     WRITE ( 14 )  'long_filter_factor            '
    324     WRITE ( 14 )  long_filter_factor
    325320    WRITE ( 14 )  'loop_optimization             '
    326321    WRITE ( 14 )  loop_optimization
     
    363358    WRITE ( 14 )  'output_for_t0                 '
    364359    WRITE ( 14 )  output_for_t0
    365     WRITE ( 14 )  'overshoot_limit_e             '
    366     WRITE ( 14 )  overshoot_limit_e
    367     WRITE ( 14 )  'overshoot_limit_pt            '
    368     WRITE ( 14 )  overshoot_limit_pt
    369     WRITE ( 14 )  'overshoot_limit_u             '
    370     WRITE ( 14 )  overshoot_limit_u
    371     WRITE ( 14 )  'overshoot_limit_v             '
    372     WRITE ( 14 )  overshoot_limit_v
    373     WRITE ( 14 )  'overshoot_limit_w             '
    374     WRITE ( 14 )  overshoot_limit_w
    375360    WRITE ( 14 )  'passive_scalar                '
    376361    WRITE ( 14 )  passive_scalar
     
    549534    WRITE ( 14 )  'ug_vertical_gradient_level_ind'
    550535    WRITE ( 14 )  ug_vertical_gradient_level_ind
    551     WRITE ( 14 )  'ups_limit_e                   '
    552     WRITE ( 14 )  ups_limit_e
    553     WRITE ( 14 )  'ups_limit_pt                  '
    554     WRITE ( 14 )  ups_limit_pt
    555     WRITE ( 14 )  'ups_limit_u                   '
    556     WRITE ( 14 )  ups_limit_u
    557     WRITE ( 14 )  'ups_limit_v                   '
    558     WRITE ( 14 )  ups_limit_v
    559     WRITE ( 14 )  'ups_limit_w                   '
    560     WRITE ( 14 )  ups_limit_w
    561536    WRITE ( 14 )  'use_surface_fluxes            '
    562537    WRITE ( 14 )  use_surface_fluxes
Note: See TracChangeset for help on using the changeset viewer.