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

--- ERROR: NML option smooth_cg_topo=T

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.

dominic

New member
Hi everyone, I am facing another error in real.exe with data by icon eu

Code:
taskid: 0 hostname: dominic-System-Product-Name
 Ntasks in X             1 , ntasks in Y            11
  Domain # 1: dx =  6000.000 m
REAL_EM V4.3.3 PREPROCESSOR
No git found or not a git repository, git commit version not available.
 *************************************
 Parent domain
 ids,ide,jds,jde             1          100            1          111
 ims,ime,jms,jme            -4          105           -4           17
 ips,ipe,jps,jpe             1          100            1           10
 *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain             1 ,                  72655504  bytes allocated
Time period #   1 to process = 2022-03-30_00:00:00.
Time period #   2 to process = 2022-03-30_03:00:00.
Time period #   3 to process = 2022-03-30_06:00:00.
Time period #   4 to process = 2022-03-30_09:00:00.
Time period #   5 to process = 2022-03-30_12:00:00.
Time period #   6 to process = 2022-03-30_15:00:00.
Time period #   7 to process = 2022-03-30_18:00:00.
Time period #   8 to process = 2022-03-30_21:00:00.
Time period #   9 to process = 2022-03-31_00:00:00.
Total analysis times to input =    9.
  
 -----------------------------------------------------------------------------
  
 Domain  1: Current date being processed: 2022-03-30_00:00:00.0000, which is loop #   1 out of    9
 configflags%julyr, %julday, %gmt:         2022           89    0.000000    
d01 2022-03-30_00:00:00  Yes, this special data is acceptable to use: OUTPUT FROM METGRID V4.3.3
 metgrid input_wrf.F first_date_input = 2022-03-30_00:00:00
 metgrid input_wrf.F first_date_nml = 2022-03-30_00:00:00
d01 2022-03-30_00:00:00 Timing for input          0 s.
d01 2022-03-30_00:00:00          flag_soil_levels read from met_em file is  1
Max map factor in domain 1 =  1.00. Scale the dt in the model accordingly.
 --- ERROR: NML option smooth_cg_topo=T
            But found no soil elevation / terrain / topography data in metgrid files
            The field SOILHGT is required when smoothing the CG topography on d01
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:     780
            If using ERA5 data, possibly need to add more time invariant fields
-------------------------------------------
 
Hi,
The error claims you have no soil elevation/terrain/topography data in the metgrid files. It's looking for a field called SOILHGT. Do you have that in your met_em* files?
 
Top