Ignore:
Timestamp:
Mar 3, 2015 2:18:16 PM (9 years ago)
Author:
maronga
Message:

land surface model released

File:
1 edited

Legend:

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

    r1497 r1551  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Several changes in the liste for land surface model and radiation model
    2323!
    2424! Former revisions:
     
    100100
    101101    USE land_surface_model_mod,                                                &
    102         ONLY: alpha_VanGenuchten, C_skin, canopy_resistance_coefficient,       &
    103               conserve_water_content, f_shortwave_incoming,                    &
    104               hydraulic_conductivity, lambda_skin_stable, lambda_skin_unstable,&
    105               leaf_area_index, land_surface, l_VanGenuchten,                   &
    106               min_canopy_resistance, field_capacity, residual_moisture,        &
    107               saturation_moisture, wilting_point, n_VanGenuchten,              &
    108               root_fraction, soil_level, soil_moisture, soil_temperature,      &
    109               soil_type, vegetation_coverage, veg_type
     102        ONLY: alpha_vangenuchten, c_surface, canopy_resistance_coefficient,    &
     103              conserve_water_content, dewfall, f_shortwave_incoming,           &
     104              hydraulic_conductivity, lambda_surface_stable,                   &
     105              lambda_surface_unstable,                                         &
     106              leaf_area_index, land_surface, l_vangenuchten,                   &
     107              min_canopy_resistance, min_soil_resistance, field_capacity,      &
     108              residual_moisture, saturation_moisture, wilting_point,           &
     109              n_vangenuchten, root_fraction, soil_moisture, soil_temperature,  &
     110              soil_type, vegetation_coverage, veg_type, z0_eb, z0h_eb, zs
    110111
    111112    USE kinds
     
    134135
    135136    USE radiation_model_mod,                                                   &
    136         ONLY: albedo, day_init, dt_radiation, lambda, radiation,               &
    137               time_radiation, time_utc_init
     137        ONLY: albedo, day_init, dt_radiation, lambda, net_radiation, radiation,&
     138              radiation_scheme, time_radiation, time_utc_init
    138139               
    139140
     
    171172                                  vc_size_y, vc_size_z
    172173
    173     NAMELIST /lsm_par/            alpha_VanGenuchten, C_skin,                  &
     174    NAMELIST /lsm_par/            alpha_vangenuchten, c_surface,               &
    174175                                  canopy_resistance_coefficient,               &
    175                                   conserve_water_content, f_shortwave_incoming,&
    176                                   hydraulic_conductivity, lambda_skin_stable,  &
    177                                   lambda_skin_unstable, leaf_area_index,       &
    178                                   l_VanGenuchten, min_canopy_resistance,       &
    179                                   field_capacity, residual_moisture,           &
    180                                   saturation_moisture, wilting_point,          &
    181                                   n_VanGenuchten, root_fraction, soil_level,   &
     176                                  conserve_water_content, dewfall,             &
     177                                  f_shortwave_incoming,                        &
     178                                  hydraulic_conductivity,                      &
     179                                  lambda_surface_stable,                       &
     180                                  lambda_surface_unstable, leaf_area_index,    &
     181                                  l_vangenuchten, min_canopy_resistance,       &
     182                                  min_soil_resistance, field_capacity,         &
     183                                  residual_moisture, saturation_moisture,      &
     184                                  wilting_point, n_vangenuchten, root_fraction,&
    182185                                  soil_moisture, soil_temperature, soil_type,  &
    183                                   vegetation_coverage, veg_type
     186                                  vegetation_coverage, veg_type, zs, z0_eb,    &
     187                                  z0h_eb
    184188
    185189
     
    207211                                  write_particle_statistics
    208212
    209     NAMELIST /radiation_par/      lambda, albedo, day_init, dt_radiation,      &
    210                                   time_utc_init
     213    NAMELIST /radiation_par/      albedo, day_init, dt_radiation, lambda,      &
     214                                  net_radiation, radiation_scheme, time_utc_init
    211215
    212216    NAMELIST /spectra_par/        averaging_interval_sp, comp_spectra_level,   &
Note: See TracChangeset for help on using the changeset viewer.