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

input fields for bulk-NCEP formulation

Hello there,

I am tying to force the ocean model with external surface heat flux (SHF) and surface fresh water flux (SFWF). For 'bulk-NCEP' formulation, I don't know what's the exact field to input. For example, for surface heat
flux (SHF) forcing, the necessary fields are SST, air temperature, air humidity, downward shortwave radiation, cloud fraction, and
wind speed, but are those variables at surface, or at reference height, or even at exact 10m? Are these input fields obtainable
from ATM history files, like "T/TS/TREFHT, Q/QREFHT, FSDS, CLDTOT/CLOUD, U^2+V^2"? Or some complex formula to get the
input fields?

Thanks.
 

yeager@ucar_edu

New Member
The 'bulk-NCEP' option for shf_formulation is not a POP option supported by the CCSM project. Running ocean-standalone experiments in the CCSM context (compset "C" integrations) requires use of the 'partially-coupled' option for shf_formulation. This configuration of CCSM3 is unsupported and requires significant expertise to run correctly.

Please refer to the liason responses in the thread by yafang of 11/2006:
http://bb.cgd.ucar.edu/showthread.php?t=890

Note that 'bulk-NCEP' results in a call to calc_shf_bulk_ncep. This routine has
parameters which specify the height of the various fields (windspd_height, tair_height, etc). A close examination of this subroutine should answer your questions.
 
Top