Changes between Version 196 and Version 197 of LnDevel
- Timestamp:
- Nov 24, 2024, 4:56:52 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v196 v197 40 40 41 41 New functionality: 42 * Added initialization functions for quantities of 'thisobs' in PDAF-OMI, e.g. for thisobs%doassim. These are optional and no code changes are required.42 * Added initialization subroutines to initialize quantities of 'thisobs' in PDAF-OMI, e.g. for thisobs%doassim there is the routine PDAFomi_set_doassim. These are optional and no code changes are required. These routines are also provided for the arrays 'id_obs_p', 'icoeff_p' and 'domainsize'. Using these avoid the need to allocate the arrays in the user code. This should make the implementation in programming languages like C. The descriptions of the new functions are linked in https://pdaf.awi.de/trac/wiki/OMI_observation_modules. 43 43 44 44