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.GENERIC/libf/phystd/iniwrite_specVI.F

    r787 r965  
    1       SUBROUTINE iniwrite_specVI(nid,idayref,phis)
     1      SUBROUTINE iniwrite_specVI(nid,idayref)
    22
    33      use radinc_h, only: L_NSPECTV
     
    4242      integer nid        ! NetCDF file ID
    4343      INTEGER*4 idayref  ! date (initial date for this run)
    44       REAL phis(ip1jmp1) ! surface geopotential
    4544
    4645c   Local:
Note: See TracChangeset for help on using the changeset viewer.