Ignore:
Timestamp:
Dec 4, 2018 8:40:18 AM (5 years ago)
Author:
maronga
Message:

revised calculation of near surface air potential temperature

File:
1 edited

Legend:

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

    r3589 r3597  
    2525! -----------------
    2626! $Id$
     27! Removed call to calculation of near air (10 cm) potential temperature (now in
     28! surface layer fluxes)
     29!
     30! 3589 2018-11-30 15:09:51Z suehring
    2731! Move the control parameter "salsa" from salsa_mod to control_parameters
    2832! (M. Kurppa)
     
    578582        ONLY:  usm_boundary_condition, usm_material_heat_model,                &
    579583               usm_material_model,                                             &
    580                usm_surface_energy_balance, usm_green_heat_model,               &
    581                usm_temperature_near_surface
     584               usm_surface_energy_balance, usm_green_heat_model
    582585
    583586    USE synthetic_turbulence_generator_mod,                                    &
     
    11541157                CALL lsm_energy_balance( .FALSE., 3 )
    11551158                CALL lsm_soil_model( .FALSE., 3, .TRUE. )
     1159               
    11561160!
    11571161!--             At the end, set boundary conditons for potential temperature
     
    11601164                CALL lsm_boundary_condition
    11611165
     1166               
    11621167                CALL cpu_log( log_point(54), 'land_surface', 'stop' )
    11631168             ENDIF
     
    11741179                ENDIF
    11751180
    1176                 CALL usm_temperature_near_surface
    11771181!
    11781182!--             At the end, set boundary conditons for potential temperature
Note: See TracChangeset for help on using the changeset viewer.