Changeset 421


Ignore:
Timestamp:
Jan 25, 2010 3:50:10 PM (14 years ago)
Author:
raasch
Message:

a simple method for installing and running palm has been added

Location:
palm/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r420 r421  
    1010write_var_list)
    1111
     12A simple method for installing and running palm (with limited features)
     13has been added. (Makefile, palm_simple_install, palm_simple_run)
     14
    1215check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list
    13 new: subsidence
     16new: palm_simple_install, palm_simple_run, subsidence
    1417
    1518
  • palm/trunk/SOURCE/Makefile

    r411 r421  
    44# Actual revisions:
    55# -----------------
     6# comment line for simple install method added, which will be replaced
     7# by an include command for preprocessor and compiler options when the simple
     8# install process is used instead of mbuild/mrun,
    69# +set_particle_attributes, set_slicer_attributes_dvrp
    710# +subsidence
     
    149152LDFLAGS =
    150153
     154#to_be_replaced_by_include
    151155
    152156.SUFFIXES:
Note: See TracChangeset for help on using the changeset viewer.