Ignore:
Timestamp:
Oct 16, 2018 2:03:34 PM (6 years ago)
Author:
knoop
Message:

removed calc_radiation.f90 and related cloud_top_radiation namelist parameter (functionality replaced by radiation model)

File:
1 edited

Legend:

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

    r3337 r3355  
    156156! advec_s_bc_mod addded, since advec_s_bc is now a module
    157157!
    158 ! 1496 2014-12-02 17:25:50Z maronga
    159 ! Renamed "radiation" -> "cloud_top_radiation"
    160 !
    161158! 1484 2014-10-21 10:53:05Z kanani
    162159! Changes due to new module structure of the plant canopy model:
     
    341338        ONLY:  buoyancy
    342339
    343     USE calc_radiation_mod,                                                    &
    344         ONLY:  calc_radiation
    345 
    346340    USE chemistry_model_mod,                                                   &
    347341        ONLY:  chem_integrate, chem_species,  chem_prognostic_equations,       &
     
    358352
    359353    USE control_parameters,                                                    &
    360         ONLY:  air_chemistry,                                                  &
    361                cloud_top_radiation, constant_diffusion,                        &
     354        ONLY:  air_chemistry, constant_diffusion,                              &
    362355               dp_external, dp_level_ind_b, dp_smooth_factor, dpdxy, dt_3d,    &
    363356               humidity, intermediate_timestep_count,                          &
    364357               intermediate_timestep_count_max, large_scale_forcing,           &
    365                large_scale_subsidence,                  &
    366                neutral, nudging, &
     358               large_scale_subsidence, neutral, nudging,                       &
    367359               ocean_mode, passive_scalar, plant_canopy, pt_reference,         &
    368360               scalar_advec, scalar_advec, simulated_time, sloping_surface,    &
     
    827819                               surf_usm_v(0)%shf, surf_usm_v(1)%shf,           &
    828820                               surf_usm_v(2)%shf, surf_usm_v(3)%shf )
    829 !
    830 !--          If required compute heating/cooling due to long wave radiation
    831 !--          processes
    832              IF ( cloud_top_radiation )  THEN
    833                 CALL calc_radiation( i, j )
    834              ENDIF
    835821
    836822!
     
    17061692                         surf_usm_v(0)%shf, surf_usm_v(1)%shf,                 &
    17071693                         surf_usm_v(2)%shf, surf_usm_v(3)%shf )
    1708 !
    1709 !--    If required compute heating/cooling due to long wave radiation processes
    1710        IF ( cloud_top_radiation )  THEN
    1711           CALL calc_radiation
    1712        ENDIF
    17131694
    17141695!
Note: See TracChangeset for help on using the changeset viewer.