These changes allow the Cloud-Top pressure first-guess and/or a priori to the set using the "AUX" method (which already exists for setting surface temperature and reflectance). To use this functionality, two things are needed:
A CTP NetCDF AUX file containing arrays "ctp" and "ctp_var", specifying the FG/AP values and AP variance estimates respectively.
Ctrl%AP(IPc,:) and/or Ctrl%FG(IPc,:) need to be set to SelmAux in the ORAC processor driver file.
These changes allow the Cloud-Top pressure first-guess and/or a priori to the set using the "AUX" method (which already exists for setting surface temperature and reflectance). To use this functionality, two things are needed:
Ctrl%AP(IPc,:)
and/orCtrl%FG(IPc,:)
need to be set toSelmAux
in the ORAC processor driver file.