Changeset 1462


Ignore:
Timestamp:
Jun 24, 2015, 1:13:49 PM (10 years ago)
Author:
emillour
Message:

Mars GCM:

  • Missing "use logic_mod" added in testphys1d
  • Changed the "use comconst_mod" inistats to use information from physics (comconstfi_h module) rather than dynamics.
  • Moved "iniprint.h" back to dyn3d (and added link to it in dyn1d), as it is preferable to not share modules/commons between physics and dynamics.

EM

Location:
trunk/LMDZ.MARS
Files:
1 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1403 r1462  
    21832183  iniphysiq) or main programs (e.g. newstart or xvik).
    21842184* 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  
    2020      use dimradmars_mod, only: tauscaling,tauvis
    2121      USE comvert_mod, ONLY: ap,bp,aps,bps,pa,preff,sig
     22      USE logic_mod, ONLY: hybrid
    2223      IMPLICIT NONE
    2324
  • trunk/LMDZ.MARS/libf/phymars/inistats.F

    r1422 r1462  
    33      use mod_phys_lmdz_para, only : is_master
    44      USE comvert_mod, ONLY: ap,bp,aps,bps,preff,pseudoalt,presnivs
    5       USE comconst_mod, ONLY: daysec,dtphys,pi
     5      USE comcstfi_h, ONLY: daysec,dtphys,pi
    66      implicit none
    77
Note: See TracChangeset for help on using the changeset viewer.