Ignore:
Timestamp:
Dec 3, 2014 6:22:31 PM (9 years ago)
Author:
kanani
Message:

canopy parameters removed

File:
1 edited

Legend:

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

    r1497 r1502  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Canopy module and parameters removed (parameters are always read from
     23! canopy_par NAMELIST for initial and restart runs),
     24! Bugfix: added blanks in "cloud_top_radiation"-string to a total of 30
     25! characters
    2326!
    2427! Former revisions:
     
    139142    USE pegrid
    140143
    141     USE plant_canopy_model_mod,                                                &
    142         ONLY:  alpha_lad, beta_lad, canopy_drag_coeff, canopy_mode, cthf, lad, &
    143                lad_surface, lad_vertical_gradient, lad_vertical_gradient_level,&
    144                lad_vertical_gradient_level_ind,                                &
    145                lai_beta, leaf_scalar_exch_coeff, leaf_surface_conc, pch_index, &
    146                plant_canopy
    147    
    148144    USE statistics,                                                            &
    149145        ONLY:  statistic_regions, hom, hom_sum, u_max, u_max_ijk, v_max,       &
     
    180176    WRITE ( 14 )  'advected_distance_y           '
    181177    WRITE ( 14 )  advected_distance_y
    182     WRITE ( 14 )  'alpha_lad                     '
    183     WRITE ( 14 )  alpha_lad
    184178    WRITE ( 14 )  'alpha_surface                 '
    185179    WRITE ( 14 )  alpha_surface
     
    222216    WRITE ( 14 )  'bc_uv_t                       '
    223217    WRITE ( 14 )  bc_uv_t
    224     WRITE ( 14 )  'beta_lad                      '
    225     WRITE ( 14 )  beta_lad
    226218    WRITE ( 14 )  'bottom_salinityflux           '
    227219    WRITE ( 14 )  bottom_salinityflux
     
    238230    WRITE ( 14 )  'call_psolver_at_all_substeps  '
    239231    WRITE ( 14 )  call_psolver_at_all_substeps
    240     WRITE ( 14 )  'canopy_drag_coeff              '
    241     WRITE ( 14 )  canopy_drag_coeff
    242     WRITE ( 14 )  'canopy_mode                   '
    243     WRITE ( 14 )  canopy_mode
    244232    WRITE ( 14 )  'canyon_height                 '
    245233    WRITE ( 14 )  canyon_height
     
    274262    WRITE ( 14 )  'curvature_solution_effects    '
    275263    WRITE ( 14 )  curvature_solution_effects
    276     WRITE ( 14 )  'cthf                          '
    277     WRITE ( 14 )  cthf
    278264    WRITE ( 14 )  'cycle_mg                      '
    279265    WRITE ( 14 )  cycle_mg
     
    350336    WRITE ( 14 )  'km_constant                   '
    351337    WRITE ( 14 )  km_constant
    352     WRITE ( 14 )  'lad                           '
    353     WRITE ( 14 )  lad
    354     WRITE ( 14 )  'lad_surface                   '
    355     WRITE ( 14 )  lad_surface
    356     WRITE ( 14 )  'lad_vertical_gradient         '
    357     WRITE ( 14 )  lad_vertical_gradient
    358     WRITE ( 14 )  'lad_vertical_gradient_level   '
    359     WRITE ( 14 )  lad_vertical_gradient_level
    360     WRITE ( 14 )  'lad_vertical_gradient_level_in'
    361     WRITE ( 14 )  lad_vertical_gradient_level_ind
    362     WRITE ( 14 )  'lai_beta                      '
    363     WRITE ( 14 )  lai_beta
    364338    WRITE ( 14 )  'large_scale_forcing           '
    365339    WRITE ( 14 )  large_scale_forcing
    366340    WRITE ( 14 )  'large_scale_subsidence        '
    367341    WRITE ( 14 )  large_scale_subsidence
    368     WRITE ( 14 )  'leaf_scalar_exch_coeff   '
    369     WRITE ( 14 )  leaf_scalar_exch_coeff
    370     WRITE ( 14 )  'leaf_surface_conc    '
    371     WRITE ( 14 )  leaf_surface_conc
    372342    WRITE ( 14 )  'limiter_sedimentation         '
    373343    WRITE ( 14 )  limiter_sedimentation
     
    418388    WRITE ( 14 )  'passive_scalar                '
    419389    WRITE ( 14 )  passive_scalar
    420     WRITE ( 14 )  'pch_index                     '
    421     WRITE ( 14 )  pch_index
    422390    WRITE ( 14 )  'phi                           '
    423391    WRITE ( 14 )  phi
    424     WRITE ( 14 )  'plant_canopy                  '
    425     WRITE ( 14 )  plant_canopy
    426392    WRITE ( 14 )  'prandtl_layer                 '
    427393    WRITE ( 14 )  prandtl_layer
     
    462428    WRITE ( 14 )  'q_vertical_gradient_level_ind '
    463429    WRITE ( 14 )  q_vertical_gradient_level_ind
    464     WRITE ( 14 )  'cloud_top_radiation       '
     430    WRITE ( 14 )  'cloud_top_radiation           '
    465431    WRITE ( 14 )  cloud_top_radiation
    466432    WRITE ( 14 )  'random_generator              '
Note: See TracChangeset for help on using the changeset viewer.