Last change
on this file since 2461 was
2175,
checked in by jescribano, 10 years ago
|
SPLA code included for first time
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
806 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | INTEGER idms, iso2, iso4, ih2s, idmso, imsa, ih2o2 |
---|
| 5 | PARAMETER (idms=1, iso2=2, iso4=3) |
---|
| 6 | PARAMETER (ih2s=4, idmso=5, imsa=6, ih2o2=7) |
---|
| 7 | |
---|
| 8 | REAL n_avogadro, masse_s, masse_so4, rho_water, rho_ice |
---|
| 9 | PARAMETER (n_avogadro=6.02E23) !--molec mol-1 |
---|
| 10 | PARAMETER (masse_s=32.0) !--g mol-1 |
---|
| 11 | PARAMETER (masse_so4=96.0) !--g mol-1 |
---|
| 12 | PARAMETER (rho_water=1000.0) !--kg m-3 |
---|
| 13 | PARAMETER (rho_ice=500.0) !--kg m-3 |
---|
| 14 | |
---|
[2175] | 15 | INTEGER ss_bins |
---|
| 16 | PARAMETER (ss_bins=2) |
---|
| 17 | |
---|
| 18 | ! INTEGER nbreg_dust,nbreg_ind, nbreg_bb |
---|
| 19 | ! PARAMETER (nbreg_dust=11,nbreg_ind=13,nbreg_bb=15) |
---|
| 20 | |
---|
| 21 | REAL masse_ammsulfate |
---|
| 22 | PARAMETER (masse_ammsulfate=132.0) !--g mol-1 |
---|
| 23 | |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.