- Timestamp:
- Feb 27, 2008, 4:24:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/ini_histISCCP.h
r845 r918 146 146 . "ave(X)", zcals(n),zout_isccp(n)) 147 147 c 148 CALL histdef(nid_isccp, "ptop", 149 . "Cld top pressure (cf ISCCP simulator)","Pa", 150 . iim,jj_nb,nhori, 1,1,1,-99,32, 151 . "ave(X)", zcals(n),zout_isccp(n)) 152 c 153 CALL histdef(nid_isccp,"meantaucld", 154 . "ISCCP mean cloud optical thickness","1", 155 . iim,jj_nb,nhori, 1,1,1, -99, 32, 156 . "ave(X)", zcals(n),zout_isccp(n)) 148 157 ENDDO 149 158 c … … 169 178 . "Nb of calls with sunlit ", "%", 170 179 . iim, jj_nb,nhori,1,1,1,-99,32, 180 . "ave(X)", zcals(n),zout_isccp(n)) 181 c 182 CALL histdef(nid_isccp, "ptop", 183 . "Cld top pressure (cf ISCCP simulator)","Pa", 184 . iim,jj_nb,nhori, 1,1,1,-99,32, 185 . "ave(X)", zcals(n),zout_isccp(n)) 186 c 187 CALL histdef(nid_isccp,"meantaucld", 188 . "ISCCP mean cloud optical thickness","1", 189 . iim,jj_nb,nhori, 1,1,1, -99, 32, 171 190 . "ave(X)", zcals(n),zout_isccp(n)) 172 191 c
Note: See TracChangeset
for help on using the changeset viewer.