Changeset 965 for trunk/LMDZ.UNIVERSAL


Ignore:
Timestamp:
May 22, 2013, 9:10:28 AM (12 years ago)
Author:
emillour
Message:

Common dynamics and generic/universal GCM:

  • LMDZ.COMMON: minor bug fix on the computation of physics mesh area in gcm.F
  • LMDZ.UNIVERSAL: missing clean initialization of tab_cntrl(:) array in phyredem.F90
  • LMDZ.GENERIC: minor bug fix in hydrol.F90, only output runoff if it is used. Update output routines so that all outputs files (stats, diagfi.nc, diagsoil.nc, diagspecIR.nc and diagspecVI.nc) can be generated when running LMDZ.UNIVERSAL in MPI mode.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.UNIVERSAL/libf/phygeneric/phyredem.F90

    r907 r965  
    5959
    6060! tab_cntrl() contains run parameters
     61      tab_cntrl(:)=0 ! initialization
    6162!cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
    6263! Fill control array tab_cntrl(:) with paramleters for this run
Note: See TracChangeset for help on using the changeset viewer.