11; #############################################################################
2- ; ESMValTool CMORizer for CALIPSO-Lidar Level 3 Ice Cloud Data, Standard V1 -00
2+ ; ESMValTool CMORizer for CALIPSO-Lidar Level 3 Ice Cloud Data, Standard V2 -00
33; #############################################################################
44;
55; Tier
66; Tier 3: restricted dataset (registration required).
77;
88; Source
9- ; EarthData via https://eosweb.larc.nasa.gov/project/CALIPSO/
10- ; CAL_LID_L3_Ice_Cloud-Standard_V1-00
9+ ; EarthData via
1110;
1211; Last access
13- ; 20220804
12+ ; 20260512
1413;
1514; Download and processing instructions
1615; (requires EarthData login; see https://urs.earthdata.nasa.gov/)
17- ; 1) Go to https://eosweb .larc.nasa.gov/project/CALIPSO/
18- ; CAL_LID_L3_Ice_Cloud-Standard_V1 -00
16+ ; 1) Go to https://asdc .larc.nasa.gov/project/CALIPSO/
17+ ; CAL_LID_L3_Ice_Cloud-Standard-V2-00_V2 -00
1918; 2) Click on "Get Dataset"
2019; 3) Select Granules "A" containing both, day and night (Day/Night filter
2120; = "Both")
2524; files in the same directory
2625;
2726; Modification history
27+ ; 20260512-lauer_axel: update from v1.00 to v2.00
2828; 20210331-lauer_axel: updated download information
2929; 20200414-lauer_axel: written
3030;
4545
4646 ; Period (complete years only)
4747 YEAR1 = 2007
48- YEAR2 = 2015
48+ YEAR2 = 2022
4949
5050 ; Selected variable (standard name)
5151 VAR = (/"cli" /)
@@ -64,12 +64,12 @@ begin
6464 TYPE = "sat"
6565
6666 ; Version
67- VERSION = "1 -00"
67+ VERSION = "2 -00"
6868
6969 ; Global attributes
70- SOURCE = "https://eosweb . larc. nasa. gov/project/CALIPSO/" + \
71- "CAL_LID_L3_Ice_Cloud-Standard_V1 -00"
72- REF = "doi:10. 5067/CALIOP/CALIPSO/L3_ICE_CLOUD-STANDARD-V1 -00"
70+ SOURCE = "https://asdc . larc. nasa. gov/project/CALIPSO/" + \
71+ "CAL_LID_L3_Ice_Cloud-Standard-V2-00_V2 -00"
72+ REF = "doi:10. 5067/CALIOP/CALIPSO/L3_ICE_CLOUD-STANDARD-V2 -00"
7373 COMMENT = "Atmospheric Science Data Center (ASDC)"
7474
7575end
@@ -123,13 +123,14 @@ begin
123123 ; both: CAL_LID_L3_Ice_Cloud-Standard-V1-00.yyyy-mmA.hdf
124124 ; Here, we only use the granule "A" (= day + night).
125125
126- fname = input_dir_path + "CAL_LID_L3_Ice_Cloud-Standard-V1 -00. " + \
126+ fname = input_dir_path + "CAL_LID_L3_Ice_Cloud-Standard-V2 -00. " + \
127127 syear + "-" + smonth + "A. hdf"
128128
129129 ; No input file found
130- if (ismissing (fname)) then
131- error_msg("f" , DIAG_SCRIPT, "main" , "input file for " + syear + \
132- "-" + smonth + " not found" )
130+ if (.not. isfilepresent (fname)) then
131+ log_info("No input file for " + syear + \
132+ "-" + smonth + " found. Skipping record. " )
133+ continue
133134 end if
134135
135136 ; Extract data
0 commit comments