Changes between Version 198 and Version 199 of LnDevel
- Timestamp:
- Nov 24, 2024, 5:33:17 PM (111 minutes ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v198 v199 42 42 43 43 New functionality: 44 * 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.44 * Added initialization subroutines to initialize quantities of 'thisobs' in PDAF-OMI, e.g. for thisobs%doassim there is now the routine PDAFomi_set_doassim. These routines are optional so that no code changes are required. These routines are also provided for the arrays 'id_obs_p', 'icoeff_p' and 'domainsize' which avoid the need to allocate the arrays in the user code. This should make the implementation in programming languages like C easier. A list of the new initialization routines with links to their description is provided in https://pdaf.awi.de/trac/wiki/PDAFomi_additional_functionality. 45 45 46 46