Changeset 841 for trunk/DOC


Ignore:
Timestamp:
Nov 13, 2012, 9:21:32 AM (12 years ago)
Author:
emillour
Message:

Common dynamics:

  • updates to keep up with LMDZ5 Earth (rev 1678) changes
  • fixed bug in leapfrog_p.F: parallel dynamics now work fine.
  • see file "DOC/chantiers/commit_importants.log" for details.

EM

Location:
trunk/DOC/chantiers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/chantiers/commit_importants.log

    r808 r841  
    11291129+ some changes in NCL scripts...
    11301130
     1131*********************
     1132**** commit_v841 ****
     1133*********************
     1134Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1135in LMDZ5 (up to LMDZ5 trunk, rev 1678):
     1136* dyn3d:
     1137- leapfrog.F : jD_cur initialization for planet_type=generic ;
     1138               comment out calls to "ini_paramLMDZ_dyn.h" and
     1139               "write_paramLMDZ_dyn.h" (unused outputs)
     1140- comvert.h : add pseudoalt()
     1141- comconst.h : add comments
     1142- fxhyp.F : add modification (FH) to run with only 1 longitude point
     1143- gcm.F : remove call to iniaqua.F + add iflag_phys argument to call
     1144          to iniphysiq => adapt iniphysiq.F in "phyvenus" and "phytitan"
     1145- dyetat0.F : adapt loading of "controle" start.nc file so it works for
     1146              Earth/Venus/Titan and Mars/Generic planets.
     1147- groupe.F : add modification (FH) to run with only 1 longitude point
     1148- paramet.h : add modification (FH) to run with only 1 longitude point
     1149- calfis.F : add planet_type=="generic" case call to physiq
     1150- disvert_noterre.F : remove "pseudoalt" from local variables
     1151
     1152* phyvenus/phytitan :
     1153- iniphysiq.F : add the iflag_phys argument to routine input argument list
     1154
     1155* dyn3dpar:
     1156- identical changes to those in 'dyn3d' for comvert.h, comconst.h, paramet.h,
     1157  fxhyp.F, dynetat0.F, disvert_noterre.F
     1158- gcm.F : add possibility to call to iniphysiq.F for iflag_phys>=100 and
     1159          remove call to iniaqua.F + add iflag_phys argument to call
     1160          to iniphysiq
     1161- leapfrog_p.F : add "physiq" logical (to control calls to physics) and
     1162                 jD_cur initialization for planet_type=generic
     1163- groupe_p.F : add modification (FH) to run with only 1 longitude point
     1164- calfis_p.F : add planet_type=="generic" case call to physiq
     1165
     1166* Important bug fix in leapfrog_p.F : moved compuation of tsurpk() so that
     1167  it is done BEFORE the "Register Hallo" calls (prior to calling caldyn_p).
     1168  Now dynamics in seq/MPI/OpenMP/mixed modes yield identical results when
     1169  running in Newtonian mode (i.e. dynamics only).
  • trunk/DOC/chantiers/meschantiers-Ehouarn.txt

    r776 r841  
    1414 
    1515- dernière mise à jour des dynamiques (par rapport au trunk de LMDZ5
    16   "Terrestre" rev. 1649) avec la rev 776.
     16  "Terrestre" rev. 1678) avec la rev 841.
    1717  Reste à faire l'exercice de validation des modifs en //...
    1818
     19- Faire qu'on puisse compiler un exécutable qui serait dans la physique
     20  avec makelmdz & makelmdz_fcm.
Note: See TracChangeset for help on using the changeset viewer.