Changeset 3994 for palm/trunk/SOURCE/netcdf_interface_mod.f90
- Timestamp:
- May 22, 2019 6:08:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_interface_mod.f90
r3966 r3994 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! output of turbulence intensity added 23 23 ! 24 24 ! Former revisions: … … 1118 1118 CASE ( 'e', 'nc', 'nr', 'p', 'pc', 'pr', 'prr', & 1119 1119 'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv', & 1120 's', 'theta', 'thetal', 'thetav' )1120 's', 'theta', 'thetal', 'thetav', 'ti' ) 1121 1121 1122 1122 grid_x = 'x' … … 1864 1864 CASE ( 'e', 'nc', 'nr', 'p', 'pc', 'pr', 'prr', & 1865 1865 'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv', & 1866 's', 'theta', 'thetal', 'thetav' )1866 's', 'theta', 'thetal', 'thetav', 'ti' ) 1867 1867 1868 1868 grid_x = 'x' … … 2852 2852 'ql_vp_xy', 'qr_xy', 'qv_xy', & 2853 2853 's_xy', & 2854 'theta_xy', 'thetal_xy', 'thetav_xy' )2854 'theta_xy', 'thetal_xy', 'thetav_xy', 'ti_xy' ) 2855 2855 2856 2856 grid_x = 'x' … … 3756 3756 'ql_xz', 'ql_c_xz', 'ql_v_xz', 'ql_vp_xz', 'qr_xz', & 3757 3757 'qv_xz', 's_xz', & 3758 'theta_xz', 'thetal_xz', 'thetav_xz' 3758 'theta_xz', 'thetal_xz', 'thetav_xz', 'ti_xz' ) 3759 3759 3760 3760 grid_x = 'x' … … 4615 4615 'ql_c_yz', 'ql_v_yz', 'ql_vp_yz', 'qr_yz', 'qv_yz', & 4616 4616 's_yz', & 4617 'theta_yz', 'thetal_yz', 'thetav_yz' )4617 'theta_yz', 'thetal_yz', 'thetav_yz', 'ti_yz' ) 4618 4618 4619 4619 grid_x = 'x' … … 5994 5994 'q', 'qc', 'ql', 'ql_c', 'ql_v', 'ql_vp', 'qr', 'qv', & 5995 5995 'rho_sea_water', 's', 'sa', & 5996 'theta', 'thetal', 'thetav', ' u', 'v' )5996 'theta', 'thetal', 'thetav', 'ti', 'u', 'v' ) 5997 5997 5998 5998 grid_z = 'zu'
Note: See TracChangeset
for help on using the changeset viewer.