source: palm/trunk/SOURCE/netcdf_data_input_mod.f90

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4186   5 years suehring Enable limitation of Obukhov length so that it does not become zero; …
(edit) @4182   5 years scharf - corrected "Former revisions" section - minor formatting in "Former …
(edit) @4180   5 years scharf removed comments in 'Former revisions' section that are older than …
(edit) @4178   5 years suehring Enable external time-dependent radiative forcing with downwelling …
(edit) @4150   5 years suehring Framework to input single surface variables independent on …
(edit) @4125   5 years suehring Enable netcdf parallel input for lateral boundary conditions in …
(edit) @4100   5 years forkel Made check for input_pids_dynamic and inifor more general
(edit) @4012   5 years monakurppa remove salsa_util_mod.f90 and correct some bugs in salsa and salsa …
(edit) @3995   5 years suehring remove unused variable and fix non-standard string operation PGI compiler
(edit) @3994   5 years suehring new module for diagnostic output quantities added + output of …
(edit) @3987   5 years kanani clean up location, debug and error messages
(edit) @3976   5 years hellstea Child initialization extended to the redundant ghost points behind the …
(edit) @3969   5 years suehring Remove unused variables from last commit
(edit) @3968   5 years suehring Updates from chemistriy branched merged into trunk: code cleaning and …
(edit) @3961   5 years suehring Revise check
(edit) @3943   5 years maronga bugfixes in urban surface model; output of greenz roof transpiration …
(edit) @3942   5 years kanani Fix too short driver attribute lengths, and individualize error …
(edit) @3941   5 years suehring Move checks for correct dimensions in static input file; improve …
(edit) @3885   5 years kanani restructure/add location/debug messages
(edit) @3864   5 years monakurppa major changes in salsa: data input, format and performance - …
(edit) @3855   5 years suehring In projection of non-building 3D objects onto numerical grid remove …
(edit) @3854   5 years suehring typo and print statement removed
(edit) @3844   5 years suehring Bugfix in one of the checks
(edit) @3744   5 years suehring Coupling of indoor model to atmosphere; output of indoor temperatures …
(edit) @3737   5 years suehring Enable initialization of chemistry variables via dynamic input file; …
(edit) @3705   5 years suehring last commit documented
(edit) @3704   5 years suehring Revision of virtual-measurement module and data output enabled. …
(edit) @3655   5 years knoop Bugfix: made "unit" and "found" intend INOUT in module interface …
(edit) @3614   5 years raasch unused variables removed, abort renamed inifor_abort to avoid …
(edit) @3560   5 years raasch bugfix to guarantee correct particle releases in case that the release …
(edit) @3556   5 years suehring restart mechanism for surface elements commented, some formatting
(edit) @3553   5 years suehring last commit documented
(edit) @3552   5 years suehring further variables documented
(edit) @3543   5 years suehring changes from last commit documented
(edit) @3542   5 years suehring Revise ghost point exchange in netcdf-data input; new routine for …
(edit) @3529   5 years gronemeier change date format in output files; add global attributes; change …
(edit) @3518   5 years suehring additional checks for static input file
(edit) @3516   5 years gronemeier bugfix: difference in z coordinate between file and PALM must be …
(edit) @3498   5 years gronemeier Bugfix: print error message by processor which encounters the error
(edit) @3485   5 years gronemeier Add information about reference point to output files; corrected …
(edit) @3483   5 years raasch bugfix: misplaced positions of cpp-directives for netCDF and MPI …
(edit) @3474   5 years kanani Add netcdf input for uv exposure model (netcdf_data_input_mod, …
(edit) @3472   5 years suehring module for virtual measurements added (in a preliminary state); new …
(edit) @3467   5 years suehring Branch salsa @3446 re-integrated into trunk
(edit) @3464   5 years kanani from branch resler@3462: add MRT shaping function …
(edit) @3459   5 years gronemeier add longitude and latitude to output files; update run_control files …
(edit) @3458   5 years kanani Reintegrated fixes/changes from branch chemistry
(edit) @3429   5 years knoop Bugfix: allow surface type allocations even if only one of …
(edit) @3421   5 years gronemeier new surface-data output; renamed output variables (pt to theta, …
(edit) @3404   5 years suehring Consider time-dependent geostrophic wind components in offline nesting
(edit) @3376   5 years suehring Additional checks for consistent building initialization; error …
(edit) @3347   5 years suehring Offline nesting revised and separated from large_scale_forcing_mod; …
(edit) @3337   5 years kanani reintegrate branch resler to trunk
(edit) @3298   5 years kanani Merge chemistry branch at r3297 to trunk
(edit) @3257   6 years suehring Further adjustment of checks for building_type and building_id …
(edit) @3254   6 years suehring Additional checks for surface_fractions and building_id; Remove …
(edit) @3241   6 years raasch various changes to avoid compiler warnings (mainly removal of unused …
(edit) @3215   6 years suehring changes for commit 3209 documented
(edit) @3209   6 years suehring Additional namelist parameter to switch on/off the nesting of chemical …
(edit) @3186   6 years suehring Mask topography while imposing inflow perturbations at the boundaries; …
(edit) @3183   6 years suehring last commit documented
(edit) @3182   6 years suehring New Inifor features: grid stretching, improved command-interface, …
(edit) @3106   6 years suehring Slightly revise check for input of surface_fraction
(edit) @3103   6 years suehring Reference lowest terrain height to zero level; new check for negative …
(edit) @3089   6 years suehring Revise call for message routine in case of local data inconsistencies
(edit) @3054   6 years gronemeier bugfix: force MPI abort if errors occur while reading bld heights from …
(edit) @3053   6 years suehring Revise checks for relative surface fractions of vegetation, pavement …
(edit) @3051   6 years suehring Speed-up NetCDF input; Revise NetCDF-input routines and remove input …
(edit) @3049   6 years Giersch Revision history corrected
(edit) @3046   6 years Giersch Remaining error messages revised, comments extended
(edit) @3045   6 years Giersch Code adjusted according to coding standards, renamed namelists, error …
(edit) @3041   6 years gronemeier Add read of global attributes of static driver
(edit) @3037   6 years gronemeier renamed input dimension "depth" to "zsoil"
(edit) @3036   6 years gronemeier renamed input variables according to UC2 data standard
(edit) @3019   6 years maronga disabled suspicious MPI_BARRIER, speed-up of NetCDF input
(edit) @2963   6 years suehring Minor revision of static input file checks, bugfix in initialization …
(edit) @2958   6 years suehring Synchronize longitude and latitude between nested model domains …
(edit) @2955   6 years suehring Revise topography filter; extend checks for consistent setting of …
(edit) @2953   6 years suehring Bugfix in checks for dynamic input file initialization data
(edit) @2947   6 years suehring Checks for dynamic input further revised
(edit) @2946   6 years suehring Bugfix for revision 2945, perform checks only if dynamic input file is …
(edit) @2945   6 years suehring Bugfix in parallelization of synthetic turbulence generator; revision …
(edit) @2938   6 years suehring Nesting in RANS-LES and RANS-RANS mode enabled; synthetic turbulence …
(edit) @2930   6 years suehring Remove default surfaces from radiation model and add check for this; …
(edit) @2925   6 years suehring Check for further inconsistent settings of surface_fractions; error …
(edit) @2898   6 years suehring Check dimensions in static input files, further checks for building type.
(edit) @2897   6 years suehring Relax restrictions for topography input via static input file, terrain …
(edit) @2874   6 years knoop Bugfix: wrong placement of netcdf cpp-macros fixed
(edit) @2794   6 years knoop removed informative message for static file check in netcdf_data_input_mod
(edit) @2787   6 years suehring Check if 3D building input is consistent to numeric grid.
(edit) @2773   6 years suehring Nesting for chemical species implemented; Bugfix passive scalar …
(edit) @2772   6 years suehring Enable initialization via inifor without running land-surface model; …
(edit) @2746   6 years suehring Read information from statitic driver for resolved vegetation …
(edit) @2718   6 years maronga deleting of deprecated files; headers updated where needed
(edit) @2716   6 years kanani Correction of "Former revisions" section
(edit) @2711   6 years suehring Subroutine renamed in order to avoid some double naming
(edit) @2700   6 years suehring Bugfix, missing initialization of surface attributes in case of …
(copy) @2696   6 years kanani Merge of branch palm4u into trunk
Note: See TracRevisionLog for help on using the revision log.