Difference between revisions of "Atmospheric forcing"
(Created page with "In SELFE, atmoserpic forcings include wind, air pressure and temperature, precipitation, humidity and longwave and shortwave fluxes. These are specified in the netcdf files in...") |
|||
| Line 2: | Line 2: | ||
<OL> | <OL> | ||
| − | <LI>sflux_inputs.txt: | + | <LI>sflux_inputs.txt: <br/> |
$cat sflux_inputs.txt <br/> | $cat sflux_inputs.txt <br/> | ||
&sflux_inputs !file name <br/> | &sflux_inputs !file name <br/> | ||
| Line 11: | Line 11: | ||
utc_start = 0.0, !offset from UTC in hours, with positive numbers for western hemishpere <br/> | utc_start = 0.0, !offset from UTC in hours, with positive numbers for western hemishpere <br/> | ||
/ <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] | ||
</OL> | </OL> | ||
Revision as of 13:08, 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:
- 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
/
- sflux_air_1.0*.nc: netcdf files that have time, wind speed, air temperature and pressure and specific humidity; see sample files at [1]