Changeset 1776 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Aug 27, 2017, 9:05:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
r1774 r1776 273 273 c -------------- 274 274 275 ! compute ndomain 276 ! AS: moved out of firstcall to allow nesting+evoluting domain 277 ! ------------------------------------------------------------ 278 ndomain= (ngrid-1) / ndomainsz + 1 279 275 280 IF (firstcall) THEN 281 282 write(*,*) 'Splitting radiative calculations: ', 283 $ ' ngrid,ndomainsz,ndomain', 284 $ ngrid,ndomainsz,ndomain 276 285 277 286 c Assign a number to the different scatterers … … 356 365 firstcall=.false. 357 366 END IF 358 359 ! compute ndomain360 ! AS: moved out of firstcall to allow nesting+evoluting domain361 ! ------------------------------------------------------------362 ndomain= (ngrid-1) / ndomainsz + 1363 write(*,*) 'Splitting radiative calculations: ',364 $ ' ngrid,ndomainsz,ndomain',365 $ ngrid,ndomainsz,ndomain366 367 367 368 c Computing aerosol optical properties and opacity
Note: See TracChangeset
for help on using the changeset viewer.