Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/suaer.F90
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/suaer.F90
r411 r1047 1 1 SUBROUTINE suaer 2 use dimradmars_mod, only: longrefvis, longrefir, nsizemax, long1vis, & 3 long2vis, long3vis, long1ir, long2ir, long1co2, & 4 long2co2, nsun, nir 5 use yomaer_h, only: radiustab, gvis, omegavis, QVISsQREF, gIR, omegaIR, & 6 QIRsQREF, QREFvis, QREFir, omegaREFvis, omegaREFir, & 7 nsize 2 8 IMPLICIT NONE 3 9 !================================================================== … … 34 40 #include "callkeys.h" 35 41 #include "datafile.h" 36 #include "dimensions.h" 37 #include "dimphys.h" 38 #include "dimradmars.h" 39 #include "yomaer.h" 42 !#include "dimensions.h" 43 !#include "dimphys.h" 44 !#include "dimradmars.h" 45 !#include "yomaer.h" 46 ! naerkind is set in scatterers.h (built when compiling with makegcm -s #) 47 #include"scatterers.h" 40 48 #include "aerkind.h" 41 49 … … 350 358 write(*,*) " nsizemax=",nsizemax 351 359 write(*,*) " you must increase the value of nsizemax" 352 write(*,*) " in dimradmars .h!"360 write(*,*) " in dimradmars_mod !" 353 361 stop 354 362 endif … … 362 370 ! and not epref, which is a different parameter); 363 371 ! Reference wavelengths are defined for each aerosol in 364 ! dimradmars .h.372 ! dimradmars_mod. 365 373 366 374 CALL aerave ( nwvl,& … … 420 428 ! and not epref, which is a different parameter); 421 429 ! Reference wavelengths are defined for each aerosol in 422 ! dimradmar s.h.430 ! dimradmar_mod. 423 431 424 432 CALL aerave ( nwvl,& … … 448 456 ! Single scattering properties 449 457 ! in each of the "nir" bands 450 ! (cf. dimradmars .h)458 ! (cf. dimradmars_mod) 451 459 452 460 ! iir=1 : central 15um CO2 bands
Note: See TracChangeset
for help on using the changeset viewer.