{"id":1079,"date":"2017-05-30T00:01:27","date_gmt":"2017-05-30T05:01:27","guid":{"rendered":"http:\/\/www.ssec.wisc.edu\/aeri\/?page_id=1079"},"modified":"2018-07-17T21:35:21","modified_gmt":"2018-07-17T21:35:21","slug":"tpss-customization-options","status":"publish","type":"page","link":"https:\/\/www.ssec.wisc.edu\/aeri\/kb\/tpss\/tpss-customization-options\/","title":{"rendered":"TPSS Customization Options"},"content":{"rendered":"<h3>Overview<\/h3>\n<p>All TPSS user customization options are located in the directory <tt>C:\\Users\\AERI\\docker\\config<\/tt><\/p>\n<h3>&nbsp;<\/h3>\n<p>&nbsp;<\/p>\n<h3>VIP file<\/h3>\n<p style=\"font-family: monospace; background: #000000; color: #c6c3c6; border: 2px solid #C6C3C6; padding: 10px;\">C:\\Users\\AERI\\docker\\config\\vip.txt<\/p>\n<p>The vip file contains all the parameters for running the AERIoe retrieval.<br \/>\nNotable parameters that may be modified by the user:<\/p>\n<ul>\n<li><strong><tt>tres<\/tt><\/strong>:\u00a0 temporal resolution in minutes.\u00a0 e.g.\n<ul>\n<li><tt>tres=0<\/tt> for retrievals at native AERI temporal resolution (highest)<\/li>\n<li><tt>tres=10<\/tt> for retrievals every 10 mins<\/li>\n<li><tt>tres=60<\/tt> for retrievals every 60 mins<\/li>\n<\/ul>\n<\/li>\n<li><strong><tt>cbh_default_ht<\/tt><\/strong>:\u00a0 default cloud base height in km AGL when no ceilometer data is present\n<ul>\n<li><tt>chb_default_ht=2<\/tt> is the default setting<\/li>\n<li>Can adjust for local climatology<\/li>\n<\/ul>\n<\/li>\n<li><strong><tt><tt>output_rootname<\/tt><\/tt><\/strong>:\u00a0 root name of output file<\/li>\n<li><strong><tt><tt>output_path<\/tt><\/tt><\/strong>:\u00a0 path of output directory<\/li>\n<li><strong><tt><tt>retrieve_lcloud<\/tt><\/tt><\/strong>:\u00a0 retrieve liquid clouds<\/li>\n<li><strong><tt><tt>retrieve_icloud<\/tt><\/tt><\/strong>:\u00a0 retrieve ice clouds<\/li>\n<li>Global attributes for the output NetCDF file.\u00a0 These must start with <tt>globatt_<\/tt>\n<ul>\n<li><tt>globatt_Site=SITE<\/tt><\/li>\n<li><tt>globatt_Instrument=AERI-118<\/tt><\/li>\n<li><tt>globatt_Dataset_contact=Dave Turner, NOAA<\/tt><\/li>\n<li><tt>globatt_Processing_comment=Test calculations<\/tt><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>&nbsp;<\/h3>\n<p>&nbsp;<\/p>\n<h3>Local climatology<\/h3>\n<p style=\"font-family: monospace; background: #000000; color: #c6c3c6; border: 2px solid #C6C3C6; padding: 10px;\">C:\\Users\\AERI\\docker\\config\\prior.{mm}.cdf<\/p>\n<ul>\n<li>A climatology (thermodynamic profile) is necessary at the location of observation for each month of the year in order to provide a solution space for the retrieval algorithm<\/li>\n<li>For best results use mean monthly climatologies near the given observation site<\/li>\n<li>If monthly climatolgy is not available, season or even yearly average climatology may be adequate<\/li>\n<li>The prior file must have the name <tt>prior.{mm}.cdf<\/tt> , where <tt>{mm}=01-12<\/tt> for each month of the year.<\/li>\n<li>It&#8217;s best to use symbolic links to the actual climatology files<\/li>\n<\/ul>\n<p>e.g.<\/p>\n<p style=\"font-family: monospace; background: #000000; color: #c6c3c6; border: 2px solid #C6C3C6; padding: 10px;\">mklink prior.01.cdf Xa_Sa_datafile.beijing.53_levels.month_01.cdf<br \/>\nmklink prior.02.cdf Xa_Sa_datafile.beijing.53_levels.month_02.cdf<br \/>\nmklink prior.03.cdf Xa_Sa_datafile.beijing.53_levels.month_03.cdf<br \/>\nmklink prior.04.cdf Xa_Sa_datafile.beijing.53_levels.month_04.cdf<br \/>\nmklink prior.05.cdf Xa_Sa_datafile.beijing.53_levels.month_05.cdf<br \/>\nmklink prior.06.cdf Xa_Sa_datafile.beijing.53_levels.month_06.cdf<br \/>\nmklink prior.07.cdf Xa_Sa_datafile.beijing.53_levels.month_07.cdf<br \/>\nmklink prior.08.cdf Xa_Sa_datafile.beijing.53_levels.month_08.cdf<br \/>\nmklink prior.09.cdf Xa_Sa_datafile.beijing.53_levels.month_09.cdf<br \/>\nmklink prior.10.cdf Xa_Sa_datafile.beijing.53_levels.month_10.cdf<br \/>\nmklink prior.11.cdf Xa_Sa_datafile.beijing.53_levels.month_11.cdf<br \/>\nmklink prior.12.cdf Xa_Sa_datafile.beijing.53_levels.month_12.cdf<\/p>\n<h3>&nbsp;<\/h3>\n<p>&nbsp;<\/p>\n<h3>Data transfer using rsync<\/h3>\n<p style=\"font-family: monospace; background: #000000; color: #c6c3c6; border: 2px solid #C6C3C6; padding: 10px;\">C:\\Users\\AERI\\docker\\config\\rsync_update.sh<\/p>\n<ul>\n<li>The rsync protocol can be used to transfer AERI data onto the TPSS computer<\/li>\n<li>rsync can be used for real-time incremental data transfers<\/li>\n<\/ul>\n<p>Set the IP address of the AERI computer in this script<\/p>\n<p style=\"font-family: monospace; background: #000000; color: #c6c3c6; border: 2px solid #C6C3C6; padding: 10px;\">AERIIP=10.0.0.1<br \/>\nrsync -ar $AERIIP::ftp\/AE$YYMMDD \/data\/raw\/<\/p>\n<p>The script can be customized as needed for the instrument and network being used.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview All TPSS user customization options are located in the directory C:\\Users\\AERI\\docker\\config &nbsp; &nbsp; VIP file C:\\Users\\AERI\\docker\\config\\vip.txt The vip file contains all the parameters for running the AERIoe retrieval. Notable parameters that may be modified by the user: tres:\u00a0 temporal resolution in minutes.\u00a0 e.g. tres=0 for retrievals at native AERI temporal resolution (highest) tres=10 for [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"parent":1065,"menu_order":10020,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1079","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/pages\/1079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/comments?post=1079"}],"version-history":[{"count":11,"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/pages\/1079\/revisions"}],"predecessor-version":[{"id":1408,"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/pages\/1079\/revisions\/1408"}],"up":[{"embeddable":true,"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/pages\/1065"}],"wp:attachment":[{"href":"https:\/\/www.ssec.wisc.edu\/aeri\/wp-json\/wp\/v2\/media?parent=1079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}