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

Air-sea fluxes

I am trying to run CESM case where only ocean is active (POP), and atmosphere = datm = IAF CORE2.However instead of CORE2 forcing, I would like to use the output from another atmospheric model. I have created my atmospheric forcing similar to CORE-2 atmospheric forcing, except that my  T and Q are at 2 m,  and "out of the box" POP/data atmosphere with CORE-2 forcing uses T and Q at 10 meters.I am trying to figure out what should I change in the shr_flux_mod.F90  routine so that the model understands that it needs to shift T and Q from 2 to 10 m. However from the code it seems that the default values  are set to 2m for reference heights for Tair and Qair.
At which point these heights are changed to 10 m for CORE-2 forcing? I need to make sure they are still 2 m for my  case when I use my forcing. 
 
Top