Thanks, Sam:)
So u10 is calculated in Biogeochem/FrictionVelocity.F90 based on these atm bottom level variables, and I tried to add u10 into the clm history tape. However, when I put u10 in history file (histFldsMod.F90) by the following scripts
--------------------------------------
call add_fld1d (fname='U10', units='m/s', &
avgflag='A', long_name='10-m wind speed for dust', &
ptr_pft=clm3%g%l%c%p%pps%u10)
-------------------------------------------------------
I couldn't get the output. Anything wrong with this?
Thanks again,
Joyce