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

UPP Unknown model output format

Mingling

New member
I use old eta vertical coordinate with WRFV4.1 and UPPv4.1, but it can't read the format of wrfout.


STOP 9999
mype= 0 ierr= 0
npes= 1 ierr= 0
FULLMODELNAME: netcdf
we will try to run with 1 server groups
*** you specified 0 I/O servers
CHKOUT will write a file
mype= 0 icolor= 0
mype= 0 npes= 1 after comm split
mype= 0 npes_new= 1
The Posting is using 1 MPI task
There are 0 I/O servers
ME,NUM_PROCS,NUM_SERVERS= 0 1 0


* . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * .
PROGRAM nems HAS BEGUN. COMPILED 0.00 ORG: np23
STARTING DATE-TIME MAY 25,2023 10:05:38.794 145 THU 2460090


fileName=
IOFORM= /public1/home3/sch81
OUTFORM=
OUTFORM2= grib1
FULLMODELNAME="netcdf " MODELNAME="netc" SUBMODELNAME="df "
in WRFPOST iyear,imn,iday,ihrst,imin 0 0 0 0 0
MODELNAME= netcgrib=grib1
gdsdegr= 1000.0000000000000
komax,iret for nampgb= 70 -1
komax,kpo,kth,th,kpv,pv,fileNameAER,popascal= 70 0 6 310.000000 320.000000 350.000000 450.000000 550.000000 650.000000 8 0.500000000 -0.500000000 1.00000000 -1.00000000 1.50000000 -1.50000000 2.00000000 -2.00000000 F
using default pressure levels,spldef= 200.000000 500.000000 700.000000 1000.00000 2000.00000 3000.00000 5000.00000 7000.00000 7500.00000 10000.0000 12500.0000 15000.0000 17500.0000 20000.0000 22500.0000 25000.0000 27500.0000 30000.0000 32500.0000 35000.0000 37500.0000 40000.0000 42500.0000 45000.0000 47500.0000 50000.0000 52500.0000 55000.0000 57500.0000 60000.0000 62500.0000 65000.0000 67500.0000 70000.0000 72500.0000 75000.0000 77500.0000 80000.0000 82500.0000 85000.0000 87500.0000 90000.0000 92500.0000 95000.0000 97500.0000 100000.000
LSM, SPL = 46 200.000000 500.000000 700.000000 1000.00000 2000.00000 3000.00000 5000.00000 7000.00000 7500.00000 10000.0000 12500.0000 15000.0000 17500.0000 20000.0000 22500.0000 25000.0000 27500.0000 30000.0000 32500.0000 35000.0000 37500.0000 40000.0000 42500.0000 45000.0000 47500.0000 50000.0000 52500.0000 55000.0000 57500.0000 60000.0000 62500.0000 65000.0000 67500.0000 70000.0000 72500.0000 75000.0000 77500.0000 80000.0000 82500.0000 85000.0000 87500.0000 90000.0000 92500.0000 95000.0000 97500.0000 100000.000
UNKNOWN MODEL OUTPUT FORMAT, STOPPING
 
This time I use wrfout from WRFV3.9, but it still say “UNKNOWN MODEL OUTPUT FORMAT, STOPPING”. How can I process wrfout output from newer version of WRF?
 
Can you send a copy of your itag, it seems something is wrong with how you have parameters set in it. How are you running UPP? Are you using the run_unipost script? According to the log you posted, UPP is not reading these in correctly. Here is an example of the parameters in the itag:

fileName='/glade/work/hertneky/upp/testing/data/ipc/wrfout_d02_2022-08-01_12:00:00_sav2'
IOFORM='netcdf'
grib='grib2'
DateStr='2022-08-01_12:00:00'
MODELNAME='NCAR'
fileNameFlat='postxconfig-NT.txt'

The itag is basically the UPP namelist. If you use the run_unipost script in the UPP/scripts directory, it should create it for you, based on you user definitions at the beginning of the script.
 
Ok, here is the itag created by the upp itself after I "./run_unipost":

/public1/home3/sch8118/output/wrfprd/wrfout_d02_2012-10-28_12:00:00

netcdf

grib2

2012-10-28_12:00:00

NCAR


And I also attached the postxconfig-NT.txt, run_unipost in the zip. Should I create an itag for it before I "./run_unipost"?
 

Attachments

  • run_upp.zip
    13.6 KB · Views: 7
I wondered if it is that I compiled wrf with netcdf4 option. This time I set WRFIO_NCD_NO_LARGE_FILE_SUPPORT=1, but it still does not work.
 
Top