Last change
on this file since 5554 was
5554,
checked in by asima, 3 days ago
|
Encapsulating in modules 3 Dust (SPLA) subroutines with identical names in INCA
(see also r5505);
Related changes in other files, especially some cleaning of chem_mod_f.90.
Everything cf the new coding conventions bien sûr !
|
-
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:
583 bytes
|
Line | |
---|
1 | MODULE chem_mod_h |
---|
2 | |
---|
3 | ! AS 20250220 : masse_s MOVED TO Dust/lmdz_spla_ini.f90 |
---|
4 | ! n_avogadro, masse_so4 REMOVED BECAUSE NOT USED |
---|
5 | |
---|
6 | IMPLICIT NONE; PRIVATE |
---|
7 | PUBLIC idms, iso2, iso4, ih2s, idmso, imsa, ih2o2, & |
---|
8 | rho_water, rho_ice |
---|
9 | |
---|
10 | INTEGER idms, iso2, iso4, ih2s, idmso, imsa, ih2o2 |
---|
11 | PARAMETER (idms = 1, iso2 = 2, iso4 = 3) |
---|
12 | PARAMETER (ih2s = 4, idmso = 5, imsa = 6, ih2o2 = 7) |
---|
13 | |
---|
14 | REAL rho_water, rho_ice |
---|
15 | PARAMETER (rho_water = 1000.0) !--kg m-3 |
---|
16 | PARAMETER (rho_ice = 500.0) !--kg m-3 |
---|
17 | |
---|
18 | END MODULE chem_mod_h |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.