Ignore:
Timestamp:
Jul 27, 2018 1:36:03 PM (6 years ago)
Author:
suehring
Message:

New Inifor features: grid stretching, improved command-interface, support start dates in different formats in both YYYYMMDD and YYYYMMDDHH, Ability to manually control input file prefixes (--radiation-prefix, --soil-preifx, --flow-prefix, --soilmoisture-prefix) for compatiblity with DWD forcast naming scheme; GNU-style short and long option; Prepared output of large-scale forcing profiles (no computation yet); Added preprocessor flag netcdf4 to switch output format between netCDF 3 and 4; Updated netCDF variable names and attributes to comply with PIDS v1.9; Inifor bugfixes: Improved compatibility with older Intel Intel compilers by avoiding implicit array allocation; Added origin_lon/_lat values and correct reference time in dynamic driver global attributes; corresponding PALM changes: adjustments to revised Inifor; variables names in dynamic driver adjusted; enable geostrophic forcing also in offline nested mode; variable names in LES-LES and COSMO offline nesting changed; lateral boundary flags for nesting, in- and outflow conditions renamed

File:
1 edited

Legend:

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

    r3022 r3182  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Remove unused variables from USE statements
    2323!
    2424! Former revisions:
     
    297297               cloud_physics, cloud_top_radiation, constant_diffusion,         &
    298298               dp_external, dp_level_ind_b, dp_smooth_factor, dpdxy, dt_3d,    &
    299                humidity,                                                       &
    300                inflow_l, intermediate_timestep_count,                          &
     299               humidity, intermediate_timestep_count,                          &
    301300               intermediate_timestep_count_max, large_scale_forcing,           &
    302301               large_scale_subsidence, microphysics_morrison,                  &
    303302               microphysics_seifert, microphysics_sat_adjust, neutral, nudging,&
    304                ocean, outflow_l, outflow_s, passive_scalar, plant_canopy,      &
     303               ocean, passive_scalar, plant_canopy,                            &
    305304               prho_reference, prho_reference,                                 &
    306305               prho_reference, pt_reference, pt_reference, pt_reference,       &
Note: See TracChangeset for help on using the changeset viewer.