source: trunk/DOC/chantiers/meschantiers-Ehouarn.txt @ 859

Last change on this file since 859 was 849, checked in by emillour, 12 years ago

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 size: 1.1 KB
Line 
1>>> choses à faire:
2
3- En priorité: faire qu'on puisse compiler un/des cas test (sans physique)
4  pour pouvoir tester les modifs au fur et à mesure. OK, c'est fait, on
5  peut compiler/tourner sans physique
6
7- Uniformiser les mises à jour dyn séq. et // (commencé avec la rev. 8)
8
9- Peut-être revoir l'interface dynamique/physique ?
10
11- Attention à la discrétisation verticale ... ( débuté avec la r109 par Seb
12  puis mes modifs en r124 et finalement r126) donc a priori
13  OK maintenant
14 
15- dernière mise à jour des dynamiques (par rapport au trunk de LMDZ5
16  "Terrestre" rev. 1678) avec la rev 841.
17  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!)
22
23- Faire qu'on puisse compiler un exécutable qui serait dans la physique
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 TracBrowser for help on using the repository browser.