Changeset 1242


Ignore:
Timestamp:
Oct 30, 2013 11:50:11 AM (10 years ago)
Author:
heinze
Message:

Last commmit documented

Location:
palm/trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1241 r1242  
    2222# Current revisions:
    2323# ------------------
    24 # Enable use of nudging input and input of large scale forcing from
    25 # external files
     24#
    2625#
    2726# Former revisions:
    2827# -----------------
    2928# $Id$
     29#
     30# 1241 2013-10-30 11:36:58Z heinze
     31# Enable use of nudging input and input of large scale forcing from
     32# external files
    3033#
    3134# 1229 2013-09-20 06:55:19Z raasch
  • palm/trunk/SOURCE/Makefile

    r1241 r1242  
    2020# Current revisions:
    2121# ------------------
    22 # +nudging, ls_forcing
     22#
    2323#
    2424# Former revisions:
    2525# -----------------
    2626# $Id$
     27#
     28# 1241 2013-10-30 11:36:58Z heinze
     29# +nudging, ls_forcing
    2730#
    2831# 1212 2013-08-15 08:46:27Z raasch
  • palm/trunk/SOURCE/boundary_conds.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
    22 ! Adjust ug and vg at each timestep in case of large_scale_forcing
     22!
    2323
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! Adjust ug and vg at each timestep in case of large_scale_forcing
    2730!
    2831! 1159 2013-05-21 11:58:22Z fricke
  • palm/trunk/SOURCE/buoyancy.f90

    r1241 r1242  
    2020! Currrent revisions:
    2121! ------------------
    22 ! Generalize calc_mean_profile for wider use: use additional steering
    23 ! character loc
    2422!
    2523!
     
    2725! -----------------
    2826! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! Generalize calc_mean_profile for wider use: use additional steering
     30! character loc
    2931!
    3032! 1179 2013-06-14 05:57:58Z raasch
  • palm/trunk/SOURCE/check_parameters.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
    2229! output for profiles of ug and vg added
    2330! set surface_heatflux and surface_waterflux also in dependence on
    2431! large_scale_forcing
    2532! checks for nudging and large scale forcing from external file
    26 !
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    3033!
    3134! 1236 2013-09-27 07:21:13Z raasch
  • palm/trunk/SOURCE/flow_statistics.f90

    r1241 r1242  
    2121! Current revisions:
    2222! -----------------
    23 ! Output of ug and vg
     23!
    2424!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28!
     29! 1241 2013-10-30 11:36:58Z heinze
     30! Output of ug and vg
    2831!
    2932! 1221 2013-09-10 08:59:13Z raasch
  • palm/trunk/SOURCE/header.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
    22 ! output for nudging + large scale forcing from external file
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! output for nudging + large scale forcing from external file
    2730!
    2831! 1216 2013-08-26 09:31:42Z raasch
  • palm/trunk/SOURCE/init_3d_model.f90

    r1241 r1242  
    2323! Current revisions:
    2424! ------------------
    25 ! Overwrite initial profiles in case of nudging
    26 ! Inititialize shf and qsws in case of large_scale_forcing
     25!
    2726!
    2827! Former revisions:
    2928! -----------------
    3029! $Id$
     30!
     31! 1241 2013-10-30 11:36:58Z heinze
     32! Overwrite initial profiles in case of nudging
     33! Inititialize shf and qsws in case of large_scale_forcing
    3134!
    3235! 1221 2013-09-10 08:59:13Z raasch
  • palm/trunk/SOURCE/ls_forcing.f90

    r1241 r1242  
    2626! $Id$
    2727!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! Initial revision
    2830!
    2931! Description:
  • palm/trunk/SOURCE/microphysics.f90

    r1241 r1242  
    2020! Current revisions:
    2121! ------------------
    22 ! hyp and rho have to be calculated at each time step if data from external
    23 ! file LSF_DATA are used
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! hyp and rho have to be calculated at each time step if data from external
     30! file LSF_DATA are used
    2831!
    2932! 1115 2013-03-26 18:16:16Z hoffmann
  • palm/trunk/SOURCE/modules.f90

    r1241 r1242  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
    2229! Usage of nudging enabled
    2330! +nudging, ntnudge, ptnudge, qnudge, tnudge, unudge, vnudge, wnudge
     
    2835! +large_scale_forcing, lsf_surf, lsf_vert, nlsf, time_surf, shf_surf, qsws_surf,
    2936!  pt_surf, q_surf, p_surf, time_vert, ug_vert, vg_vert, wsubs_vert
    30 !
    31 ! Former revisions:
    32 ! -----------------
    33 ! $Id$
    3437!
    3538! 1221 2013-09-10 08:59:13Z raasch
  • palm/trunk/SOURCE/nudging.f90

    r1241 r1242  
    2626! $Id$
    2727!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! Initial revision
    2830!
    2931! Description:
  • palm/trunk/SOURCE/palm.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
    22 ! initialization of nuding and large scale forcing from external file
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! initialization of nuding and large scale forcing from external file
    2730!
    2831! 1221 2013-09-10 08:59:13Z raasch
  • palm/trunk/SOURCE/parin.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
    22 ! +nudging
    23 ! +large_scale_forcing
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! +nudging
     30! +large_scale_forcing
    2831!
    2932! 1216 2013-08-26 09:31:42Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1241 r1242  
    2020! Current revisions:
    2121! ------------------
    22 ! usage of nudging enabled (so far not implemented for accelerator version)
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! usage of nudging enabled (so far not implemented for accelerator version)
    2730!
    2831! 1179 2013-06-14 05:57:58Z raasch
  • palm/trunk/SOURCE/read_var_list.f90

    r1241 r1242  
    2020! Current revisions:
    2121! ------------------
    22 ! +nudging
    23 ! +large_scale_forcing
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! +nudging
     30! +large_scale_forcing
    2831!
    2932! 1195 2013-07-01 12:27:57Z heinze
  • palm/trunk/SOURCE/time_integration.f90

    r1241 r1242  
    2020! Current revisions:
    2121! ------------------
    22 ! Call of user_actions in order to determine sgs momentum fluxes
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
    2329! Generalize calc_mean_profile for wider use
    2430! Determine shf and qsws in dependence on data from LSF_DATA
    2531! Determine ug and vg in dependence on data from LSF_DATA
    26 !
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3132! 1221 2013-09-10 08:59:13Z raasch
    3233! host update of arrays before timestep is called
  • palm/trunk/SOURCE/write_var_list.f90

    r1241 r1242  
    2020! Current revisions:
    2121! -----------------
    22 ! +nudging
    23 ! +large_scale_forcing
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1241 2013-10-30 11:36:58Z heinze
     29! +nudging
     30! +large_scale_forcing
    2831!
    2932! 1179 2013-06-14 05:57:58Z raasch
Note: See TracChangeset for help on using the changeset viewer.