Changeset 849 for trunk/DOC


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

Location:
trunk/DOC/chantiers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/chantiers/compilation.txt

    r119 r849  
    2121Compils ok.
    2222
     23Ehouarn (22/11/2012):
     24- OK pour faire qu'on puisse compiler des exécutables situés dans phy*
     25- On est d'accord pour n'utiliser plus que "makelmdz" et "makelmdz_fcm"
     26- reste à faire que makelmdz_fcm soit capable de compiler des sources
     27  Fortran et C (pour Titan)
  • trunk/DOC/chantiers/meschantiers-Ehouarn.txt

    r841 r849  
    1616  "Terrestre" rev. 1678) avec la rev 841.
    1717  Reste à faire l'exercice de validation des modifs en //...
     18  Avec rev 841 et 843 Cp(T) en // OK
     19  Reste toutefois à paufiner les choses au niveau de calfis_p et des
     20  domaines d'utilisation de tpot2t_p et t2tpot_p (toutes les taches MPI
     21  font l'intégralité du travail!)
    1822
    1923- Faire qu'on puisse compiler un exécutable qui serait dans la physique
    20   avec makelmdz & makelmdz_fcm.
     24  avec makelmdz & makelmdz_fcm. OK avec la rev 849.
     25  Manque encore la possibilité de compiler des sources en C avec makelmdz_fcm
Note: See TracChangeset for help on using the changeset viewer.