Difference between revisions of "Atmospheric forcing"

From ccrmwiki
Jump to: navigation, search
Line 12: Line 12:
 
/ <br/>
 
/ <br/>
 
   <LI>sflux_air_1.0*.nc: netcdf files that have time, wind speed, air temperature and pressure and specific humidity; see sample files at [http://www.stccmop.org/CORIE/modeling/selfe/NARR/narr.html]
 
   <LI>sflux_air_1.0*.nc: netcdf files that have time, wind speed, air temperature and pressure and specific humidity; see sample files at [http://www.stccmop.org/CORIE/modeling/selfe/NARR/narr.html]
 
+
  <LI>sflux_prc_1.0*.nc: netcdf files that have precipitation data; see sample files at [http://www.stccmop.org/CORIE/modeling/selfe/NARR/narr.html]
 +
  <LI>sflux_rad_1.0*.nc: netcdf files that have downward long and short wave radiation fluxes; see sample files at [http://www.stccmop.org/CORIE/modeling/selfe/NARR/narr.html]
 
</OL>
 
</OL>

Revision as of 13:12, 17 September 2012

In SELFE, atmoserpic forcings include wind, air pressure and temperature, precipitation, humidity and longwave and shortwave fluxes. These are specified in the netcdf files inside sflux/ dir. There are 4 types of files in this dir:

  1. sflux_inputs.txt:
    $cat sflux_inputs.txt
    &sflux_inputs !file name
    start_year = 1998, !start year
    start_month = 09, !start month
    start_day = 01, !start day
    start_hour = 0.0, !start hour
    utc_start = 0.0, !offset from UTC in hours, with positive numbers for western hemishpere
    /
  2. sflux_air_1.0*.nc: netcdf files that have time, wind speed, air temperature and pressure and specific humidity; see sample files at [1]
  3. sflux_prc_1.0*.nc: netcdf files that have precipitation data; see sample files at [2]
  4. sflux_rad_1.0*.nc: netcdf files that have downward long and short wave radiation fluxes; see sample files at [3]