Changeset 1462
- Timestamp:
- Jun 24, 2015, 1:13:49 PM (10 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1403 r1462 2183 2183 iniphysiq) or main programs (e.g. newstart or xvik). 2184 2184 * phymars/dyn1d: this subdirectory contains the 1D model. 2185 2186 == 24/06/2015 == EM 2187 - Missing "use logic_mod" added in testphys1d 2188 - Changed the "use comconst_mod" inistats to use information from physics 2189 (comconstfi_h module) rather than dynamics. 2190 - Moved "iniprint.h" back to dyn3d (and added link to it in dyn1d), as it 2191 is preferable to not share modules/commons between physics and dynamics. -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1433 r1462 20 20 use dimradmars_mod, only: tauscaling,tauvis 21 21 USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff,sig 22 USE logic_mod, ONLY: hybrid 22 23 IMPLICIT NONE 23 24 -
trunk/LMDZ.MARS/libf/phymars/inistats.F
r1422 r1462 3 3 use mod_phys_lmdz_para, only : is_master 4 4 USE comvert_mod, ONLY: ap,bp,aps,bps,preff,pseudoalt,presnivs 5 USE comc onst_mod, ONLY: daysec,dtphys,pi5 USE comcstfi_h, ONLY: daysec,dtphys,pi 6 6 implicit none 7 7
Note: See TracChangeset
for help on using the changeset viewer.