Changeset 1769 for trunk/LMDZ.MARS/libf
- Timestamp:
- Aug 26, 2017, 10:12:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
r1711 r1769 260 260 c --------------------- 261 261 262 real,save,allocatable :: pview(:)263 264 262 real zco2 ! volume fraction of CO2 in Mars atmosphere 265 263 DATA zco2/0.95/ … … 278 276 ! compute ndomain and allocate local saved arrays 279 277 ndomain= (ngrid-1) / ndomainsz + 1 280 allocate(pview(ngrid))281 278 282 279 c Assign a number to the different scatterers … … 342 339 c ------------------------------------------- 343 340 344 DO ig=1,ngrid345 pview(ig)=1.66 ! cosecant of viewing angle346 ENDDO347 341 gcp = g/cpp 348 342
Note: See TracChangeset
for help on using the changeset viewer.