Changeset 1441 for trunk/DOC


Ignore:
Timestamp:
Jun 4, 2015, 10:21:20 AM (9 years ago)
Author:
emillour
Message:

Updates in common dynamics (seq and ) to keep up with updates
in LMDZ5 (up to LMDZ5 trunk, rev 2250):

  • compilation:
  • added test in grid/dimension/makdim to check that # of longitudes is a multiple of 8
  • dyn3d_common:

Bug correction concerning zoom (cf LMDZ5 rev 2218)

  • coefpoly.F becomes coefpoly_m.F90 (in misc)
  • fxhyp.F => fxhyp_m.F90 , fyhyp.F => fyhyp_m.F90
  • new routines for zoom: invert_zoom_x_m.F90 and principal_cshift_m.F90
  • inigeom.F adapted to new zoom definition routines
  • fluxstokenc.F : got rid of calls to initial0()
  • dyn3d:
  • advtrac.F90 : got rid of calls to initial0()
  • conf_gcm.F90 : cosmetic changes and change in default dzoomx,dzoomy values
  • guide_mod.F90 : followed updates from Earth Model
  • gcm.F is now gcm.F90
  • dyn3dpar:
  • advtrac_p.F90, covcont_p.F90, mod_hallo.F90 : cosmetic changes
  • conf_gcm.F90 : cosmetic and changed in default dzoomx,dzoomy values
  • parallel_lmdz.F90 : updates to keep up with Earth model
  • misc:
  • arth.F90 becomes arth_m.F90
  • wxios.F90 updated wrt Earth model changes
  • nrtype.F90 and coefpoly_m.F90 added
  • ran1.F, sort.F, minmax.F, minmax2.F, juldate.F moved over from dyn3d_common

EM

File:
1 edited

Legend:

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

    r1403 r1441  
    15231523* phy***/dyn1d: this subdirectory contains the 1D model using physics
    15241524  from phy***
     1525
     1526**********************
     1527**** commit_v1441 ****
     1528**********************
     1529Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1530in LMDZ5 (up to LMDZ5 trunk, rev 2250):
     1531* compilation:
     1532- added test in grid/dimension/makdim to check that # of longitudes
     1533  is a multiple of 8
     1534
     1535* dyn3d_common:
     1536Bug correction concerning zoom (cf LMDZ5 rev 2218)
     1537- coefpoly.F becomes coefpoly_m.F90 (in misc)
     1538- fxhyp.F => fxhyp_m.F90 , fyhyp.F => fyhyp_m.F90
     1539- new routines for zoom: invert_zoom_x_m.F90 and principal_cshift_m.F90 
     1540- inigeom.F adapted to new zoom definition routines
     1541- fluxstokenc.F : got rid of calls to initial0()
     1542
     1543* dyn3d:
     1544- advtrac.F90 : got rid of calls to initial0()
     1545- conf_gcm.F90 : cosmetic changes and change in default dzoomx,dzoomy values
     1546- guide_mod.F90 : followed updates from Earth Model
     1547- gcm.F is now gcm.F90
     1548
     1549* dyn3dpar:
     1550- advtrac_p.F90, covcont_p.F90, mod_hallo.F90 : cosmetic changes
     1551- conf_gcm.F90 : cosmetic and changed in default dzoomx,dzoomy values
     1552- parallel_lmdz.F90 : updates to keep up with Earth model
     1553
     1554* misc:
     1555- arth.F90 becomes arth_m.F90
     1556- wxios.F90 updated wrt Earth model changes
     1557- nrtype.F90 and coefpoly_m.F90 added
     1558- ran1.F, sort.F, minmax.F, minmax2.F, juldate.F moved over from dyn3d_common
     1559
Note: See TracChangeset for help on using the changeset viewer.