source: palm/trunk/SOURCE

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3724   5 years kanani Correct double-used log_point_s units (bulk_cloud_model_mod, …
(edit) @3720   5 years knoop Made "particle_type" interoperabel with C by adding "C_BOOL" to …
(edit) @3719   5 years kanani Correct and clean-up cpu_logs, some overlapping counts …
(edit) @3718   5 years suehring Adjust variable name connections between UC2 and chemistry variables
(edit) @3717   5 years suehring Bugfix, do not set boundary conditions for pt in neutral runs; enable …
(edit) @3715   5 years suehring Revise check for saturation moisture
(edit) @3712   5 years kanani Formatting and clean-up (urban_surface_mod)
(edit) @3711   5 years knoop Introduced module_interface_init_checks for post-init checks
(edit) @3710   5 years suehring Check if building-, water-, pavement-, vegetation- and soil types are …
(edit) @3708   5 years hellstea Checks for parent / child grid line matching introduced
(edit) @3706   5 years suehring unused variables removed
(edit) @3705   5 years suehring last commit documented
(edit) @3704   5 years suehring Revision of virtual-measurement module and data output enabled. …
(edit) @3703   5 years knoop Updated user_interface_required_revision to r3703
(edit) @3702   5 years gronemeier bugfix: renamed thetav_t to vtheta_t (check_parameters.f90)
(edit) @3701   5 years knoop Added module switch for user_module. User module is enabled as soon as …
(edit) @3700   5 years knoop Moved user_define_netdf_grid into user_module.f90 Added module …
(edit) @3697   5 years hellstea bugfix in child initialization in pmc_interface_mod
(edit) @3696   5 years suehring Bugfix in degrading the order of the advection scheme at non-cyclic …
(edit) @3694   5 years knoop Bugfix: moved OpenACC specific cpp #endif , so cpu_log call is not …
(edit) @3693   5 years dom_dwd_user biometeorology_mod.f90: (C) renamed averageing switches from e.g. …
(edit) @3692   5 years suehring Add check for soil moisture higher than its saturation value
(edit) @3691   5 years suehring Add output of surface-parallel flow speed
(edit) @3690   5 years knoop Enabled OpenACC usage without using the cudaFFT library. Added …
(edit) @3689   5 years knoop Added multi-GPU capability when using OpenACC.
(edit) @3687   5 years knoop Moved all user routunes that are dependencies of the PALM core only, …
(edit) @3685   5 years knoop Some interface calls moved to module_interface + cleanup
(edit) @3684   5 years knoop Enabled module_interface_actions in time_integration and …
(edit) @3681   5 years hellstea Major update of pmc_interface_mod
(edit) @3679   5 years knoop removed explicit .f90 file dependency in Makefile
(edit) @3677   5 years moh.hefny update rad_lw_out according to radiation model used
(edit) @3676   5 years knoop Added comment with reference to PGI Compiler bug-ticket to the MERGE …
(edit) @3668   5 years maronga removed most_methods circular and lookup. added improved version of …
(edit) @3667   5 years schwenkel Modified rrtmg input files check
(edit) @3665   5 years raasch dummy statements added to avoid compiler warnings about unused …
(edit) @3664   5 years forkel Replaced misplaced location message by @todo
(edit) @3661   5 years suehring Split loops in advec_ws in order to reduce bit queries; Introduce new …
(edit) @3658   5 years knoop OpenACC: flow_statistics partly ported to GPU
(edit) @3657   5 years knoop OpenACC: cuda-aware-mpi in transpose and acc update async in …
(edit) @3656   5 years knoop Bigfix: added missing dependency random_function_mod to Makefile entry …
(edit) @3655   5 years knoop Bugfix: made "unit" and "found" intend INOUT in module interface …
(edit) @3654   5 years suehring Disable misplaced location message in chemistry_model_mod
(edit) @3652   5 years forkel Checks added for chemistry mechanism, parameter chem_mechanism added
(edit) @3651   5 years suehring Bugfix, restore OMP END PARALLEL block (accidantly remove in -r 3637)
(edit) @3650   5 years kanani Bugfix/additions to enable restarts with biometeorology …
(edit) @3649   5 years suehring Bugfix, initialize strings with intent(out) attribute, delete debug prints
(edit) @3648   5 years suehring Rename surface_output_mod into surface_data_output_mod, same with all …
(edit) @3647   5 years kanani Bugfix: add time_since_reference_point to IF clause for data_output …
(edit) @3646   5 years kanani Bugfix: replace simulated_time by time_since_reference_point where required
(edit) @3643   5 years knoop Bugfix: set found logical correct in chem_data_output_2d
(edit) @3642   5 years knoop Bugfix: prevent index out of bound error in radiation model
(edit) @3641   5 years knoop Small change to gust_mod interface data_output calls
(edit) @3638   5 years forkel chemistry_model_mod: Added missing conversion factor fr2ppm for qvap
(edit) @3637   5 years knoop M Makefile
(edit) @3636   5 years raasch nopointer option removed
(edit) @3635   5 years knoop Added svn propset svn:keywords Id to gust_mod
(edit) @3634   5 years knoop OpenACC port for SPEC
(edit) @3633   5 years schwenkel your commit message
(edit) @3632   5 years kanani Fix for masked output, change default chemistry mechanism
(edit) @3630   5 years knoop Bugfix: changed ERROR STOP to STOP 1 as PGI currently can not handle it.
(edit) @3622   5 years schwenkel Important bugfix in case of restart runs
(edit) @3620   5 years moh.hefny fix date and time and update 3d rad_lw_out
(edit) @3616   5 years moh.hefny fix time variables during solar positions calc
(edit) @3614   5 years raasch unused variables removed, abort renamed inifor_abort to avoid …
(edit) @3611   5 years banzhafs chem_emissions_mod and chem_modules update to comply PALM coding rules
(edit) @3609   5 years suehring Further correction in initialization of surfaces in cyclic-fill case
(edit) @3608   5 years suehring Bugfix in initialization of surfaces in cyclic-fill case + bugfix in …
(edit) @3607   5 years suehring Output of radiation-related quantities migrated from …
(edit) @3602   5 years sward document_changes from previous commit
(edit) @3601   5 years sward Added check for missing NAVIGATION_DATA input file
(edit) @3600   5 years banzhafs chemistry_model_mod code update to comply PALM coding rules
(edit) @3597   5 years maronga revised calculation of near surface air potential temperature
(edit) @3593   5 years kanani Bugfix for missing array allocation (biometeorology_mod), remove …
(edit) @3592   5 years suehring Determine number of coupled arrays dynamically
(edit) @3589   5 years suehring Remove erroneous UTF encoding; last commit documented
(edit) @3587   5 years sward Added MAS substep time to agent output
(edit) @3586   5 years forkel Changed character length of name in species_def and photols_def to 15
(edit) @3582   5 years suehring Merge branch salsa with trunk
(edit) @3579   5 years suehring Bugfix in initialization of synthetic turbulence generator and …
(edit) @3577   5 years schwenkel Changed number concentration unit to SI standard
(edit) @3575   5 years kanani Bugfix for output time levels in parallel NetCDF output with spinup …
(edit) @3572   5 years suehring Additional output for radiative fluxes added
(edit) @3570   5 years kanani Fix too long lines (chemistry_model_mod, chem_emissions_mod), correct …
(edit) @3569   5 years kanani Fix for biomet output (ticket:757), merge of uv_exposure into …
(edit) @3568   5 years raasch bugifx: calculate equation of state for seawater even if salinity is …
(edit) @3562   5 years suehring variables documented
(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) @3554   5 years gronemeier renamed variable if to ivar; add variable description
(edit) @3553   5 years suehring last commit documented
(edit) @3552   5 years suehring further variables documented
(edit) @3551   5 years suehring optimization of advec_ws
(edit) @3550   5 years gronemeier calculate diss production same in vector and cache optimization; move …
(edit) @3547   5 years suehring variable description added some routines
(edit) @3545   5 years gronemeier removed debug output; removed rans_mode from namelist; altered order …
(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) @3538   5 years suehring Remove unnecessary double masking of topography in advection and …
(edit) @3534   5 years raasch inifor integrated in build mechanism, some bugfixes in inifor to avoid …
(edit) @3529   5 years gronemeier change date format in output files; add global attributes; change …
Note: See TracRevisionLog for help on using the revision log.