Changeset 3543
- Timestamp:
- Nov 20, 2018 5:06:15 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3542 r3543 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! Remove tabs24 ! 25 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Remove tabs 30 ! 31 ! 3542 2018-11-20 17:04:13Z suehring 29 32 ! working precision added to make code Fortran 2008 conform 30 33 ! -
palm/trunk/SOURCE/exchange_horiz_2d.f90
r3542 r3543 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! - New routine for exchange of 8-bit integer arrays 23 ! - Set Neumann conditions also at radiation boundary 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! - New routine for exchange of 8-bit integer arrays 28 ! - Set Neumann conditions also at radiation boundary 29 ! 30 ! 3542 2018-11-20 17:04:13Z suehring 28 31 ! Rename variables in offline nesting mode and flags indicating lateral 29 32 ! boundary conditions -
palm/trunk/SOURCE/init_pegrid.f90
r3542 r3543 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Introduce new MPI-datatype for ghostpoint exchange of 2D 8-bit Integer arrays22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Introduce new MPI-datatype for ghostpoint exchange of 2D 8-bit Integer arrays 28 ! 29 ! 3542 2018-11-20 17:04:13Z suehring 27 30 ! Bugfix in setting number of ghost layers in neutral case 28 31 ! -
palm/trunk/SOURCE/modules.f90
r3542 r3543 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +type_x_byte, type_y_byte22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! +type_x_byte, type_y_byte 28 ! 29 ! 3542 2018-11-20 17:04:13Z suehring 27 30 ! +run_zone 28 31 ! -
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r3542 r3543 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Revise ghost point exchange and resizing of input variables22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Revise ghost point exchange and resizing of input variables 28 ! 29 ! 3542 2018-11-20 17:04:13Z suehring 27 30 ! - read optional attributes from file 28 31 ! - set default origin_time
Note: See TracChangeset
for help on using the changeset viewer.