Ignore:
Timestamp:
Oct 24, 2017 9:57:58 AM (7 years ago)
Author:
maronga
Message:

bugfix in radiation model and improvements in land surface scheme

File:
1 edited

Legend:

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

    r2563 r2575  
    2525! -----------------
    2626! $Id$
     27! Renamed phi -> latitude, added longitude
     28!
     29! 2563 2017-10-19 15:36:10Z Giersch
    2730! Changed position where restart files are closed.
    2831!
     
    417420             inflow_disturbance_begin, inflow_disturbance_end,                 &
    418421             initializing_actions, km_constant,                                &
    419              large_scale_forcing, large_scale_subsidence,                      &
    420              limiter_sedimentation,                                            &
     422             large_scale_forcing, large_scale_subsidence, latitude,            &
     423             limiter_sedimentation, longitude,                                 &
    421424             loop_optimization, lsf_exception, masking_method, mg_cycles,      &
    422425             mg_switch_to_pe0_level, mixing_length_1d, momentum_advec,         &
    423426             most_method, na_init, nc_const, netcdf_precision, neutral, ngsrb, &
    424427             nsor, nsor_ini, nudging, nx, ny, nz, ocean, omega, omega_sor,     &
    425              outflow_source_plane, passive_scalar, phi,                        &
     428             outflow_source_plane, passive_scalar,                             &
    426429             prandtl_number, precipitation, psolver, pt_damping_factor,        &
    427430             pt_damping_width, pt_reference, pt_surface,                       &
Note: See TracChangeset for help on using the changeset viewer.