-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hi,
I have been tasked with implementing the CLARA -simulator (Eliasson et al., 2020) into COSP if possible.
The way we made the simulator for offline implementation was very similar to the MODIS simulator.
The main difference to the MODIS simulator is how the cloud mask is simulated. The cloud mask relies on auxiliary data of the probability of detection (POD) as a function of optical depth, geographical location and whether or not the subcolumn is sunlit. The subcolumn is considered cloudy when a generated random number calculated for each subcolumn is smaller than the POD as read from the auxiliary data. The background to this approach is explained in the paper describing the simulator.
Our implementation does not require any additional model fields than already required by COSP simulators
Reference:
Eliasson, S., Karlsson, K.-G., and Willén, U.: A simulator for the CLARA-A2 cloud climate data record and its application to assess EC-Earth polar cloudiness, Geosci. Model Dev., 13, 297–314, https://doi.org/10.5194/gmd-13-297-2020, 2020.