Changeset 1586 for palm/trunk
- Timestamp:
- Apr 30, 2015 7:11:33 AM (10 years ago)
- Location:
- palm/trunk
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/LIB/rrtmg/Makefile
r1585 r1586 20 20 # Current revisions: 21 21 # ------------------ 22 # Initial revision22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1585 2015-04-30 07:05:52Z maronga 29 # Initial revision 30 # 28 31 # Description: 29 32 # ------------ -
palm/trunk/LIB/rrtmg/Makefile_static
r1585 r1586 20 20 # Current revisions: 21 21 # ------------------ 22 # Initial revision22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1585 2015-04-30 07:05:52Z maronga 29 # Initial revision 30 # 28 31 # Description: 29 32 # ------------ -
palm/trunk/LIB/rrtmg/install_rrtmg
r1585 r1586 22 22 # Current revisions: 23 23 # ------------------ 24 # Initial revision24 # 25 25 # 26 26 # Former revisions: … … 28 28 # $Id$ 29 29 # 30 # 1585 2015-04-30 07:05:52Z maronga 31 # Initial revision 32 # 30 33 #--------------------------------------------------------------------------------# 31 34 # install_rrtmg - install script for creating a RRTMG library -
palm/trunk/SOURCE/Makefile
r1585 r1586 20 20 # Current revisions: 21 21 # ------------------ 22 # Added user_init_radiation.f9022 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1585 2015-04-30 07:05:52Z maronga 29 # Added user_init_radiation.f90 30 # 28 31 # 1575 2015-03-27 09:56:27Z raasch 29 32 # +poismg_fast -
palm/trunk/SOURCE/advec_ws.f90
r1581 r1586 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1581 2015-04-10 13:45:59Z suehring 29 ! 27 30 ! 28 31 ! 1580 2015-04-10 13:43:49Z suehring -
palm/trunk/SOURCE/average_3d_data.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1555 2015-03-04 17:44:27Z maronga 29 32 ! Added output of r_a and r_s -
palm/trunk/SOURCE/check_parameters.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for RRTMG23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added support for RRTMG 27 30 ! 28 31 ! 1575 2015-03-27 09:56:27Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added support for RRTMG 30 ! 28 31 ! 1555 2015-03-04 17:44:27Z maronga 29 32 ! Added output of r_a and r_s -
palm/trunk/SOURCE/data_output_3d.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Added support for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added support for RRTMG 30 ! 28 31 ! 1551 2015-03-03 14:18:16Z maronga 29 32 ! Added suppport for land surface model and radiation model output. In the course -
palm/trunk/SOURCE/data_output_mask.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added support for RRTMG 30 ! 28 31 ! 1438 2014-07-22 14:14:06Z heinze 29 32 ! +nr, qc, qr -
palm/trunk/SOURCE/flow_statistics.f90
r1585 r1586 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Added output of timeseries and profiles for RRTMG23 ! 24 24 ! 25 25 ! Former revisions: … … 27 27 ! $Id$ 28 28 ! 29 ! 1585 2015-04-30 07:05:52Z maronga 30 ! Added output of timeseries and profiles for RRTMG 31 ! 29 32 ! 1571 2015-03-12 16:12:49Z maronga 30 33 ! Bugfix: output of rad_net and rad_sw_in -
palm/trunk/SOURCE/header.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Further output for radiation model(s).23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Further output for radiation model(s). 27 30 ! 28 31 ! 1575 2015-03-27 09:56:27Z raasch -
palm/trunk/SOURCE/init_3d_model.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Initialization of radiation code is now done after LSM initializtion23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Initialization of radiation code is now done after LSM initializtion 27 30 ! 28 31 ! 1575 2015-03-27 09:56:27Z raasch -
palm/trunk/SOURCE/land_surface_model.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Modifications for RRTMG. Changed tables to PARAMETER type.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! Bugfix: REAL constants provided with KIND-attribute in call of 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Modifications for RRTMG. Changed tables to PARAMETER type. 30 ! 28 31 ! 1571 2015-03-12 16:12:49Z maronga 29 32 ! Removed upper-case variable names. Corrected distribution of precipitation to -
palm/trunk/SOURCE/package_parin.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added several radiation_par parameters23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added several radiation_par parameters 27 30 ! 28 31 ! 1575 2015-03-27 09:56:27Z raasch -
palm/trunk/SOURCE/prognostic_equations.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Added call for temperature tendency calculation due to radiative flux divergence22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added call for temperature tendency calculation due to radiative flux divergence 30 ! 28 31 ! 1517 2015-01-07 19:12:25Z hoffmann 29 32 ! advec_s_bc_mod addded, since advec_s_bc is now a module -
palm/trunk/SOURCE/radiation_model.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Added support for RRTMG 30 ! 28 31 ! 1571 2015-03-12 16:12:49Z maronga 29 32 ! Added missing KIND attribute. Removed upper-case variable names -
palm/trunk/SOURCE/read_3d_binary.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1551 2015-03-03 14:18:16Z maronga 29 32 ! Added support for binary input of land surface and radiation model data. In the -
palm/trunk/SOURCE/read_var_list.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1560 2015-03-06 10:48:54Z keck 29 32 ! +recycling_yshift -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1555 2015-03-04 17:44:27Z maronga 29 32 ! Added output of r_a and r_s -
palm/trunk/SOURCE/time_integration.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Moved call of radiation scheme. Added support for RRTM22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Moved call of radiation scheme. Added support for RRTM 30 ! 28 31 ! 1551 2015-03-03 14:18:16Z maronga 29 32 ! Added interface for different radiation schemes. -
palm/trunk/SOURCE/user_init_land_surface.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Changed description text22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Changed description text 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga 29 32 ! Initial revision -
palm/trunk/SOURCE/user_init_radiation.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Initial revision22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Initial revision 27 30 ! 28 31 ! Description: -
palm/trunk/SOURCE/write_3d_binary.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1551 2015-03-03 14:18:16Z maronga 29 32 ! Added support for binary ouput of land surface and radiation model data. -
palm/trunk/SOURCE/write_var_list.f90
r1585 r1586 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for RRTMG22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1585 2015-04-30 07:05:52Z maronga 29 ! Adapted for RRTMG 30 ! 28 31 ! 1551 2015-03-03 14:18:16Z maronga 29 32 ! Typo removed
Note: See TracChangeset
for help on using the changeset viewer.