Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    88! Former revisions:
    99! -----------------
    10 ! $Id$
    11 ! RCS Log replace by Id keyword, revision history cleaned up
    12 !
     10! $Log: user_interface.f90,v $
    1311! Revision 1.18  2006/06/02 15:25:00  raasch
    1412! +change of grid-defining arguments in routine user_define_netcdf_grid,
    1513! new argument "found" in user_data_output_2d and user_data_output_3d
     14!
     15! Revision 1.17  2006/04/11 14:59:28  raasch
     16! Reading and writing user-defined quantities from/to the restart file improved
     17!
     18! Revision 1.16  2006/03/03 20:00:48  raasch
     19! Error removed from last version
     20!
     21! Revision 1.15  2006/03/03 19:55:36  raasch
     22! Call of user_init_grid now requires the formal parameter nzb_local
     23!
     24! Revision 1.14  2006/02/23 13:13:18  raasch
     25! Additional interfaces for the calculation and output of user-defined 2d- and
     26! 3d-data
     27!
     28! Revision 1.13  2003/03/12 16:44:56  raasch
     29! Full code replaced in routine user_actions (in the call for all gridpoints)
     30! instead of calling the _ij version (required by NEC, because otherwise no
     31! vectorization)
     32!
     33! Revision 1.12  2002/12/19 16:22:04  raasch
     34! SAVE added in module user, STOP statement replaced by call of subroutine
     35! local_stop
     36!
     37! Revision 1.11  2002/06/11 13:22:09  raasch
     38! Former subroutine changed to a module which allows to be called for all grid
     39! points of a single vertical column with index i,j or for all grid points by
     40! using function overloading.
     41! Log point for user_actions removed from the grid point version.
     42!
     43! Revision 1.10  2001/08/21 12:13:55  raasch
     44! Wrong module in user_actions changed
     45!
     46! Revision 1.9  2001/08/21 10:04:30  raasch
     47! User_actions can be called from every prognostic equation,
     48! subroutine user_statistics, user_particle_attributes, user_dvrp_coltab added
     49!
     50! Revision 1.8  2001/07/12 12:45:07  raasch
     51! Subroutine user_init_particles added
     52!
     53! Revision 1.7  2001/03/30 07:58:52  raasch
     54! Translation of remaining German identifiers (variables, subroutines, etc.)
     55!
     56! Revision 1.6  2000/08/07 12:43:16  raasch
     57! All comments translated into English
     58!
     59! Revision 1.5  1998/04/06 14:42:21  raasch
     60! +SUBROUTINE user_last_actions
     61!
     62! Revision 1.4  1998/03/30 11:38:37  raasch
     63! Fehlerkorrekturen und Ausgabeaenderungen
     64!
     65! Revision 1.3  1998/03/25 20:11:17  raasch
     66! +region in userpar
     67!
     68! Revision 1.2  1998/03/25 13:57:37  raasch
     69! userpar beinhaltet jetzt keine vordefinierten Variablen mehr
    1670!
    1771! Revision 1.1  1998/03/24 15:29:04  raasch
Note: See TracChangeset for help on using the changeset viewer.