Entradas

Mostrando entradas de abril, 2018

WRF open_aux_u : error opening auxinput5_d02_2013-12-31_00:00:00 for reading. 100

Imagen
So, i got this error: open_aux_u Timing for Writing /scr4/sibarra/masp/health/wrfo for domain        2:    4.14512 elapsed seconds open_aux_u : error opening auxinput5_d02_2013-12-31_00:00:00 for reading. 100 pretty weird because it a met run. According to http://forum.wrfforum.com/viewtopic.php?f=47&t=10003, they recommend diminishing the number of processors. I ran with 32 and got stuck I ran with 16 and appear this error open_aux_u : error opening auxinput5_d02_2013-12-31_00:00:00 for reading. 100 I'm running with  8 and still running. 

ERROR: Grib2 file or date problem, stopping in edition_num. Can't ungrib.exe SOLVED

Imagen
Well, it seems that this problem can be very common. Usually, you have a directory for downloading the meteorology from NCEP/UCAR. Probably, you will have the script for downloading the data in the same directory. If you link the grib files based on the name there won't be any problems ./link_grib.csh /path/GFS* However, it could be possible to link the whole directory. You might do this when you have a whole year of meteorological data. ./link_grib.csh /path/ If you have scripts for downloading the met data in the same directory, THEN you will have the message: ERROR: Grib2 file or date problem, stopping in edition_num To avoid this error, just move the script for downloading the met data elsewhere and link the directory again. Finally, do ungrib.exe UPDATE 2018-12/15 (I mean 15 of December of 2018) I had the same problem again, and with the same data! and this solution did not work till i did this: ./link_grib.csh /path/GFS Yes only the first letters, in

Como compilar CALWRF con diferentes compiladores y versiones de WRF

Imagen
mi compañero de la Universidad Mario Gavidia, publico en su blog como compilar CALWRF con ifort y correr el programa con datos de salida de WRF o WRF-Chem: Basicamente tienes que cambiar el compilador en compile.sh y cambiar algunas lineas de calwrf.f El link es aqui:  https://randroll.wordpress.com/2018/04/18/installing-calwrf-on-linux-with-ifort/