Changes between Initial Version and Version 1 of PDAFomi_set_doassim
- Timestamp:
- Nov 24, 2024, 3:18:31 PM (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_set_doassim
v1 v1 1 = PDAFomi_set_doassim = 2 3 This page documents the routine `PDAFomi_set_doassim` of PDAF. The routine was introduced by PDAF version 2.3.1. 4 5 The routine sets thisobs%doassim. 6 7 The interface is: 8 {{{ 9 SUBROUTINE PDAFomi_set_doassim(doassim) 10 11 INTEGER, INTENT(in) :: doassim ! (1) assimilate this observation type; (0) no assimilation of this obs. type 12 }}} 13 14 '''Note: ''' 15 * When using Fortran, one can also initialize thisobs%doassim directly