"ICAR is a simplified atmospheric model designed primarily for climate
downscaling, atmospheric sensitivity tests, and hopefully educational
uses. At this early stage, the model is still undergoing rapid
development, and users are encouraged to get updates frequently.
ICAR combines the wind field from a lower resolution atmospheric
model, such as a climate model, with an analytical solution for the
effect of topography on that wind field to produce a high-resolution
wind field. This wind field is then used to advect heat, moisture, and
hydrometeor species (e.g. clouds) around the three dimensional domain,
and combines this with microphysical calculations.
To run the model 3D time-varying atmospheric data are required, though
an ideal test case can be generated for simple simulations as well. See
"Running the Model" below. There are some sample python scripts to help
make input forcing files, but the WRF pre-processing system can also be
used. Low-resolution WRF output files can be used directly, various
reanalysis and GCM output files can be used with minimal pre-processing
(just get all the variables in the same netcdf file.) In addition, a
high-resolution netCDF topography file is required. This will define
the grid that ICAR will run on. Finally an ICAR options file is used to
specify various parameters for the model. A sample options file is
provided in the run/ directory.
For an outline of the basic code structure see the ICAR code overview
For reference working with the model code and git, see the ICAR and Git workflow.
http://icar.readthedocs.io/en/develop/
https://github.com/NCAR/icar
No comments:
Post a Comment