Last change
on this file since 5308 was
2311,
checked in by Ehouarn Millour, 9 years ago
|
Further modifications to enforce physics/dynamics separation:
- moved iniprint.h and misc_mod back to dyn3d_common, as these should only be used by dynamics.
- created print_control_mod in the physics to store flags prt_level, lunout, debug to be local to physics (should be used rather than iniprint.h)
- created abort_physic.F90 , which does the same job as abort_gcm() did, but should be used instead when in physics.
- reactivated inifis (turned it into a module, inifis_mod.F90) to initialize physical constants and print_control_mod flags.
EM
|
-
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:
138 bytes
|
Line | |
---|
1 | module misc_mod |
---|
2 | integer,save :: itaumax |
---|
3 | logical,save :: adjust |
---|
4 | integer,save :: ItCount |
---|
5 | logical,save :: debug |
---|
6 | end module misc_mod |
---|
Note: See
TracBrowser
for help on using the repository browser.