Changeset 1462 for trunk/LMDZ.MARS/libf


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/libf
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • 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.