Changeset 1879


Ignore:
Timestamp:
Apr 20, 2016 8:39:42 AM (8 years ago)
Author:
hellstea
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
4 edited

Legend:

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

    r1878 r1879  
    1919! Current revisions:
    2020! ------------------
    21 ! The zeroth element of weight_pres removed as unnecessary
    22 !
     21!
     22! 
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1878 2016-04-19 12:30:36Z hellstea
     28! The zeroth element of weight_pres removed as unnecessary
    2629!
    2730! 1849 2016-04-08 11:33:18Z hoffmann
  • palm/trunk/SOURCE/parin.f90

    r1852 r1879  
    430430             bc_uv_t = 'nested'
    431431             bc_pt_t = 'nested'
     432             bc_q_t  = 'nested'
    432433             bc_p_t  = 'neumann'
    433434          ENDIF
  • palm/trunk/SOURCE/pmc_interface_mod.f90

    r1878 r1879  
    2020! Current revisions:
    2121! ------------------
    22 ! Synchronization rewritten, logc-array index order changed for cache optimization
    23 !
     22!
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1878 2016-04-19 12:30:36Z hellstea
     29! Synchronization rewritten, logc-array index order changed for cache optimization
    2730!
    2831! 1850 2016-04-08 13:29:27Z maronga
     
    29902993   dt_3d  = dtg(1)
    29912994
     2995#endif
    29922996 END SUBROUTINE pmci_synchronize
    29932997               
  • palm/trunk/SOURCE/time_integration.f90

    r1878 r1879  
    1919! Current revisions:
    2020! ------------------
    21 ! Synchronization for nested runs rewritten
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1878 2016-04-19 12:30:36Z hellstea
     28! Synchronization for nested runs rewritten
     29!
    2730! 1853 2016-04-11 09:00:35Z maronga
    2831! Adjusted for use with radiation_scheme = constant
Note: See TracChangeset for help on using the changeset viewer.