[Wrf-users] Problem to run modis model with RUC soil model in WRFV3.4

Juan Luis Bosch jlbosch at ucsd.edu
Thu Nov 1 12:34:17 MDT 2012


I found the same problem and it is solved after modifying line 5550 in the
module_sf_ruclsm.F

MMINLU has changed at some point from 'MODIS' to
'MODIFIED_IGBP_MODIS_NOAHH' and now the IF command fails when comparing

      elseif(mminlu == 'MODIS') then

So it has to change to

      elseif(mminlu(1:4) == 'MODI') then


After changing this I just compiled

./compile em_real

and then wrf.exe runs and finds the proper MODI-RUC table.

cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20121101/c7d65fb5/attachment.html 


More information about the Wrf-users mailing list