icar
icar copied to clipboard
The Intermediate Complexity Atmospheric Research model (ICAR)
Newly added convection schemes (BMJ, NSAS) require PBL height as an input. The current 'simple' PBL scheme does not compute this. Currently the PBL height input to the above-mentioned convection...
The fixed_dz_advection flag in the namelist is confusing for all but the most experienced users. For certain (most?) applications it should be set to true to produce realistic behaviour, after...
## Expected Behavior `gen_ideal_test.py` should be restored to previous version to be truly a generalized test case. Or a new method that is more generalized and easier to produce tests...
Permit advection algorithm to be specified separately for each advected scalar (e.g. upwind for a/b, MPDATA w/o FCT for c and MPDATA w/FCT for d...) and make Advection code loop...
This is really an ongoing challenge, but I'd like to make a concerted effort to get all routines documented and create more detailed doc in readthedocs on the usage of...
The 2.0 implementation of output variables uses objects, and could be extended to permit output variables to "compute" themselves prior to output, e.g. winds could rotate to east-west/N-S coordinates, accumulated_precip...
TYPE: bug fix KEYWORDS: Cray, NoahMP, precision, compiler SOURCE: Bert Kruyt, NCAR, RAL DESCRIPTION OF CHANGES: makefile: water_simple now depends on options_h. Apparently gnu was ok without it, but cray...
TYPE: enhancement/optimization KEYWORDS: Speed, halo_exchange, images SOURCE: Dylan Reynolds, SLF ([email protected]) DESCRIPTION OF CHANGES: Coarrays tends to have more bandwidth in its memory passing as you ask for larger amounts...
TYPE: bugfix KEYWORDS: precipitation, restarts, ideal tests, Python requirements SOURCE: Soren Rasmussen, NCAR DESCRIPTION OF CHANGES: - fixes to aggregation process to prevent mixing output data from runs started at...
Hi~ I want to know how to modify the model top height, and in icar_options.nml, what's the usage of "dz_levels" ,could I modify the number of "dz_levels" and if could,...