Changeset 1300 for trunk/DOC


Ignore:
Timestamp:
Jun 25, 2014, 1:19:59 PM (10 years ago)
Author:
emillour
Message:

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution (up to LMDZ5 rev 1955).
Main change is the introduction of a "dyn3d_common" directory
to store files common to dyn3d and dyn3dpar.
See file "DOC/chantiers/commit_importants.log" for detailed list
of changes. These changes do not change results on test cases.
EM

File:
1 edited

Legend:

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

    r1189 r1300  
    13281328  time step, so it is done at Matsuno forward step.
    13291329
     1330**********************
     1331**** commit_v1300 ****
     1332**********************
     1333Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1334in LMDZ5 (up to LMDZ5 trunk, rev 1955):
     1335* compilation:
     1336- bld.cfg : adaptations for XIOS and SISVAT (Earth physics sub-package).
     1337- makelmdz_fcm : adaptations for XIOS and SISVAT.
     1338- makelmdz: adaptations for dyn3D_common and XIOS and SISVAT
     1339- create_make_gcm : adaptations for dyn3d_common
     1340
     1341* dyn3d_common :
     1342- new directory which holds routines common to dyn3d and dyn3dpar:
     1343  academic.h, adaptdt.F, advn.F, advx.F, advxp.F, advy.F, advyp.F, advz.F, advzp.F,
     1344  bernoui.F, clesph0.h, coefpoly.F, com_io_dyn_mod.F90, comuforc_h.F90,
     1345  comconst.h, comdissip.h, comdissipn.h, comdissnew.h, comgeom.h,
     1346  comgeom2.h, comvert.h, conf_planete.F90, control_mod.F90, convflu.F,
     1347  convmas.F, coordij.F, covcont.F, covnat.F, cpdet_mod.F90, defrun.F, description.h,
     1348  diagedyn.F, disvert.F90, disvert_noterre.F, diverg.F, divergf.F, diverg_gam.F,
     1349  divergst.F, divgrad.F, divgrad2.F, dump2d.F, dynetat0.F, dynredem.F, ener.h, enercin.F,
     1350  exner_hyb.F,exner_milieu.F, extrapol.F, flumass.F, fxhyp.F, fxy.F, fxyhyper.F,
     1351  fxysinus.F, fyhyp.F, geopot.F, gr_dyn_fi.F, gr_ecrit_fi.F, gr_fi_dyn.F, gr_int_dyn.F,
     1352  gr_u_scal.F, grad.F, gradiv.F, gradiv2.F, gradsdef.h, grid_atob.F,
     1353  grilles_gcm_netcdf.F, grilles_gcm_netcdf_sub.F90, heavyside.F, infotrac.F90,
     1354  iniconst.F90, inidissip.F90, inigeom.F, inigrads.F, iniprint.h, initial0.F,
     1355  inter_barxy_m.F90, interpost.F, interpre.F, invert_lat.F90, juldate.F,
     1356  laplacien.F, laplacien_gam.F, laplacien_rot.F, laplacien_rotgam.F,
     1357  limx.F, limy.F, limz.F, massbar.F, massbarxy.F, massdair.F, minmax.F,
     1358  minmax2.F, nxgrad.F, nxgrad_gam.F, nxgradst.F, nxgrarot.F,nxgraro2.F,
     1359  paramet.h, pbar.F, pentes_ini.F, ppm3d.F, prather.F, pres2lev_mod.F90,
     1360  pression.F, psextbar.F, PVtheta.F, q_sat.F, ran1.F, relaxetat0.F,
     1361  rotat.F, rotatf.F, rotat_nfil.F, rotatst.F, serre.h, sort.F,
     1362  sortvarc.F, sortvarc0.F, temps.h, test_period.F, tidal_forces.F,
     1363  tourabs.F, tourpot.F, traceurpole.F, tracstoke.h, ugeostr.F90, vitvert.F
     1364  write_grads_dyn.h
     1365- defrun.F: change abort() (not a Fortran standard) for abort_gcm()
     1366- fxhyp.F : change abort() (not a Fortran standard) for abort_gcm()
     1367- fyhyp.F : change abort() (not a Fortran standard) for abort_gcm()
     1368- grid_atob.F : change abort() (not a Fortran standard) for abort_gcm()
     1369- juldate.F : change dfloat() (not a Fortran standard) to dble()
     1370- ran1.F better to use a "stop" instead of a "pause"
     1371- dynetat0.F : change abort() (not a Fortran standard) for abort_gcm()
     1372- dynredem.F : change abort() (not a Fortran standard) for abort_gcm()
     1373
     1374* bibio:
     1375- wxios.F90 : updates on handling xios outputs.
     1376
     1377* dyn3d_par:
     1378- mod_const_mpi.F90 : ajustments for XIOS.
     1379- abort_gcm.F90 : cosmetic changes.
     1380- gcm.F : adaptations for XIOS.
     1381- leapfrog_p.F90 : adaptations for XIOS and for calls to bilan_dyn_p.
     1382- parallel_lmdz.F90 : enable reading "omp_chunk" from def files. Adaptations for XIOS.
     1383- conf_gcm.F90: remove "reading omp_chunk" from def files.
     1384- bilan_dyn_p.F : corrections to make it work in MPI and OpenMP. >>> Earth version!!!
     1385  >>> not the same as "bilan_dyn" in dyn3D !!
     1386- guide_mod_p.F : update to keep up with Earth model
     1387
     1388* dyn3d:
     1389- guide_mod.F : upate to keep up with Earth model
     1390
Note: See TracChangeset for help on using the changeset viewer.