Ignore:
Timestamp:
Sep 19, 2016 5:29:57 PM (7 years ago)
Author:
kanani
Message:

changes related to steering and formating of urban surface model

File:
1 edited

Legend:

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

    r2008 r2011  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Flag urban_surface is now defined in module control_parameters.
    2323!
    2424! Former revisions:
     
    173173               message_string, microphysics_seifert, most_method, neutral,     &
    174174               passive_scalar, pt_surface, q_surface, run_coupled,             &
    175                surface_pressure, simulated_time, terminate_run, zeta_max,      &
    176                zeta_min
     175               surface_pressure, simulated_time, terminate_run,                &
     176               urban_surface,                                                  &
     177               zeta_max, zeta_min
    177178
    178179    USE indices,                                                               &
     
    186187    USE land_surface_model_mod,                                                &
    187188        ONLY:  land_surface, skip_time_do_lsm
    188        
    189     USE urban_surface_mod,                                                     &
    190         ONLY:  urban_surface
     189
    191190       
    192191
Note: See TracChangeset for help on using the changeset viewer.