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/Makefile

    r2718 r3182  
    2020# Current revisions:
    2121# -----------------
     22# Added __netcdf4 preprocessor flag
    2223#
    2324#
     
    5152                  -Wline-truncation -fbacktrace -fcheck=all -pedantic \
    5253                  -ffpe-trap=invalid,zero,underflow,overflow
    53 FFLAGS  = -fdefault-real-8 -Og -g $(WRNGS)
     54FFLAGS  = -fdefault-real-8 -Og -g $(WRNGS) -cpp -D__netcdf4
    5455INCLUDE = -I/home/ekadasch/local/include
    5556LIBRARY = -L/home/ekadasch/local/lib64 -lnetcdff
Note: See TracChangeset for help on using the changeset viewer.