Changeset 3322 for palm/trunk


Ignore:
Timestamp:
Oct 9, 2018 10:02:39 AM (6 years ago)
Author:
kanani
Message:

Minor formatting, clean-up

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.palm.iofiles

    r3236 r3322  
    6464DATA_MASK_NETCDF*          out:tr   *         $base_data/$run_identifier/OUTPUT         _masked    nc
    6565DATA_MASK_AV_NETCDF*       out:tr   *         $base_data/$run_identifier/OUTPUT         _av_masked nc
    66 DATA_AGT_NETCDF            out:tr   *         $base_data/$run_identifier/OUTPUT         _agt       nc
     66DATA_AGT_NETCDF*           out:tr   *         $base_data/$run_identifier/OUTPUT         _agt       nc
    6767#
    6868DATA_PRT_NETCDF*           out:pe   *         $base_data/$run_identifier/OUTPUT         _prt
  • palm/trunk/SOURCE/Makefile

    r3298 r3322  
    2525# -----------------
    2626# $Id$
     27# Formatting and cleanup
     28#
     29# 3298 2018-10-02 12:21:11Z kanani
    2730# Added missing dependencies and replaced blanks with tabs (forkel)
    2831# Added chemistry emission module (Russo)
     
    11481151        mod_kinds.o \
    11491152        mod_particle_attributes.o \
    1150         modules.o \
    1151         user_module.o
     1153        modules.o
    11521154lpm_data_output_particles.o: \
    11531155        cpulog_mod.o \
     
    12741276        uv_exposure_model_mod.o
    12751277ocean_mod.o: \
    1276  advec_s_pw.o \
     1278        advec_s_pw.o \
    12771279        advec_s_up.o \
    12781280        advec_ws.o \
     
    15521554        mod_kinds.o \
    15531555        modules.o \
    1554  ocean_mod.o \
     1556        ocean_mod.o \
    15551557        pmc_interface_mod.o \
    15561558        turbulence_closure_mod.o \
     
    16441646        mod_particle_attributes.o \
    16451647        modules.o \
    1646  ocean_mod.o \
     1648        ocean_mod.o \
    16471649        plant_canopy_model_mod.o \
    16481650        pmc_interface_mod.o \
Note: See TracChangeset for help on using the changeset viewer.