|
1211 | 1211 | <var name="lbc_rho" /> |
1212 | 1212 | <var name="lbc_theta" /> |
1213 | 1213 | <var_array name="lbc_scalars" /> |
| 1214 | + </stream> |
1214 | 1215 |
|
| 1216 | + <stream name="ugwp_oro_data_in" |
| 1217 | + type="input" |
| 1218 | + filename_template="x1.40962.ugwp_oro_data.nc" |
| 1219 | + input_interval="initial_only" |
| 1220 | + immutable="true"> |
| 1221 | + |
| 1222 | + <var name="var2dls"/> |
| 1223 | + <var name="conls"/> |
| 1224 | + <var name="oa1ls"/> |
| 1225 | + <var name="oa2ls"/> |
| 1226 | + <var name="oa3ls"/> |
| 1227 | + <var name="oa4ls"/> |
| 1228 | + <var name="ol1ls"/> |
| 1229 | + <var name="ol2ls"/> |
| 1230 | + <var name="ol3ls"/> |
| 1231 | + <var name="ol4ls"/> |
| 1232 | + <var name="var2dss"/> |
| 1233 | + <var name="conss"/> |
| 1234 | + <var name="oa1ss"/> |
| 1235 | + <var name="oa2ss"/> |
| 1236 | + <var name="oa3ss"/> |
| 1237 | + <var name="oa4ss"/> |
| 1238 | + <var name="ol1ss"/> |
| 1239 | + <var name="ol2ss"/> |
| 1240 | + <var name="ol3ss"/> |
| 1241 | + <var name="ol4ss"/> |
1215 | 1242 | </stream> |
| 1243 | + |
| 1244 | + <stream name="diag_ugwp" |
| 1245 | + type="output" |
| 1246 | + filename_template="diag_ugwp.$Y-$M-$D_$h.$m.$s.nc" |
| 1247 | + output_interval="6:00:00" |
| 1248 | + runtime_format="separate_file"> |
| 1249 | + |
| 1250 | + <var name="initial_time"/> |
| 1251 | + <var name="xtime"/> |
| 1252 | + <var name="Time"/> |
| 1253 | + |
| 1254 | + <var name="dtaux3d_ls" /> |
| 1255 | + <var name="dtauy3d_ls" /> |
| 1256 | + <var name="dtaux3d_bl" /> |
| 1257 | + <var name="dtauy3d_bl" /> |
| 1258 | + <var name="dtaux3d_ss" /> |
| 1259 | + <var name="dtauy3d_ss" /> |
| 1260 | + <var name="dtaux3d_fd" /> |
| 1261 | + <var name="dtauy3d_fd" /> |
| 1262 | + <var name="dusfc_ls"/> |
| 1263 | + <var name="dvsfc_ls"/> |
| 1264 | + <var name="dusfc_bl"/> |
| 1265 | + <var name="dvsfc_bl"/> |
| 1266 | + <var name="dusfc_ss"/> |
| 1267 | + <var name="dvsfc_ss"/> |
| 1268 | + <var name="dusfc_fd"/> |
| 1269 | + <var name="dvsfc_fd"/> |
| 1270 | + </stream> |
| 1271 | + |
1216 | 1272 | </streams> |
1217 | 1273 |
|
1218 | 1274 |
|
|
2273 | 2329 | <nml_option name="config_gwdo_scheme" type="character" default_value="suite" in_defaults="false" |
2274 | 2330 | units="-" |
2275 | 2331 | description="configuration of gravity wave drag over orography" |
2276 | | - possible_values="`suite',`bl_ysu_gwdo',`off'"/> |
| 2332 | + possible_values="`suite',`bl_ysu_gwdo',`bl_ugwp_gwdo',`off'"/> |
| 2333 | + |
| 2334 | + <nml_option name="config_ugwp_diags" type="logical" default_value="false" in_defaults="false" |
| 2335 | + units="-" |
| 2336 | + description="logical for outputting ugwp drag suite diagnostic variables" |
| 2337 | + possible_values=".true. or .false."/> |
2277 | 2338 |
|
2278 | 2339 | <nml_option name="config_radt_cld_scheme" type="character" default_value="suite" in_defaults="false" |
2279 | 2340 | units="-" |
|
3025 | 3086 | <var name="dvsfcg" type="real" dimensions="nCells Time" units="Pa m s^{-1}" |
3026 | 3087 | description="vertically-integrated gravity wave drag over orography v-stress"/> |
3027 | 3088 |
|
| 3089 | + <var name="dusfc_ls" type="real" dimensions="nCells Time" units="Pa" |
| 3090 | + description="vertically-integrated mesoscale orog gravity wave drag u-stress"/> |
| 3091 | + |
| 3092 | + <var name="dvsfc_ls" type="real" dimensions="nCells Time" units="Pa" |
| 3093 | + description="vertically-integrated mesoscale orog gravity wave drag v-stress"/> |
| 3094 | + |
| 3095 | + <var name="dusfc_bl" type="real" dimensions="nCells Time" units="Pa" |
| 3096 | + description="vertically-integrated orog blocking drag u-stress"/> |
| 3097 | + |
| 3098 | + <var name="dvsfc_bl" type="real" dimensions="nCells Time" units="Pa" |
| 3099 | + description="vertically-integrated orog blocking drag v-stress"/> |
| 3100 | + |
| 3101 | + <var name="dusfc_ss" type="real" dimensions="nCells Time" units="Pa" |
| 3102 | + description="vertically-integrated small-scale orog gravity wave drag u-stress"/> |
| 3103 | + |
| 3104 | + <var name="dvsfc_ss" type="real" dimensions="nCells Time" units="Pa" |
| 3105 | + description="vertically-integrated small-scale orog gravity wave drag v-stress"/> |
| 3106 | + |
| 3107 | + <var name="dusfc_fd" type="real" dimensions="nCells Time" units="Pa" |
| 3108 | + description="vertically-integrated turb orog form drag u-stress"/> |
| 3109 | + |
| 3110 | + <var name="dvsfc_fd" type="real" dimensions="nCells Time" units="Pa" |
| 3111 | + description="vertically-integrated turb orog form drag v-stress"/> |
| 3112 | + |
3028 | 3113 | <var name="dtaux3d" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}" |
3029 | 3114 | description="gravity wave drag over orography u-stress"/> |
3030 | 3115 |
|
3031 | 3116 | <var name="dtauy3d" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}" |
3032 | 3117 | description="gravity wave drag over orography v-stress"/> |
3033 | 3118 |
|
| 3119 | + <var name="dtaux3d_ls" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3120 | + description="mesoscale orog gravity wave drag u-tendency"/> |
| 3121 | + |
| 3122 | + <var name="dtauy3d_ls" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3123 | + description="mesoscale orog gravity wave drag v-tendency"/> |
| 3124 | + |
| 3125 | + <var name="dtaux3d_bl" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3126 | + description="orog blocking drag u-tendency"/> |
| 3127 | + |
| 3128 | + <var name="dtauy3d_bl" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3129 | + description="orog blocking drag v-tendency"/> |
| 3130 | + |
| 3131 | + <var name="dtaux3d_ss" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3132 | + description="small-scale orog gravity wave drag u-tendency"/> |
| 3133 | + |
| 3134 | + <var name="dtauy3d_ss" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3135 | + description="small-scale orog gravity wave drag v-tendency"/> |
| 3136 | + |
| 3137 | + <var name="dtaux3d_fd" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3138 | + description="turb orog form drag u-tendency"/> |
| 3139 | + |
| 3140 | + <var name="dtauy3d_fd" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
| 3141 | + description="turb orog form drag v-tendency"/> |
| 3142 | + |
3034 | 3143 | <var name="rubldiff" type="real" dimensions="nVertLevels nCells Time" units="m s^{-2}" |
3035 | 3144 | description="change in PBL zonal wind tendency due to gravity wave drag over orography"/> |
3036 | 3145 |
|
|
3725 | 3834 | <var name="ol2" type="real" dimensions="nCells" units="unitless" |
3726 | 3835 | description="effective orographic length for southerly flow"/> |
3727 | 3836 |
|
3728 | | - <var name="ol3" type="real" dimensions="nCells" units="unitles" |
| 3837 | + <var name="ol3" type="real" dimensions="nCells" units="unitless" |
3729 | 3838 | description="effective orographic length for south-westerly flow"/> |
3730 | 3839 |
|
3731 | 3840 | <var name="ol4" type="real" dimensions="nCells" units="unitless" |
3732 | 3841 | description="effective orographic length for north-westerly flow"/> |
| 3842 | + |
| 3843 | + <!-- GSL GWDO fields - meso-scale --> |
| 3844 | + <var name="var2dls" type="real" dimensions="nCells" units="m" |
| 3845 | + description="standard deviation of subgrid-scale orography (meso-scale GWD)"/> |
| 3846 | + |
| 3847 | + <var name="conls" type="real" dimensions="nCells" units="unitless" |
| 3848 | + description="orographic convexity (meso-scale GWD)"/> |
| 3849 | + |
| 3850 | + <var name="oa1ls" type="real" dimensions="nCells" units="unitless" |
| 3851 | + description="asymmetry of subgrid-scale orography for westerly flow (meso-scale GWD)"/> |
| 3852 | + |
| 3853 | + <var name="oa2ls" type="real" dimensions="nCells" units="unitless" |
| 3854 | + description="asymmetry of subgrid-scale orography for southerly flow (meso-scale GWD)"/> |
| 3855 | + |
| 3856 | + <var name="oa3ls" type="real" dimensions="nCells" units="unitless" |
| 3857 | + description="asymmetry of subgrid-scale orography for south-westerly flow (meso-scale GWD)"/> |
| 3858 | + |
| 3859 | + <var name="oa4ls" type="real" dimensions="nCells" units="unitless" |
| 3860 | + description="asymmetry of subgrid-scale orography for north-westerly flow (meso-scale GWD)"/> |
| 3861 | + |
| 3862 | + <var name="ol1ls" type="real" dimensions="nCells" units="unitless" |
| 3863 | + description="effective orographic length for westerly flow (meso-scale GWD)"/> |
| 3864 | + |
| 3865 | + <var name="ol2ls" type="real" dimensions="nCells" units="unitless" |
| 3866 | + description="effective orographic length for southerly flow (meso-scale GWD)"/> |
| 3867 | + |
| 3868 | + <var name="ol3ls" type="real" dimensions="nCells" units="unitless" |
| 3869 | + description="effective orographic length for south-westerly flow (meso-scale GWD)"/> |
| 3870 | + |
| 3871 | + <var name="ol4ls" type="real" dimensions="nCells" units="unitless" |
| 3872 | + description="effective orographic length for north-westerly flow (meso-scale GWD)"/> |
| 3873 | + |
| 3874 | + <!-- GSL GWDO fields - small-scale --> |
| 3875 | + <var name="var2dss" type="real" dimensions="nCells" units="m" |
| 3876 | + description="standard deviation of subgrid-scale orography (small-scale GWD)"/> |
| 3877 | + |
| 3878 | + <var name="conss" type="real" dimensions="nCells" units="unitless" |
| 3879 | + description="orographic convexity (small-scale GWD)"/> |
| 3880 | + |
| 3881 | + <var name="oa1ss" type="real" dimensions="nCells" units="unitless" |
| 3882 | + description="asymmetry of subgrid-scale orography for westerly flow (small-scale GWD)"/> |
| 3883 | + |
| 3884 | + <var name="oa2ss" type="real" dimensions="nCells" units="unitless" |
| 3885 | + description="asymmetry of subgrid-scale orography for southerly flow (small-scale GWD)"/> |
| 3886 | + |
| 3887 | + <var name="oa3ss" type="real" dimensions="nCells" units="unitless" |
| 3888 | + description="asymmetry of subgrid-scale orography for south-westerly flow (small-scale GWD)"/> |
| 3889 | + |
| 3890 | + <var name="oa4ss" type="real" dimensions="nCells" units="unitless" |
| 3891 | + description="asymmetry of subgrid-scale orography for north-westerly flow (small-scale GWD)"/> |
| 3892 | + |
| 3893 | + <var name="ol1ss" type="real" dimensions="nCells" units="unitless" |
| 3894 | + description="effective orographic length for westerly flow (small-scale GWD)"/> |
| 3895 | + |
| 3896 | + <var name="ol2ss" type="real" dimensions="nCells" units="unitless" |
| 3897 | + description="effective orographic length for southerly flow (small-scale GWD)"/> |
| 3898 | + |
| 3899 | + <var name="ol3ss" type="real" dimensions="nCells" units="unitless" |
| 3900 | + description="effective orographic length for south-westerly flow (small-scale GWD)"/> |
| 3901 | + |
| 3902 | + <var name="ol4ss" type="real" dimensions="nCells" units="unitless" |
| 3903 | + description="effective orographic length for north-westerly flow (small-scale GWD)"/> |
| 3904 | + |
3733 | 3905 | </var_struct> |
3734 | 3906 | #endif |
3735 | 3907 |
|
|
0 commit comments