Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

NEW TUV option

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

tangweiyao

New member
i want to try to run WRF-Chem with new TUV option,but when i downloaded the additional data file about NEW TUV,i just received one file:TUV.phot without DATAE1 and DATAJ1, and wrf_tuv_xsqy.nc file as the insructions told,why?
 
Sorry, I just saw it.
It is called TUV.phot, but it is actually a tarfile. In bash (I've never used other terminals, but I guess it's similar) type

Code:
tar xvf TUV.phot

Done
 
The file TUV.phot is actually a tar file, which just lacks the '.tar' part in its name.
Type (bash)
Code:
tar xvf TUV.phot
The files and folders should be there
 
Top