daniloceano
Member
Hello,
I am trying to run MPAS-Atmosphere with urban physics enabled.
In my namelist.atmosphere file, under the &physics block, I added:
However, when I try to run the model, I get the following error in the log:
The run stops immediately after this message.
I am trying to run MPAS-Atmosphere with urban physics enabled.
In my namelist.atmosphere file, under the &physics block, I added:
Code:
&physics
config_sst_update = false
config_sstdiurn_update = false
config_deepsoiltemp_update = false
config_radtlw_interval = '00:30:00'
config_radtsw_interval = '00:30:00'
config_bucket_update = 'none'
config_physics_suite = 'mesoscale_reference'
config_urban_physics = true
/
However, when I try to run the model, I get the following error in the log:
Code:
----------------------------------------------------------------------
Beginning MPAS-atmosphere Output Log File for task 0 of 52
Opened at 2025/08/17 17:44:39
----------------------------------------------------------------------
Using default single-precision reals
Reading namelist from file namelist.atmosphere
*** Encountered an issue while attempting to read namelist record assimilation
The following values will be used for variables in this record:
config_jedi_da = F
CRITICAL ERROR: Error while reading namelist record physics.
-----------------------------------------
Total log messages printed:
Output messages = 9
Warning messages = 0
Error messages = 0
Critical error messages = 1
-----------------------------------------
The run stops immediately after this message.
- MPAS version: 8.2.0
- Number of tasks: 52
- I was able to run successfully without the config_urban_physics line.
- I have tried with both "true" and ".true."