Ignore:
Timestamp:
Aug 7, 2017 12:15:38 PM (7 years ago)
Author:
gronemeier
Message:

modularized 1d model

File:
1 edited

Legend:

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

    r2329 r2338  
    2525! -----------------
    2626! $Id$
     27! Modularize 1D model
     28!
     29!
    2730! Bugfix: index corrected for rho_air and rho_air_zw output
    2831!
     
    510513
    511514    USE kinds
    512     USE model_1d
     515
     516    USE model_1d_mod,                                                          &
     517        ONLY:  damp_level_1d, damp_level_ind_1d
     518
    513519    USE netcdf_interface,                                                      &
    514520        ONLY:  dopr_unit, do2d_unit, do3d_unit, netcdf_data_format,            &
Note: See TracChangeset for help on using the changeset viewer.