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

LANDUSE.TBL

vanessalmeida24

New member
Morning... When running wrf.exe the error file is generated below. Anyone with similar issue resolved?

Thanks!!!!


Quilting with 1 groups of 0 I/O tasks.
Ntasks in X 1 , ntasks in Y 1
Domain # 1: dx = 6000.000 m
Domain # 2: dx = 3000.000 m
Domain # 3: dx = 2000.000 m
WRF V4.3.3 MODEL
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde 1 200 1 140
ims,ime,jms,jme -4 205 -4 145
ips,ipe,jps,jpe 1 200 1 140
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 1077592880 bytes allocated
med_initialdata_input: calling input_input
Input data is acceptable to use: wrfinput_d01
CURRENT DATE = 2022-01-01_00:00:00
SIMULATION START DATE = 2022-01-01_00:00:00
Timing for processing wrfinput file (stream 0) for domain 1: 0.32340 elapsed seconds
Max map factor in domain 1 = 1.20. Scale the dt in the model accordingly.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1695
module_physics_init.F: LANDUSE_INIT: open failure for LANDUSE.TBL
 
Hi,
Are you running this in the run/ directory, or in test/em_real? If in the latter, just simply copy that file over to the test/em_real directory.
 
@vanessalmeida24
Can you go to the run/ directory and issue the following:

Code:
ls -ls >& ls.log

and attach that ls.log file, as well as your namelist.input file and your wrf.exe error log file(s)? Thanks!
 
The ls.log file you sent does not show the files that should be present in the WRF/run directory. When I do an 'ls' in my run directory, this is what I get.

Code:
cheyenne:wrfv4.4.2/run>ls
aerosol.formatted                 CLM_ALB_ICE_DFS_DATA              gribmap.txt                                README.tslist
aerosol_lat.formatted             CLM_ALB_ICE_DRC_DATA              HLC.TBL                                    real.exe
aerosol_lon.formatted             CLM_ASM_ICE_DFS_DATA              ishmael-gamma-tab.bin                      RRTM_DATA
aerosol_plev.formatted            CLM_ASM_ICE_DRC_DATA              ishmael-qi-qc.bin                          RRTM_DATA_DBL
BROADBAND_CLOUD_GODDARD.bin       CLM_DRDSDT0_DATA                  ishmael-qi-qr.bin                          RRTMG_LW_DATA
bulkdens.asc_s_0_03_0_9           CLM_EXT_ICE_DFS_DATA              kernels.asc_s_0_03_0_9                     RRTMG_LW_DATA_DBL
bulkradii.asc_s_0_03_0_9          CLM_EXT_ICE_DRC_DATA              kernels_z.asc                              RRTMG_SW_DATA
CAM_ABS_DATA                      CLM_KAPPA_DATA                    LANDUSE.TBL                                RRTMG_SW_DATA_DBL
CAM_AEROPT_DATA                   CLM_TAU_DATA                      masses.asc                                 SOILPARM.TBL
CAMtr_volume_mixing_ratio         co2_trans                         MPTABLE.TBL                                SOILPARM.TBL_Kishne_2017
CAMtr_volume_mixing_ratio.A1B     coeff_p.asc                       namelist.input                             STOCHPERT.TBL
CAMtr_volume_mixing_ratio.A2      coeff_q.asc                       namelist.input.backup.2023-03-17_11_02_17  tc.exe
CAMtr_volume_mixing_ratio.RCP4.5  constants.asc                     ndown.exe                                  termvels.asc
CAMtr_volume_mixing_ratio.RCP6    create_p3_lookupTable_1.f90-v5.4  ozone.formatted                            tr49t67
CAMtr_volume_mixing_ratio.RCP8.5  create_p3_lookupTable_2.f90-v5.3  ozone_lat.formatted                        tr49t85
CAMtr_volume_mixing_ratio.SSP119  eclipse_besselian_elements.dat    ozone_plev.formatted                       tr67t85
CAMtr_volume_mixing_ratio.SSP126  ETAMPNEW_DATA                     p3_lookupTable_1.dat-v5.4_2momI            URBPARM_LCZ.TBL
CAMtr_volume_mixing_ratio.SSP245  ETAMPNEW_DATA_DBL                 p3_lookupTable_1.dat-v5.4_3momI            URBPARM.TBL
CAMtr_volume_mixing_ratio.SSP370  ETAMPNEW_DATA.expanded_rain       p3_lookupTable_2.dat-v5.3                  URBPARM_UZE.TBL
CAMtr_volume_mixing_ratio.SSP585  ETAMPNEW_DATA.expanded_rain_DBL   README.namelist                            VEGPARM.TBL
capacity.asc                      GENPARM.TBL                       README.physics_files                       wind-turbine-1.tbl
CCN_ACTIVATE.BIN                  grib2map.tbl                      README.rasm_diag                           wrf.exe

I see that you've got a "run-wrf.sh" script in there, though. Does that script point to a different directory? If so, can you attach that script, and do the same 'ls -ls' command in the directory where that script points to run the wrf executable?
 
Top