Changeset 1019 for trunk/DOC


Ignore:
Timestamp:
Aug 26, 2013, 9:21:41 AM (11 years ago)
Author:
emillour
Message:

Common dynamics; keep up with updates (seq and ) in LMDZ5 (up tio rev 1845):

  • General stuff:
  • makelmdz_fcm: add options -j # (compile using # threads) and -full, and to keep up

with Earth model, possibility to compile with various versions of orchidee

  • bld.cfg: adaptations to enable compiling using multiple threads
  • build_gcm: adaptations to enable compiling using multiple threads
  • makelmdz: keep up with Earth model: possibility to compile with various versions of orchidee + cosmetic changes + library directory name change
  • bibio:
  • wxios.F90 : Added for possible future use of XIOS library
  • filtrez:
  • mkl_dft_type.f90 & mkl_dfti.f90 : MKL (for MKL FFT) interface definitions
  • filtreg_mod : limit use of FFT to parallel mode
  • mod_filtre_fft.F90 & mod_filtre_fft_lov.F90 : swich to use parallel_lmdz
  • dyn3d:
  • abort_gcm.F : add things for xios
  • advtrac.F90 : minor change in CFL outputs
  • ce0l.F90 : indicesol.h is now module indice_sol_mod
  • comvert.h : cosmetic change on comments
  • gcm.F : add xios and use module indice_sol_mod (for INCA)
  • inigeom.F : move two computations outside loop
  • dyn3dpar:
  • parallel.F90 => parallel_lmdz.F90 : and change all the "use parallel" into "use parallel_lmdz" in all files in dyn3dpar
  • comvert.h : cosmetic change on comments
  • gcm.F : add xios and use module indice_sol_mod (for INCA)
  • leapfrog_p.F : add xios + correction for times in Newtonian case
  • ce0l.F90 : indicesol.h is now module indice_sol_mod
  • inigeom.F : move two computations outside loop

EM

File:
1 edited

Legend:

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

    r1017 r1019  
    12481248  in the Venus physics).
    12491249
     1250**********************
     1251**** commit_v1019 ****
     1252**********************
     1253Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1254in LMDZ5 (up to LMDZ5 trunk, rev 1845):
     1255* General stuff:
     1256- makelmdz_fcm: add options -j # (compile using # threads) and -full, and to keep up
     1257   with Earth model, possibility to compile with various versions of orchidee
     1258- bld.cfg: adaptations to enable compiling using multiple threads
     1259- build_gcm: adaptations to enable compiling using multiple threads
     1260- makelmdz: keep up with Earth model: possibility to compile with various versions of orchidee + cosmetic changes + library directory name change
     1261
     1262* bibio:
     1263- wxios.F90 : Added for possible future use of XIOS library
     1264
     1265* filtrez:
     1266- mkl_dft_type.f90 & mkl_dfti.f90 : MKL (for MKL FFT) interface definitions
     1267- filtreg_mod : limit use of FFT to parallel mode
     1268- mod_filtre_fft.F90 & mod_filtre_fft_lov.F90 : swich to use parallel_lmdz
     1269
     1270* dyn3d:
     1271- abort_gcm.F : add things for xios
     1272- advtrac.F90 : minor change in CFL outputs
     1273- ce0l.F90 : indicesol.h is now module indice_sol_mod
     1274- comvert.h : cosmetic change on comments
     1275- gcm.F : add xios and use module indice_sol_mod (for INCA)
     1276- inigeom.F : move two computations outside loop
     1277
     1278* dyn3dpar:
     1279- parallel.F90 => parallel_lmdz.F90 : and change all the "use parallel" into
     1280  "use parallel_lmdz" in all files in dyn3dpar
     1281- comvert.h : cosmetic change on comments
     1282- gcm.F : add xios and use module indice_sol_mod (for INCA)
     1283- leapfrog_p.F : add xios + correction for times in Newtonian case
     1284- ce0l.F90 : indicesol.h is now module indice_sol_mod
     1285- inigeom.F : move two computations outside loop
     1286
Note: See TracChangeset for help on using the changeset viewer.