Changeset 849 for trunk/LMDZ.TITAN/libf


Ignore:
Timestamp:
Nov 22, 2012, 9:10:25 AM (12 years ago)
Author:
emillour
Message:

Work on common dynamics and interfacing with different physics:

  • Put calls to PVtheta in dynamics between CPP_EARTH flags (because it calls tetalevel, which is supposed to be in the physics; only OK for Earth...).
  • Adapted makelmdz script so that one can compile main programs in dyn* or phy* (makelmdz_fcm already capable of doing that).
  • Moved start2archive-VT.F and start2archive-VT.F to phyvenus (as start2archive.F and newstart.F); leave adapting them to Titan for later.
  • Small correction to phyvenus/testphys1d.F (use module control_mod instead of control.h and call disvert_noterre).
  • removed "use histcom" in phyvenus/physiq.F and phytitan/physiq.F ; it is not needed since there is already a "use ioipsl" (and it moreover confused makelmdz_fcm...)
  • Had to add declaration of variable "zlsm1" in phytitan/physiq.F because it is used in "write_hist.h"; but note that it is used while not initialized (but what should it be initialized to?).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/physiq.F

    r815 r849  
    5656c======================================================================
    5757      USE ioipsl
    58       USE histcom
     58!      USE histcom ! not needed; histcom is included in ioipsl
    5959      USE infotrac
    6060      USE control_mod
     
    279279      REAL zday
    280280      REAL zls,zlsdeg
     281      REAL zlsm1 ! for write_hist* (NB: it is not properly initialized!!)
    281282c
    282283      INTEGER i, k, iq, ig, j, ll, l
Note: See TracChangeset for help on using the changeset viewer.