Changeset 1391 for trunk/DOC


Ignore:
Timestamp:
Mar 6, 2015, 3:12:12 PM (10 years ago)
Author:
emillour
Message:

Common dynamical core:
Updates in the dynamics to keeup up with updates in LMDZ5
(up to LMDZ5 trunk rev 2200):

  • compilation:
  • create_make_gcm : added processing of .f & .f90 files (not just .F and .F90)
  • makelmdz: add "mix" option for -io (ouptut with both IOIPSL and XIOS)
  • makelmdz_fcm: add "mix" option for -io
  • filtrez:
  • acc.F and eigen.F : add "implicit none" and variable declarations
  • bibio:
  • handle_err_m.F90: replace "stop" with call to abort_gcm()
  • i1mach.F, j4save.F: add "implicit none" and variable declarations
  • xercnt.F, xermsg.F, xerprn.F, xersve.F, xgetua.F: add "implicit none" and variable declarations
  • dyn3d_common:
  • disvert.F90 : added comments on meaning of "pa" variable
  • grid_atob.F : better control on level of default ouputs
  • infotrac.F90: update Earth-specific stuff (nqo water tracers)
  • interpre.F: correction on the size of input array w
  • juldate.F, massbar.F, ppm3d.F, ran1.F: add "implicit none" and variable declarations
  • sortvarc.F: code cleanup
  • iniacademic.F90: cleanup and extra sanity check.
  • dyn3d:
  • abort_gcm.F: additions for XIOS
  • conf_gcm.F90: transformed to free form from conf_gcm.F
  • gcm.F: added test to check that iphysiq is a multiple of iperiod
  • getparam.F90, guidz_mod.F: update from LMDZ5
  • integrd.F: replace stop with call_abort()
  • dyn3dpar:
  • abort_gcm.F: minor cleanup
  • gcm.F: added test to check that iphysiq is a multiple of iperiod
  • getparam.F90, guide_p_mod.F90: update from LMDZ5
  • integrd_p.F: abort with call_abort when there is negative surface pressure
  • leapfrog_p.F: add INCA specific stuff to keep up with current LMDZ5
  • conf_gcm.F90: transformed to free form from conf_gcm.F

EM

File:
1 edited

Legend:

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

    r1302 r1391  
    14491449- wxios.F90 : follow up on updates on XIOS usage
    14501450
    1451 
     1451**********************
     1452**** commit_v1391 ****
     1453**********************
     1454Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1455in LMDZ5 (up to LMDZ5 trunk, rev 2200):
     1456* compilation:
     1457- create_make_gcm : added processing of .f & .f90 files (not just .F and .F90)
     1458- makelmdz: add "mix" option for -io (ouptut with both IOIPSL and XIOS)
     1459- makelmdz_fcm: add "mix" option for -io
     1460
     1461* filtrez:
     1462- acc.F and eigen.F : add "implicit none" and variable declarations
     1463
     1464* bibio:
     1465- handle_err_m.F90: replace "stop" with call to abort_gcm()
     1466- i1mach.F, j4save.F: add "implicit none" and variable declarations
     1467- xercnt.F, xermsg.F, xerprn.F, xersve.F, xgetua.F: add "implicit none"
     1468  and variable declarations
     1469
     1470* dyn3d_common:
     1471- disvert.F90 : added comments on meaning of "pa" variable
     1472- grid_atob.F : better control on level of default ouputs
     1473- infotrac.F90: update Earth-specific stuff (nqo water tracers)
     1474- interpre.F: correction on the size of input array w
     1475- juldate.F, massbar.F, ppm3d.F, ran1.F: add "implicit none"
     1476  and variable declarations
     1477- sortvarc.F: code cleanup
     1478- iniacademic.F90: cleanup and extra sanity check.
     1479
     1480* dyn3d:
     1481- abort_gcm.F: additions for XIOS
     1482- conf_gcm.F90: transformed to free form from conf_gcm.F
     1483- gcm.F: added test to check that iphysiq is a multiple of iperiod
     1484- getparam.F90, guidz_mod.F: update from LMDZ5
     1485- integrd.F: replace stop with call_abort()
     1486
     1487* dyn3dpar:
     1488- abort_gcm.F: minor cleanup
     1489- gcm.F: added test to check that iphysiq is a multiple of iperiod
     1490- getparam.F90, guide_p_mod.F90: update from LMDZ5
     1491- integrd_p.F: abort with call_abort when there is negative surface pressure
     1492- leapfrog_p.F: add INCA specific stuff to keep up with current LMDZ5
     1493- conf_gcm.F90: transformed to free form from conf_gcm.F
Note: See TracChangeset for help on using the changeset viewer.