Ignore:
Timestamp:
Oct 24, 2018 6:39:32 PM (6 years ago)
Author:
gronemeier
Message:

new surface-data output; renamed output variables (pt to theta, rho_air to rho, rho_ocean to rho_sea_water)

File:
1 edited

Legend:

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

    r3355 r3421  
    2525! -----------------
    2626! $Id$
     27! Added module for data output at surfaces
     28!
     29! 3355 2018-10-16 14:03:34Z knoop
    2730! - offline nesting separated from large-scale forcing module
    2831! - top boundary condition for pressure in offline nesting changed
     
    512515    USE statistics,                                                            &
    513516        ONLY:  hom, hom_sum, pr_palm, region, statistic_regions
     517
     518    USE surface_output_mod,                                                    &
     519        ONLY:  surface_output_parin
    514520
    515521    USE synthetic_turbulence_generator_mod,                                    &
     
    874880!--       Check for module namelists and read them
    875881          CALL lsm_parin
    876           CALL bcm_parin
     882!
     883!--       Check if bulk cloud model is used and read namelist if required
     884          CALL bcm_parin
     885!
     886!--       Check if surface output is enabled and read
     887!--       &surface_output_parameters if required         
     888          CALL surface_output_parin
    877889          CALL usm_parin
    878890          CALL spectra_parin
Note: See TracChangeset for help on using the changeset viewer.