Changeset 148 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Jun 8, 2011, 3:26:57 PM (14 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dimradmars.h
r147 r148 22 22 parameter (NDLO2=NDLON) 23 23 24 ! Number of kind of tracer radiative properties 24 ! Number of kind of tracer radiative properties 25 25 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 ! (ex: naerkind=1 if you use one dust mode without ice ...) 27 ! (ex: naerkind=2 if you use one dust mode and active ice ...) 28 integer naerkind 29 parameter (naerkind=1) 30 ! parameter (naerkind=2) 31 !!!!!! CHANGE CHANGE nsizemax BELOW BELOW 26 ! naerkind is set in scatterers.h (built when compiling with makegcm -s #) 27 28 #include"scatterers.h" 29 ! NB: May have to change value of nsizemax below when changing scatterers 32 30 33 31 ! Reference wavelengths used to compute reference optical depth (m)
Note: See TracChangeset
for help on using the changeset viewer.