Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

aerodynamic parameter error in UrbanFluxes

raeder

Member
I'm running CAM4 in data assimilation mode, so it's a series of 12 hour forecasts,
started from the result of the previous forecast. The series has finished 27 days,
but on the 28th I got this error message in the printed output in the 2nd timestep:
--------------
(GETFIL): using /fis/cgd/cseg/csm/inputdata/lnd/clm2/surfdata/surfdata_0.9x1.25_simyr2000_c091006.nc
Successfully read monthly vegetation data for
month 9

aerodynamic parameter error in UrbanFluxes
h_u - z_d
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
This error means that the forcing height at the lowest atmospheric level in CAM is less than the sum of roughness length plus displacement height. The roughness length and displacement height look reasonable but the forcing height must be negative for some reason. This is passed to CLM from CAM. If you have CLM history file output you could look at "ZBOT" which is the forcing height to see how it is evolving in your simulation. Or look at the CAM history file.

Kevin, you can stop by my office and we can talk about this further if you want.

Keith Oleson
 

raeder

Member
Thanks Keith,

I'll try to generate some more diagnostics before taking your time.
It's a big help to know which variables to follow, without having to
trace it through the code.

Kevin
 

raeder

Member
I found that my scripts were choosing CLM restart files which were 12 hours earlier
than they should have used. I believe that the inconsistency between the radiation
fields of the CLM and atmosphere caused this error message, but that's just a guess.

Kevin
 
Top