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/UTIL/inifor/src/control.f90

    r2718 r3182  
    2121! Current revisions:
    2222! -----------------
     23! Added version and copyright output
    2324!
    2425!
     
    4243
    4344    USE defs,                                                                  &
    44         ONLY:  LNAME, dp
     45        ONLY:  LNAME, dp, VERSION, COPYRIGHT
    4546
    4647    USE util,                                                                  &
     
    9596
    9697    END SUBROUTINE abort
     98
     99
     100    SUBROUTINE print_version()
     101       PRINT *, "INIFOR " // VERSION
     102       PRINT *, COPYRIGHT
     103    END SUBROUTINE print_version
    97104
    98105
Note: See TracChangeset for help on using the changeset viewer.