Felix Carrasco wrote:(forward by xiaohua):
By now my Hirlam grid is for Central Chile, will be defined for:Lat:-36 to -32; Lon: -100 to -69. Using a 0.1 dlat and dlon (40x310 grid). About the vertical levels I'll need to represent as high as possible, as youmention in the post that representation that 65 levels, what's the maximum high of that?
util
Let me comment about your domain specification in this poster,.
I am afraid that the suggested domain has got too few grid points in north-south direction. A LAM model always needs some buffer zone for lateral boundary relaxation and HIRLAM typically defines around 8 points at each horizontal direction for relaxation, in which the weights of host model 'boundary value' drops from 1 at the boundary to 0 toward inner points. Thus with a NBNDRY=8 (as defined in scripts/Env_domain) you'll only have 40-8*2=24 grid points as your inner model domain for serious computation. This is not so ideal to me. Maybe you shall consider something like 100x310 instead of 40x310.
By the way, please choose LHHITER=yes in your Env_expdesc to allow a bit more flexible choice of number of grid points in X-direction (nlon).
Another thing to consider, when you set up your run, is that for a small domain, the impact of lateral boundary is very dominating. Since your targeted experiment period is winter 2006 when the resolution by the ECMWF model was a bit coarser than today T511 (or ca 40 km, Jan 2006) and T799(or ca 25 km, Feb/March 2006) , and in practice it is only possible to get analysis data from then for LBC, (thus with an updating frequency of only every 6 hour), there is a great risk that rapidly developing system that pass through your lateral boundary can not be representated sufficiently well, please be aware of this when you design your domain/experiment.
I guess one way to improve on such situation would be to design your experiments with a double nesting, i.e., one may set up two HIRLAM experiment, one coarser one (e.g. 0.3 degree) covering a bit larger domain and nexted to ECMWF boundary. Another one with 0.1 degree resolution to be nexted to the coarse resolution run, using the coarser resolution forecast run as lateral boundary, the update frequency of the latter can be made hourly, thus overcoming the potnetial risk of losing fast moving system.
Of course a double nesting system maybe more expensive to run, but at least you can avoid some of the deficiencies associated with a very small domain. The cost for a coarse resolution model itslf is limited.